Hi I an external HD problem.
Here is my situation:
I bought a Seagate Barracuda 500GB SATA 32Mb Cash HD on Friday to use as an external backup HD (thesis, movies, music, etc). The HD is in an Eagle Consus case (support usb2.0 and up to 750GB HDs).
On a XP system, I could partition the Drive but I was unable to format it. Apparently there is some "time-out" error between the USB2 and the SATA connection, I am not exactly sure what it means exactly... but the bottom line is that it can't format the external that way.
I am not familiar with how to partition and format in linux (Ubuntu) so that is why I opted to go for XP... bad choice!
I installed Gparted, and after a long struggle got all the partitions removed, and created new ones. I created 3 partitions, and formated to the FAT32 file system (as a start), checked the 3 drives and they worked, mounted correctly, in Ubuntu and on the XP system.
So I decided to to change the first partition to ext3 file system, and one of the others to NTFS (I downloaded and installed ntfsprogs to do that). Everything fine, and everything is working.
The drives names are however the respective sizes of each partition... that won't do, so I tried to rename them...
I used this for the FAT32 partition: sudo mlabel -i /dev/sdb2 ::usbfat32
and this for the NTFS partition: sudo mlabel -i /dev/sdb3 -s ::usbntfs
and this for the EXT3 partition: sudo e2label /dev/sdb1 usbext3
...bad idea! now none of the drives work.
See the attached picture of the pop up window.
The ext3 and fat32 partitions are mounted, but when you try and access them, it does not work.
When I unmount the drives, I get a message that data is being written to the drive, and I can not unplug the drive. After a while the message disappear, and a new message says that it is now safe to remove drive.
In Gparted I can see the different partitions. See picture.
I included the information windows for the NTFS drive that does not want to mount and also the information window for the ext3 (first partition) which gives me a "superblock" error message.
I can't run a check on any of the drives, it won't work. I can't remove any of the partition, because then the external drive "unmount"...
So, all I want to do is to delete all 3 partitions and start from scratch to create new partition.
Can anybody help with this? Please...
ps. After I changed the FAT32 partition to EXT3 the partition seemed "larger", and the same for the NTFS partition, maybe it is something to do with that...