Results 1 to 2 of 2
is there a way to get linux to read a mac formated drive?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-22-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 4
Mac formated HD
is there a way to get linux to read a mac formated drive?
- 07-17-2005 #2Just Joined!
- Join Date
- Nov 2004
- Posts
- 45
From what I have read in the past about different file systems, I think in some cases the Macintosh computers may use the HFS (Hierarchical File System). This file system is supported by Linux I do believe, and I think, if indeed your drive is formatted in that file system, you can:
mount -t hfs /dev/hda
Look up the help on the mount command and it should mention hfs as being one of the supported file system types. Check the documentation of the Mac OS and see if the system actually formats it as an HFS drive. If it does, then the command should work. If your drive is formatted in a different filesystem, I would recommend using Google or some other search engine to find out things that can help you in Linux with your drive.


Reply With Quote
