Skip to content

anylinuxfs

brew tap nohajc/anylinuxfs
brew install anylinuxfs

list

  • Show available linux filesystems
anylinuxfs list

mount

  • It must always refer to one or more partitions or logical volumes (not whole disks)
anylinuxfs mount /dev/diskXsY # rw
anylinuxfs /dev/diskXsY # same
anylinuxfs /dev/diskXsY -o ro

shell

anylinuxfs shell /dev/diskXsY

status

  • Show what is currently mounted
anylinuxfs status

stop

  • Try to stop anylinuxfs in case umount or eject didn't completely terminate the VM
anylinuxfs stop

config

# set memory requirement
anylinuxfs config -r 2560 # MiB

log

anylinuxfs log