mount hfsplus (mac os file system) under Debian linux
Have an external hard disk with hfsplus or hfs+ partition on it? This is how you can mount it under linux (specifically, Debian) :
in os x :
- disable journaling in the partition/external hdd in disk utility or use run the command “diskutil disableJournal /dev/disk1s1″ in terminal.
in linux :
- apt-get install hfs*
- mount -t hfsplus -o rw /dev/sdb1 /mnt/extdisk
Voila !!!
Related posts:
- Format Your External Hard Disk That Support Mac and Windows with Apple OSX If you have an external hard disk or thumb drive...
- Forget / forgot / cannot remember root password On a FreeBSD server 1. reboot server 2. choose to...
- PECL Manual Install on Linux Centos Just bought a VPS server hosting to play around from...
- iTerm, Screen & Linux is not playing well Problem : When connecting to Linux box and use screen...
- Downgrade package in Debian  For some reason, the recent Icedove (aka Thunderbird) version...
- FreeBSD 6.1 Performance Tuning Just a note for myself to tune FreeBSD OS for...
- Configure Your Own screenrc file There are few shell scripts I need to run...