incubator-nuttx/fs/mount
anjiahao a2c5cb729a fs:support zipfs,can mount zipfile
we can mount a zipfile in nuttx use mount command like this:

mount -t zipfs -o /data/test.zip /zip

The zipfs is a read only file system,The advantage is that it
does not occupy additional space when reading the decompressed file.

When used, reading and decompression operations are simultaneous.
The known disadvantage is that when using seek to read forward,
it will reopen and cause slow speed problems.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-09-27 01:06:04 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
fs_automount.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
fs_foreachmountpoint.c fs: move memset to upper lever for statfs 2023-06-16 11:10:25 +08:00
fs_gettype.c
fs_mount.c fs:support zipfs,can mount zipfile 2023-09-27 01:06:04 +08:00
fs_procfs_mount.c fs/mount: correct `df -h` output format 2023-07-03 23:09:46 +03:00
fs_umount2.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mount.h