Reuse drive after it's been in a Drobo

5,776

Solution 1

The drive will not mount, as the drive doesn't have a file system OS X understands, so you need to Erase it. If it doesn't show up in Disk Utility, this indicates the hardware is not seen, you will need to correct this before you can complete the steps below:

  1. Open up Disk Utility (Finder > Applications > Utilities > Disk Utility)
  2. Select the correct drive.
  3. Click the Erase tab
  4. If you want the drive to be used on both the PC and Mac, you will need to format the drive as MSDOS format, otherwise use the default.

This will make the drive mountable again and also format it.

If you can't get the Mac to see it try this on Windows machine:

To "clean" the drive in Windows:

You can also use DISKPART to clean the drive.

  1. Open up command line.
  2. Type diskpart and hit Enter.
  3. Type list disk, you will see a list of all available disks on the system.
  4. Once you think you have the correct disk, open up Disk Management and verify it is the correct disk number. Disk management is the just the GUI version of diskpart, but it doesn't include the clean ability.
  5. Now type select disk X, replace X with with the correct disk number.
  6. Type clean and hit enter.

The drive will now be uninitialized, you can now initialize it and format it as you wish in Disk Management GUI.

Solution 2

If Windows, did you look for it in Disk Management?

When pulling a drive from a proprietary disk format device, I would just wipe it with DBAN first - then it should be a "raw" disk that should be usable in anything, once you partition and format it.

Share:
5,776

Related videos on Youtube

Alex Basson
Author by

Alex Basson

Updated on September 18, 2022

Comments

  • Alex Basson
    Alex Basson almost 2 years

    I have a Drobo 4-bay (2nd generation) which was originally filled with 1 TB drives. Over time, I've replaced the 1 TB drives with 2 TB drives, and now I want to re-use one of the 1 TB drives for other purposes. I know I'll have to re-format it, that's no problem. I have an enclosure for it, and I installed it correctly in the enclosure, but when I plugged it in, it won't mount.

    Is this a typical problem with a drive that's been in a Drobo? Is there something I should do to get it to mount so that I can reformat it?

    Update: Sorry, I should have specified the system particulars. I'm running OS X 10.6 Snow Leopard, up-to-date. The Drobo is running firmware version 1.3.7. The drive doesn't show up in the Finder nor in Disk Utility.

    • Randolf Richardson
      Randolf Richardson about 13 years
      Which Operating System are you using? (If using MS-Windows, please include Service Pack level details as well.)
    • Graham
      Graham about 13 years
      Do all of the 1 TB drives experience this? I would think that the drive would show up in Disk Utility.app as long as it and the external enclosure was working correctly. Do you have another enclosure to test with?
    • HikeMike
      HikeMike about 13 years
      Since you already know you need to format it before use, have you actually done this before expecting a volume to show up in Finder? You didn't mention.
    • Randolf Richardson
      Randolf Richardson about 13 years
      I suspect that your problem may be that the enclosure you're trying to use can't handle drives that are 1 TB in size -- I've had this problem with older enclosures only being able to support drives that are less than 1 TB, and then later on I experienced the same problem again with drives greater than 1.5 TB. If you can try a newer model of enclosure, you may find that this resolves your problem. Alternatively, opening up your chassis and plugging the drive in directly as a secondary would help to prove this also.
  • Keith
    Keith about 13 years
    Or just use fdisk to write a new mbr and partition table.
  • Alex Basson
    Alex Basson about 13 years
    Thanks for the suggestions! In fact, the drive doesn't show up in Disk Utility, so as you suggest, I'll need to correct that---do you have any thoughts as to how I can do this?
  • Keith
    Keith about 13 years
    The OP is running OS X, not Windows. But yes, it's been over ten years since I've used Windows for anything. :-D
  • ThatGuyInIT
    ThatGuyInIT about 13 years
    Try the drive with another enclosure or get a IDE/SATA to USB adapter.