History: fs_fat_fuse
This page describes all changes made to the fs_fat_fuse package, the Linux FUSE interface layer used to access a FAT file system, since its release.
Version
1.11 (2020-05-13, 09:49):
- Added checkdisk (can be used through switch '--chkdsk').
1.10 (2020-04-22, 11:07):
- Eliminated compiler error for FUSE3.
1.9 (2020-02-20, 13:56):
- Added volume clean switch.
1.8:
- FUSE 2.x and 3.x are also supported.
- Media driver initialization and delete was moved to PSP functions.
1.7:
- fhf_getattr() was fixed: value of st_blocks is calculated, 'du' command can display size of folders and files.
1.6:
- Works with libfuse-3.x, tested with libfuse-3.0.2.
1.5:
- fhf_unlink() modified to work according to "man 2 unlink".
- fhf_statfs() correctly returns the total size of the volume.
- Beautified code.
1.4:
- fhf_truncate() and fhf_read() fixed.
1.3:
- Correctly reports free space above 4GB.
1.2:
- Works with media_drv_blk_linux v1.1.
1.1:
- Initial release.