Maxtor OneTouch 4 Plus on mac OSX

Found a good deal on an external 750gig Maxtor drive today and picked it up to mount to the iMac (firewire). First of all, if you are about to do something similar, just pass on the Maxtors and buy something else. Will save yourself a lot of trouble.

However, if you already bought it and are in the same boat as I was here is a fix:

The drive would not show up in finder but it would be in Disk Utility. I could not format or repartition the drive no matter what angle I tried, and always got a response of "could not unmount disk". The short fix to this is you have to manually find out where it is mounted and unmount it via the console before you can then repartition (GUID) and reformat (Mac OS) the drive. A quick googling found that everyone has this problem, and Maxtor just seems to be a company who can't simply put out a simple external drive but they have to throw a lot of extra crap into the mix.

Try doing the format via disk utility and get your error. Then open up a terminal, get to root by 'sudo su -' and then run dmesg. Look for an error like such:

0 [Level 3] [ReadUID 0] [Facility com.apple.system.fs] [DevNode /dev/disk2s1] [MountPt /Volumes/Untitled 3] [Path /Volumes/Untitled 3/.Spotlight-V100/Store-V1/Stores/7C3E0BE7-2F06-4CC2-B368-59D0E0604211/indexState] [FSLogMsgID 1667112663] [FSLogMsgOrder Last]

In my case, it was mounted in /Volumes/Untitled\ 3 but was hidden there.

Force the unmount:

umount -f /Volumes/Untitled\ 3

Then go back to Disk Utility and repartition; reformat.

I put this out there in hopes that google will help someone else find this answer quicker than I was able to.

Cheers!

Comments

Thanks - it was worth it for me!

Same problem. Repartitioned and formatted without a hitch.

Thanks this solved my problem as well.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.