accessing apple file system windows

f1sh3r

Senior member
Oct 9, 2004
636
0
0
i have in my possession a hard drive from an older macbook. i am trying to get data off of it from a windows pc.

it is showing up in disk management as uninitialized and unallocated. im guessing this has to do with file systems.

any help?

Moved from General Hardware
General Hardware Moderator -- MarcVenice
 

TheStu

Moderator<br>Mobile Devices & Gadgets
Moderator
Sep 15, 2004
12,089
45
91
Get MacDrive, install, mount drive, Victory
 

f1sh3r

Senior member
Oct 9, 2004
636
0
0
the only thing i had on me was a puppy linux cd, tried it out and got nothing. the laptop had coffee spilled on it, so that may have played a part in it.

ill have to start carrying a wider array of linux distros in my coat.

macdrive does look good, if i run into more of these instances i may invest in it. thanks fellas.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Puppy's one of the distros that tries to stay extremely small so I wouldn't be surprised to see them pull out support for odd filesystems like HFS+ but you might also just have to mount the drive manually. i.e. 'modprobe hfsplus' and 'mount -t hfsplus /dev/whatever /mnt/tmp'