can't mount a 2nd drive
Hello,I have the following hds in the server:
Disk /dev/hdd: 255 heads, 63 sectors, 7297 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 268 2048287+ 82 Linux swap
/dev/hdd3 269 7297 56460442+ 83 Linux
Disk /dev/hda: 255 heads, 63 sectors, 7297 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 7164 57440407+ 83 Linux
/dev/hda3 7165 7297 1068322+ 82 Linux swap
Disk /dev/hdb: 255 heads, 63 sectors, 7297 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 7298 58615672+ 83 Linux
Partition 1 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
I want to mount hdb1 as slave. So I type:
mkdir /mnt/01
mount /dev/hdb1 /mnt/01
But I got the following messages:
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
Do you know what's going wrong?