Saturday, June 09, 2012

Force mounting Mac OS Extended (Journaled) HFS drives on Linux

You can use the following command to force mount a HFS formatted drive on Linux machines

mount -t hfsplus -o rw,force /dev/sdx1 dst

No comments: