Mounting a Mac DVD

If you’re ever trying to mount a Macintosh OS X DVD on your Linux laptop, it’s possible. Though you’ll be hard pressed to find how to do that on Google. Maybe it’s because everyone else knows or maybe it’s because no one has ever needed to. In any case, make sure you have HFS+ support either built into the kernel or built as a module (called hfsplus) and then mount the DVD with a type of “hfsplus”.

mount -t hfsplus -r /dev/cdrom /mnt/cdrom/

Thu, 29 Dec 2005 21:59

Comment Mounting a Mac DVD


RSS