This one has me completely lost. I bought an 80gb hard drive that had been wiped. I put it into my USB enclosure to format, partition, etc.
dmesg shows:
fdisk shows:
Meaning the drive is not being "seen". I've tried cfdisk and sfdisk but ach complains that the disk is either non-existent or is of zero length. In desparation, I plugged the enclosure into a Windows machine, which did not register the drive either.
So I don't know what to do next. I know the enclosure works, I use it to backup my home partition and plugging in the enclosure with the backup drive immediately mounts and displays the drive in Dolphin as well as a device in /media. This is the second drive I've tried from two different sources - both acted the same. Perhaps it's the enclosure, except for the fact that my backup drive was originally setup using the enclosure.
Any thoughts?
dmesg shows:
Code:
465692.489271] scsi 7:0:0:0: Direct-Access Generic Void Disk 9.02 PQ: 0 ANSI: 2 [465692.499864] sd 7:0:0:0: Attached scsi generic sg2 type 0 [465698.865081] sd 7:0:0:0: [sdb] Write Protect is off [465698.865102] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00 [465698.870076] sd 7:0:0:0: [sdb] No Caching mode page present [465698.870094] sd 7:0:0:0: [sdb] Assuming drive cache: write through [465698.901082] sd 7:0:0:0: [sdb] No Caching mode page present [465698.901103] sd 7:0:0:0: [sdb] Assuming drive cache: write through [465698.901117] sd 7:0:0:0: [sdb] Attached SCSI disk
Code:
john@john-laptop:/dev$ sudo fdisk -l Disk /dev/sda: 60.0 GB, 60011642880 bytes 255 heads, 63 sectors/track, 7296 cylinders, total 117210240 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x2222056e Device Boot Start End Blocks Id System /dev/sda1 * 63 24579449 12289693+ 83 Linux /dev/sda2 24579450 115716194 45568372+ 83 Linux /dev/sda3 115716195 117210239 747022+ 82 Linux swap / Solaris
So I don't know what to do next. I know the enclosure works, I use it to backup my home partition and plugging in the enclosure with the backup drive immediately mounts and displays the drive in Dolphin as well as a device in /media. This is the second drive I've tried from two different sources - both acted the same. Perhaps it's the enclosure, except for the fact that my backup drive was originally setup using the enclosure.
Any thoughts?
Comment