Releases: nohajc/anylinuxfs
Releases · nohajc/anylinuxfs
anylinuxfs-0.5.2
What's Changed
Full Changelog: v0.5.1...v0.5.2
anylinuxfs-0.5.1
What's Changed
- support mounting btrfs with 16k sector size (some cases of Asahi Linux or Raspberry Pi partitions) - solves #27
- added command
anylinuxfs dmesg
for printing kernel log
Full Changelog: v0.5.0...v0.5.1
anylinuxfs-0.5.0
What's Changed
- added custom mount point option (resolves #10)
anylinuxfs mount
: new flag-w
controls whether Finder window is shown or not- documented support for mounting disk images
- fixed error handling when mount fails
anylinuxfs shell
: allow skipping rootfs initialization (in case of network issues)- README.md: add troubleshooting about VPN issue with init by @Jefffrey in #23
New Contributors
Full Changelog: v0.4.0...v0.5.0
anylinuxfs-0.4.0
BitLocker is now supported
- use your BitLocker recovery key as passphrase
NTFS default driver changed from ntfs3 to ntfs-3g
- this is done for better compatibility
- ntfs3 cannot mount NTFS drives from Windows systems which were hibernated or which have Fast Startup enabled
- ntfs-3g will fall back to read-only mount and issue a warning in this case
- ntfs3 will generally refuse to mount a drive if it has any filesystem errors
- using any unofficial tools like
ntfsfix
to clear dirty flag will not really fix those errors and can lead to further data corruption chkdsk
on Windows is the recommended way to fix NTFS errors- some users also have good experience with NTFS tools by Paragon (proprietary)
- ntfs3 can still be enabled by specifying
-t ntfs3
option when mounting - ntfs3 can provide significantly better performance (especially when writing)
- there are permission issues reported when using ntfs3 with Windows system drives
- specifically,
/Program Files
some folders within/Users
are read-only (see this reddit post for details)
- specifically,
Full Changelog: v0.3.0...v0.4.0
anylinuxfs-0.3.0
NTFS and exFAT filesystems are now supported
anylinuxfs mount -r
allows to unmount the native macOS driver firstanylinuxfs list -m
will list Microsoft filesystems (except ordinary FAT)
Linux RAID volumes can be listed and mounted
- new syntax for mounting RAID volumes:
raid:diskXsY[,diskYsZ,...]
What's Changed
Full Changelog: v0.2.1...v0.3.0
anylinuxfs-0.2.1
What's Changed
- fixed filesystem detection for logical volumes (
anylinuxfs status
would incorrectly report filesystemauto
) - fixed an issue where logical volume name was used for mount point instead of filesystem label
Full Changelog: v0.2.0...v0.2.1
anylinuxfs-0.2.0
anylinuxfs now supports encrypted drives and logical volumes!
- added shell subcommand for debugging purposes
- support drives without any partition table
- support listing and mounting LVM volumes spanning one or more drives
- support listing and mounting LUKS-encrypted volumes
- support LVM on LUKS (i.e. encrypted LVM)
- optionally allow access to NFS share from a different machine
Full Changelog: v0.1.9...v0.2.0
anylinuxfs-0.1.9
What's Changed
- avoid panics on broken pipe when printing to standard output
- upgraded dependencies (to fix known CVEs)
- fixed partition filtering for MBR disks
Full Changelog: v0.1.8...v0.1.9
anylinuxfs-0.1.8
- Actually wait for the host mount operation to succeed
- Properly handle mount point collisions (by querying the assigned mount path)
- Improve command-line options documentation
anylinuxfs-0.1.7
Bug fixes and improvements for homebrew installation