Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 83) sorted by relevance

1234

/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtestfs_open_flags.c16 static void mount(struct fs_mount_t *mp) in mount() function
49 mount(mp); in ZTEST()
/Zephyr-latest/doc/services/file_system/
Dindex.rst6 Zephyr RTOS Virtual Filesystem Switch (VFS) allows applications to mount multiple
7 file systems at different mount points (e.g., ``/fatfs`` and ``/lfs``). The
8 mount point data structure contains all the necessary information required
9 to instantiate, mount, and operate on a file system. The File system Switch
26 the mount point as the disk volume name, which is used by the file system library
42 - ``FATFS_MNTP`` is the mount point where the file system will be mounted.
/Zephyr-latest/subsys/fs/
DKconfig.fatfs46 destroy your disk, if mount attempt fails. In case when your
211 how much RAM each FATFS object, used with FAT mount point,
215 mount point is defined as static/global life time variable,
217 When this value is set to 512, all mount points will use
219 to query device for sector size on mount.
272 The mount points have to be numbered in this case.
274 {3, 1} - mount point "/0:"
275 {3, 2} - mount point "/1:"
281 int "Count of custom mount points"
286 It specifies how many custom mount points are defined in the custom mount
[all …]
/Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/
Dcyw920829m2evk_02.overlay6 mount-point = "/lfs1";
Dmr_canhubk3.overlay14 mount-point = "/lfs1";
Ds32z2xxdc2_s32z270_rtu0.overlay14 mount-point = "/lfs1";
Ds32z2xxdc2_s32z270_rtu1.overlay14 mount-point = "/lfs1";
Dnrf52840dk_nrf52840.overlay14 mount-point = "/lfs1";
Dnative_sim.overlay14 mount-point = "/lfs1";
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dcyw920829m2evk_02.overlay6 mount-point = "/lfs1";
Dstm32f746g_disco.overlay18 mount-point = "/lfs1";
Dstm32h750b_dk.overlay18 mount-point = "/lfs1";
Dstm32h747i_disco_stm32h747xx_m7.overlay19 mount-point = "/lfs1";
Dstm32l562e_dk.overlay18 mount-point = "/lfs1";
Db_u585i_iot02a.overlay18 mount-point = "/lfs1";
Drak5010_nrf52840.overlay14 mount-point = "/lfs1";
Dbmd_345_eval.overlay14 mount-point = "/lfs1";
Dnrf52840dk_nrf52840_qspi.overlay14 mount-point = "/lfs1";
Dnucleo_h7a3zi_q.overlay18 mount-point = "/lfs1";
Dstm32f429i_disc1.overlay18 mount-point = "/lfs1";
/Zephyr-latest/samples/subsys/fs/fatfs_fstab/
Dfatfs_fstab.overlay14 mount-point = "/RAM:";
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst57 - Re-mount the root filesystem as read-write:
61 $ mount -o remount,rw /
63 - If re-mount fails, execute below commands to Remove rootfs verification:
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dautomount.overlay13 mount-point = "/lfs1";
/Zephyr-latest/samples/subsys/fs/littlefs/
DREADME.rst33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting
95 present and enabled in the final board dts and configuration files simultaneously, the mount
100 will be used as the mount point name;
103 be used as the mount point name;
105 configurations are defined, the mount point name will not be determined, and an appropriate error
/Zephyr-latest/tests/lib/gui/lvgl/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay28 mount-point = "/lfs1";

1234