$ grep -r Tag: «hfs»

-rw-r--r-- 290B Aug 29, 2011 · 6D6EADB · ~1 min

Mounting HFS+ partitions on Ubuntu

ubuntu hfs

Needed to mount a drive with the HFS+ file system (the one Mac OS X uses). It’s pretty easy. Ubuntu’s repos have a package called hfsplus.

sudo aptitude install hfsplus
sudo mount -t hfsplus /dev/sdf2 /home/username/folder

To unmount:

sudo umount -t hfsplus /dev/sdb2
[↵] open page podkluchenie-hfs-razdelov-v-ubuntu.md
makoni@arm1:~/blog$ cd .. // ↵ back to all posts