LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mount: wrong fs type, bad option, bad superblock on /dev/sdb1 (https://www.linuxquestions.org/questions/linux-hardware-18/mount-wrong-fs-type-bad-option-bad-superblock-on-dev-sdb1-150375/)

pmoreira 02-25-2004 11:51 AM

mount: wrong fs type, bad option, bad superblock on /dev/sdb1
 
HELP,

fdisk /dev/sdb
Device Boot Start End Blocks Id System
/dev/sdb1 1 9137 73392921 83 Linux

[root@lin-n1 bin]# mount /dev/sdb1 /oradata2 -t ext2
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
or too many mounted file systems

[root@lin-n1 bin]# fdisk -l /dev/sdb1

Disk /dev/sdb1: 255 heads, 63 sectors, 9136 cylinders
Units = cylinders of 16065 * 512 bytes

Disk /dev/sdb1 doesn't contain a valid partition table


Some one now what is problem?

bnice 02-25-2004 12:17 PM

does /oradata2 exist?

is /dev/sda1 *really* ext2?



is there an entry for /dev/sda1 in /etc/fstab?

Quote:

Disk /dev/sdb1 doesn't contain a valid partition table
it's not supposed to... Partittion table can't be on a partition.

JaseP 02-25-2004 01:14 PM

Make sure you have all your scsi services installed...

It probably isn't capable of emulating the device as a scsi device (which the /dev/sdXX entries denote) without one or more scsi services installed as modules...

pmoreira 02-26-2004 03:52 AM

/oradata2 exist
/dev/sda1 exist and works before i remove rawpartitions
i can see /dev/sda1 in xwindows in Hardware Browser the Hard Drives,
aparently with no problems...
no entry /dev/sda1 in /etc/fstab

I crate another device /dev/sdc1 and work fine

bnice 02-26-2004 10:27 AM

Have you tried rearranging the command?
(Per man page)
mount -t ext2 /dev/sdb1 /oradata2

pmoreira 02-26-2004 10:31 AM

no
i have çformat again mkfs.ext2 /dev/sdb1
and create all again

thanks


All times are GMT -5. The time now is 01:10 PM.