Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: gpart utility: Can't access USB Hard Drive

  1. #1
    Junior Member
    Join Date
    Sep 2005
    Posts
    7

    gpart utility: Can't access USB Hard Drive

    I have an external hard drive that plugs into my USB port. Knoppix assigns the device /dev/uba1 to it. When I try to scan the drive using the command "gpart /dev/uba1", I receive the message "*** Fatal error: ioctl(HDIO_GETGEO) failed: Inappropriate ioctl for device."

    I accidentally deleted the primary NTFS partition on this drive and I'm trying to re-create it. Can gpart help me with this? What do I need to do?

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: gpart utility: Can't access USB Hard Drive

    Quote Originally Posted by ktas
    .... Knoppix assigns the device /dev/uba1 to it. When I try to scan the drive using the command "gpart /dev/uba1", I receive the message "*** Fatal error.....
    I havn't used gpart much and never on a usb device, but shouldn't you be scanning uba, the hard drive, and not uba1, the partition that does not exist?

  3. #3
    Junior Member
    Join Date
    Sep 2005
    Posts
    7
    Well, I'm new to this, but perhaps you're right. If that's all it is, I'll be embarassed, but appreciative! I'll try that.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by ktas
    Well, I'm new to this, but perhaps you're right. If that's all it is, I'll be embarassed, but appreciative! I'll try that.
    Yup. You want the device where the partition table is stored, i.e. /dev/uba. According to the man page, yes, gpart should be able to recover the partition table even if the filesystem is NTFS. I'm curious to know how you deleted the partition and how well gpart worked to recover it. So, please let us know how it goes.

    As safety net, you may want to image the entire device before you let gpart work on it. You can image the device with dd. How big is the USB device? Do you have enough space on another device to store the image?

    Regards,
    - Robert
    http://www.cwelug.org

  5. #5
    Junior Member
    Join Date
    Sep 2005
    Posts
    7
    Well, I did try using "/dev/uba" and received the same error msg. The error seems to be saying that the routine HDIO_GETGEO that the program is using is not valid for USB. The device is a 200 GB Maxtor external drive. But, at this point, I can't even perform a sucessful scan of the drive.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by ktas
    Well, I did try using "/dev/uba" and received the same error msg. The error seems to be saying that the routine HDIO_GETGEO that the program is using is not valid for USB. The device is a 200 GB Maxtor external drive. But, at this point, I can't even perform a sucessful scan of the drive.
    What is a "successful scan"? Are you able to read the first 512 bytes of the drive with dd? For example:
    Code:
    dd if=/dev/uba of=/tmp/mbr.img bs=512 count=1
    BTW, if you know the NTFS partition took up the entire drive you can simply "repartition" with fdisk. Again, you may want to make an image of the drive first.

    Regards,
    - Robert
    http://www.cwelug.org

  7. #7
    Junior Member
    Join Date
    Sep 2005
    Posts
    7
    Quote Originally Posted by rwcitek
    What is a "successful scan"? Are you able to read the first 512 bytes of the drive with dd? For example:
    Code:
    dd if=/dev/uba of=/tmp/mbr.img bs=512 count=1
    BTW, if you know the NTFS partition took up the entire drive you can simply "repartition" with fdisk. Again, you may want to make an image of the drive first.

    Regards,
    - Robert
    http://www.cwelug.org
    No, I was referring to the "gpart" utility which refuses even to scan the drive. I know there was only a single NTFS partition. Repartitioning with fdisk won't lose data?

  8. #8
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by ktas
    No, I was referring to the "gpart" utility which refuses even to scan the drive. I know there was only a single NTFS partition. Repartitioning with fdisk won't lose data?
    Uh, you've got a backup image, right? In that case, no, you won't lose any data. Partitioning, especially when there's only one partition involved, only modifies the first 512 bytes of data. Destroying the partition table is kind of like ripping out the table of contents from a book. The chapters are still there, you just don't know how many there are or where they are or how big they are. But if you know there was only one partition and it took the entire drive and it was NTFS, then you can recreate the partition table.

    However, if you do not create a backup image first, yes, whatever you do will immediately destroy all hopes of getting any meaningful data off the drive. That rule is called "Murphy's Law" and it holds true whenever there's really important data involved.

    Regards,
    - Robert
    http://www.cwelug.org

  9. #9
    Junior Member
    Join Date
    Sep 2005
    Posts
    7
    Quote Originally Posted by rwcitek
    Quote Originally Posted by ktas
    No, I was referring to the "gpart" utility which refuses even to scan the drive. I know there was only a single NTFS partition. Repartitioning with fdisk won't lose data?
    Uh, you've got a backup image, right? In that case, no, you won't lose any data. Partitioning, especially when there's only one partition involved, only modifies the first 512 bytes of data. Destroying the partition table is kind of like ripping out the table of contents from a book. The chapters are still there, you just don't know how many there are or where they are or how big they are. But if you know there was only one partition and it took the entire drive and it was NTFS, then you can recreate the partition table.

    However, if you do not create a backup image first, yes, whatever you do will immediately destroy all hopes of getting any meaningful data off the drive. That rule is called "Murphy's Law" and it holds true whenever there's really important data involved.

    Regards,
    - Robert
    http://www.cwelug.org
    Okay. Thanks so much for the help.

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    You can also see if testdisk sees the partition, but like rwcitek said, the easiest way is to just fdisk a new partition AFTER taking a backup image of the disk.

Page 1 of 2 12 LastLast

Similar Threads

  1. How to access hard drive?
    By dealrocker in forum Laptops
    Replies: 2
    Last Post: 08-13-2010, 02:06 PM
  2. Access Linux hard drive
    By PMFAN in forum General Support
    Replies: 1
    Last Post: 05-10-2009, 12:45 AM
  3. Access hard drive?
    By martynball in forum Hardware & Booting
    Replies: 1
    Last Post: 12-22-2008, 04:36 PM
  4. Slow access to USB hard drive
    By rafaelorta in forum Hardware & Booting
    Replies: 3
    Last Post: 09-06-2005, 06:33 PM
  5. hard-drive access troubles
    By Colonel Sanders in forum Hardware & Booting
    Replies: 2
    Last Post: 08-21-2003, 04:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Apple IIe Vintage computer, Various add-ins picture

Apple IIe Vintage computer, Various add-ins

$349.99



Vintage Apple Macintosh 12

Vintage Apple Macintosh 12" RGB Computer Monitor Display DB-15 M1296 Green

$139.99



VINTAGE APPLE MODEM 300 A9M0300  WITH BOX AND DISK - NEVER USED FACTORY SEAL picture

VINTAGE APPLE MODEM 300 A9M0300 WITH BOX AND DISK - NEVER USED FACTORY SEAL

$40.00



Vintage Apple A2M2010 Monitor II, Green Phosper CRT picture

Vintage Apple A2M2010 Monitor II, Green Phosper CRT

$99.99



Vtg Genuine Apple Computer JOYSTICK IIe IIc A2M2002 2E 2C Controller  AS-IS picture

Vtg Genuine Apple Computer JOYSTICK IIe IIc A2M2002 2E 2C Controller AS-IS

$49.99



Vintage Apple Macintosh Performa Compact Discs ST933B18 picture

Vintage Apple Macintosh Performa Compact Discs ST933B18

$15.00



Vintage Apple Logo Calculator. New in original box.  LAST ONE................... picture

Vintage Apple Logo Calculator. New in original box. LAST ONE...................

$29.00



Vintage Apple Wrench Tool - Black picture

Vintage Apple Wrench Tool - Black

$8.99



Vintage Apple Macintosh 512K / Mouse, Keyboard & Extras + Carry Case / Turns On picture

Vintage Apple Macintosh 512K / Mouse, Keyboard & Extras + Carry Case / Turns On

$260.00



Vintage Apple IIe Computer A2S2128 (825-1351-A) picture

Vintage Apple IIe Computer A2S2128 (825-1351-A)

$174.99