Lines Matching +full:mount +full:- +full:point
1 .. zephyr:code-sample:: littlefs
3 :relevant-api: file_system_api flash_area_api
24 -------------------
33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting
40 [00:00:00.867,034] <err> fs: failed get file or dir stat (-2)
46 ---------------------------
52 https://www.thevtool.com/mounting-littlefs-on-linux-machine/
54 .. code-block:: console
57 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
58 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
60 echo -en '\x01' > foo.txt
61 cd -
62 fusermount -u ./mnt_littlefs
69 -------------------
78 ---------------------------
85 .. zephyr-app-commands::
86 :zephyr-app: samples/subsys/fs/littlefs
89 :gen-args: -DCONF_FILE=prj_blk.conf
94 It is possible that both the ``zephyr,sdmmc-disk`` and ``zephyr,mmc-disk`` block devices will be
95 present and enabled in the final board dts and configuration files simultaneously, the mount
96 point name for the ``littlefs`` file system block device will be determined based on the
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
113 .. zephyr-app-commands::
114 :zephyr-app: samples/subsys/fs/littlefs
125 .. zephyr-app-commands::
126 :zephyr-app: samples/subsys/fs/littlefs