LarryJ
11th June 2006, 03:46 PM
I tried upgrading my FC4 to FC5. I had several problems so I decided to start fresh. So I removed the old IDE FC4 hd then installed a new SATA HD and installed FC5. The computer boots and runs OK from the new sda SATA FC5 volume. Now I would like to grab a few files off the old ATAFC4 HD. After connecting the old FC4 hd, I can't get the old IDE ATA FC4 hd to mount and I can't see the files from the old FC4 HD anywhere. But the old FC4 hd shows up in "fdisk -l". In fdisk-l output shown below, the hdb HD is the old FC4 volume and the sda is the newer SATA FC5 volume.
What command do I issue to be able to mount then read files off the FC4 hd (hdb)??
I've tried # mount -t ext3 /dev/hdb /mnt/fc5
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
where directory fc5 lists as
# ls -al /mnt
total 24
drwxr-xr-x 3 root root 4096 Jun 10 19:14 .
drwxr-xr-x 23 root root 4096 Jun 11 07:56 ..
drwxr-xr-x 2 root root 4096 Jun 10 19:14 fc5
but mount from th new SATA FC5 drive replies
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@penguine # fdisk -l
Disk /dev/hdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 30515 245007315 8e Linux LVM
Disk /dev/sda: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 36483 292945275 8e Linux LVM
What command do I issue to be able to mount then read files off the FC4 hd (hdb)??
I've tried # mount -t ext3 /dev/hdb /mnt/fc5
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
where directory fc5 lists as
# ls -al /mnt
total 24
drwxr-xr-x 3 root root 4096 Jun 10 19:14 .
drwxr-xr-x 23 root root 4096 Jun 11 07:56 ..
drwxr-xr-x 2 root root 4096 Jun 10 19:14 fc5
but mount from th new SATA FC5 drive replies
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@penguine # fdisk -l
Disk /dev/hdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 30515 245007315 8e Linux LVM
Disk /dev/sda: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 36483 292945275 8e Linux LVM