LittleFS (LFS) is a fail-safe file system designed for microcontrollers: https://github.com/ARMmbed/littlefs
LittleFS Explorer (LFSE) is a file explorer for LFS in Windows.
- Automatically detects, mount and unmount LFS formatted disks.
- Format any accessible disk to LFS.
- Delete volume (Deletes the table of contents).
- Automatically detects the operating system disk and prevents formatting the operating system disk (Requires elevated rights. See Disk List description: https://bluscape.blog/2019/10/01/littlefs-explorer-lfse-for-windows/).
- Define custom LFS configuration parameters when mounting or formatting a disk.
- Browse folders.
- Drag and drop, single or multiple, files and folders from Windows explorer to LFSE.
- Create new folders.
- Rename and delete files and folders.
- View and edit files with the default associated Windows program.
- View and edit files with a specific Windows program.
- Grid view or detail view (file size).
- Migrate from a previous version of LFS (LFS_MIGRATE).
- Drag and drop, single or multiple, files and folders from LFSE to Windows explorer.
- Folder and file search.
- Cut, copy and paste folders and files inside LFSE.
https://bluscape.blog/2019/10/01/littlefs-explorer-lfse-for-windows/
LFSE has only been tested with an SD card with the following parameters (Block Size = 512, Read Size = 512, Prog Size = 512). Could someone please leave feedback if they test with a device with different parameters.
vA.B.C where A = Major Version, B = Minor Version and C = Beta Version. If C = Zero, it is a stable release.
- Jumped a Beta version since the first release was supposed to be a Beta (v1.0.1)
- Added the LFSE DLL version to the about dialog
- Corrected the file copy dialog when overwriting existing files
- If the LFS configuration has not been defined for a disk, the LFS configuration dialog will be displayed prior to mounting or formatting a disk
- Added a LFS configuration option to the disk popup menu
- Added a volume delete option to the disk popup menu
- First release of LittleFS Explorer for Windows
- Jumped a Beta version since the first release was supposed to be a Beta (v1.0.1)
- Added the DLL version
- Corrected some issues with the disk access functions
- First release of the LFSE DLL