zephyr,fstab,fatfs

Vendor: Zephyr-specific binding

Note

An implementation of a driver matching this compatible is available in subsys/fs/fat_fs.c.

Description

Description of pre-defined fatfs file systems.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

mount-point

string

The absolute path used as the file system mount point.

This property is required.

automount

boolean

Mount file system on boot if present.

During initialization the file system driver will attempt to mount
this partition.

read-only

boolean

Mount file system read-only if present.

This adds the FS_MOUNT_FLAG_READ_ONLY option to be set in the
mount descriptor generated for the file system.

no-format

boolean

Do not format file system if mount fails.

This causes the FS_MOUNT_FLAG_NO_FORMAT option to be set in the
mount descriptor generated for the file system.

disk-access

boolean

Use disk-access for accessing storage media.

This causes the FS_MOUNT_FLAG_USE_DISK_ACCESS option to be set in
the mount descriptor generated for the file system.