anylinuxfs
brew tap nohajc/anylinuxfs
brew install anylinuxfs
list
- Show available linux filesystems
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
stop
- Try to stop anylinuxfs in case umount or eject didn't completely terminate the VM
config
# set memory requirement
anylinuxfs config -r 2560 # MiB
log