Mount encrypted hfs in ubuntu
- by pagid
I try to mount an encrypted hfs+ partition in ubuntu.
An older post described quite good how to do it, but lacks the information how to use encrypted partitions.
What I found so far is:
# install required packages
sudo apt-get install hfsprogs hfsutils hfsplus loop-aes-utils
# try to mount it
mount -t hfsplus -o encryption=aes-256…