Skip to content

anylinuxfs-0.11.0

Latest

Choose a tag to compare

@nohajc nohajc released this 31 Jan 22:35
· 3 commits to main since this release

What's Changed

  • breaking change: anylinuxfs list now shows both Linux and Microsoft partitions by default (fixes #88)
  • log root_disk instead of root_path when FreeBSD is used (fixes #90)
  • README updated with a link to the anylinuxfs-gui project (thank you @fenio!)
  • fixed permission issue with gvproxy.log

Notes

Behavior of anylinuxfs list was changed to accommodate a case where partitions with Linux filesystems are hidden behind an incorrect Microsoft Basic Data GUID. To make it less confusing, we just list all potentially compatible partitions (both Linux and Microsoft types). The command-line flag -m will still show only Microsoft partitions while a new -l flag lists Linux partitions with the risk of omitting some Linux filesystems with a mismatched partition GUID.

Full Changelog: v0.10.2...v0.11.0