Releases: kthchew/ExtendFS
Releases · kthchew/ExtendFS
1.0.1
Important
In some cases, after performing this update, you might need to restart your computer and re-approve the file system extension in System Settings. Most ExtendFS updates shouldn't require you to do all of this, but unfortunately one of the changes below might need you to re-approve it and/or restart your device. If you encounter problems after updating, try that first.
- More types of ext2/3/4 volumes, such as those marked as a /var partition on a Linux install, can be automounted.
- Fix an issue where information the last block group on the volume might not be fetched, which can lead to some volumes not mounting, some files not appearing, and other issues.
- Try to make it more difficult for the app to be updated or deleted while it is being used to mount a disk, which would have caused the disk to abruptly unmount. In addition, after an App Store update, automatically try to remount disks that were unmounted during this process (this is currently only supported for disk images). Unfortunately the update from 1.0.0 to 1.0.1 won't have these improvements, but this change may make future updates smoother.
- Improve performance in cases where file data maps are requested at item lookup time.
- Fix potential issues and improve performance when working with sparse files in an ext2 or ext3 volume.
- Improve error handling in various areas.
- Remove some unnecessary code.