Hard Drive won't mount in OS X 10.5

1

So I have an internal 500GB Western Digital HDD, and it's formatted at NTFS, but it won't mount in OS X. Both Windows and Ubuntu Linux can read and write to it perfectly fine, but OS X says the file system is unreadable. I have used this hard drive before with OS X and it worked flawlessly, but now when I boot I get a "OS X cannot read this filesystem" error.

Irishfreak

Posted 2009-12-27T01:46:13.447

Reputation:

Answers

1

Try repairing the partition in Linux or Windows and then attempting to mount on the Mac. It's very likely that the Mac will refuse to mount a dirty partition, not knowing how to fix it.

Jeremy L

Posted 2009-12-27T01:46:13.447

Reputation: 2 587

0

Mac OSX I'm pretty sure can only read NTFS and not write. So, give this a try. It is a preference pane built by Paragon and it allows you to mount the NTFS partitions needed.

zzzzzzzzzzzzzzzzzzz77777777777

Posted 2009-12-27T01:46:13.447

Reputation: 111

1Link only answers are discouraged here - please expand your answer, @roher4. – studiohack – 2011-05-09T21:41:51.093

Ok, I'll edit the comment now. – zzzzzzzzzzzzzzzzzzz77777777777 – 2011-05-11T20:31:29.713

0

Safely Eject the drive the last time you used it? I know that you've got to force a mount in linux if an NTFS drive wasn't safely dismounted in windows...

Joseph Redfern

Posted 2009-12-27T01:46:13.447

Reputation: 538

0

Maybe there's a problem with the driver. Try using ntfs-3g for OS X.

example:

mount -t ntfs-3g /dev/disk1s1 /Windows

John T

Posted 2009-12-27T01:46:13.447

Reputation: 149 037