Just upgraded to hardy. My external usb drive has 2 partitions. one mounts fine the other gives the following error:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg | tail gives:
[ 87.433759] Clocksource tsc unstable (delta = -89710881 ns)
[ 88.555607] NET: Registered protocol family 17
[ 89.734785] NET: Registered protocol family 10
[ 89.734972] lo: Disabled Privacy Extensions
[ 89.735644] ADDRCONF(NETDEV_UP): eth1_rename: link is not ready
[ 95.455197] eth0: no IPv6 routers present
[ 321.168842] UDF-fs: No VRS found
[ 321.300120] ISOFS: Unable to identify CD-ROM format.
[ 392.637393] UDF-fs: No VRS found
[ 392.724158] ISOFS: Unable to identify CD-ROM format.
How ever if I do
sudo mkdir /media/disk-1
then
sudo mount /dev/sdb1 disk-1
all is good. the problem is that it is not persistent. I have to do this after any reboot. Not liking it. gutsy mounted these drives fine.
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg | tail gives:
[ 87.433759] Clocksource tsc unstable (delta = -89710881 ns)
[ 88.555607] NET: Registered protocol family 17
[ 89.734785] NET: Registered protocol family 10
[ 89.734972] lo: Disabled Privacy Extensions
[ 89.735644] ADDRCONF(NETDEV_UP): eth1_rename: link is not ready
[ 95.455197] eth0: no IPv6 routers present
[ 321.168842] UDF-fs: No VRS found
[ 321.300120] ISOFS: Unable to identify CD-ROM format.
[ 392.637393] UDF-fs: No VRS found
[ 392.724158] ISOFS: Unable to identify CD-ROM format.
How ever if I do
sudo mkdir /media/disk-1
then
sudo mount /dev/sdb1 disk-1
all is good. the problem is that it is not persistent. I have to do this after any reboot. Not liking it. gutsy mounted these drives fine.
Comment