Previously, filesystems could not be mounted at '/' because mount points were restricted to being at least 2 characters. Since '/' corresponds to the standard POSIX root filesystem location, reduce the minimum length of a mount point to 1 character. With that, we can mount a POSIX root filesystem. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com> |
||
|---|---|---|
| .. | ||
| ext2 | ||
| fcb | ||
| nvs | ||
| zms | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| fs.c | ||
| fs_impl.c | ||
| fs_impl.h | ||
| fuse_fs_access.c | ||
| Kconfig | ||
| Kconfig.fatfs | ||
| Kconfig.littlefs | ||
| littlefs_fs.c | ||
| shell.c | ||