Skip to content

Releases: nohajc/anylinuxfs

anylinuxfs-0.5.2

07 Aug 12:12
Compare
Choose a tag to compare

What's Changed

  • Management of custom alpine packages by @nohajc in #32
  • Collect gvproxy logs for debugging

Full Changelog: v0.5.1...v0.5.2

anylinuxfs-0.5.1

02 Aug 11:19
Compare
Choose a tag to compare

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

26 Jul 13:56
Compare
Choose a tag to compare

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

17 Jul 18:53
Compare
Choose a tag to compare

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)

Full Changelog: v0.3.0...v0.4.0

anylinuxfs-0.3.0

06 Jul 12:49
Compare
Choose a tag to compare

NTFS and exFAT filesystems are now supported

  • anylinuxfs mount -r allows to unmount the native macOS driver first
  • anylinuxfs 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

  • Microsoft fs support in #17 (fixes #13)
  • RAID support in #18 (fixes #12)
  • Fixed #16

Full Changelog: v0.2.1...v0.3.0

anylinuxfs-0.2.1

14 Jun 19:49
Compare
Choose a tag to compare

What's Changed

  • fixed filesystem detection for logical volumes (anylinuxfs status would incorrectly report filesystem auto)
  • 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

29 May 22:20
Compare
Choose a tag to compare

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

07 May 18:54
Compare
Choose a tag to compare

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

22 Apr 15:46
Compare
Choose a tag to compare
  • 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

20 Apr 21:50
Compare
Choose a tag to compare

Bug fixes and improvements for homebrew installation