With the external HD attached, open a terminal and post the results of these commands.
su -
fdisk -l
cat /etc/fstab
[tj@localhost ~]$ su -
[root@localhost ~]# fdisk -l
OK, here's the result.
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x801d374c
Device Boot Start End Blocks Id System
/dev/sdb1 63 625137344 312568641 7 HPFS/NTFS
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders, total 160836480 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: 0x0006e49f
Device Boot Start End Blocks Id System
/dev/sda1 * 63 25189919 12594928+ 83 Linux
/dev/sda2 25189920 160826714 67818397+ 5 Extended
/dev/sda5 25189983 33367004 4088511 82 Linux swap / Solaris
/dev/sda6 33367068 160826714 63729823+ 83 Linux
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x8f9c798a
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 488392064 244196001 7 HPFS/NTFS
Note: sector size is 4096 (not 512)
Disk /dev/sdh: 2500.5 GB, 2500493049856 bytes
255 heads, 63 sectors/track, 38000 cylinders, total 610471936 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00047867
Device Boot Start End Blocks Id System
/dev/sdh1 * 256 254 4294967292 7 HPFS/NTFS
[root@localhost ~]# cat /etc/fstab
# Entry for /dev/sda1 :
UUID=903ea2f6-2a28-402a-8e10-e2cb66aa6919 / ext4 defaults 1 1
# Entry for /dev/sda6 :
UUID=e336f296-b7bf-459f-bf29-c125bae9a18a /home ext4 defaults 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda5 :
UUID=2f09a919-cb87-4f2f-9d52-8f2faab7fe39 swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
[root@localhost ~]#
I've been on Pclinuxos since last December when I downloaded a worm that ate my Windows XP OS.
I was lucky that I had a Pclinux Live CD so that I could continue to use my computer and not lose any of my data. I've been learning Linux hands on since then. This is the first problem I've had so far. The HD in question came as NTFS so I just plugged it in and it worked fine. It was only in use for 24 hours before I did a general upgrade and the problem began. As a novice Linux user, I was unaware that there was a better (as I assume from the question why am I using NTFS if I'm only using Linux) file system for Linux. Which one should I be using, and should I get the HD working, how do I reformat the HD in the prefered system?
Thanks again Folks for giving this so much of your time.