View previous topic :: View next topic |
Author |
Message |
Neopas n00b
Joined: 13 Jul 2005 Posts: 7 Location: Athens, Greece
|
Posted: Thu Jul 14, 2005 1:52 pm Post subject: [solved]...fs type, bad option, bad superblock on /dev/sdb1 |
|
|
hi ppl,
when i type mount -a i see those two messages
wrong fs type, bad option, bad superblock on /dev/sdb1, or too many filesystems
wrong fs type, bad option, bad superblock on /dev/sdb7, or too many filesystems
Based on research on gentoo forum and google,
emerged udev, hotplug, coldplug,
recompiled kernel, to check if i had forgotten something,
and i saw that the hotplug option was --- and i couldnt check it,
except that everything i did was according to the "Gentoo udev guide"
here is the fstab file
Code: |
/dev/sdb1 /boot reiserfs defaults,noatime 1 2
/dev/sdb3 none swap sw 0 0
/dev/sdb2 / reiserfs noatime 0 1
/dev/sdb5 /usr reiserfs noatime 0 1
/dev/sdb6 /home reiserfs noatime 0 1
#i want to mount a windos FAT32 LBA partiotion, so i can exchange data
/dev/sdb7 /mnt/windows vfat users,owner,rw,unmask=000 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
|
partiotion table
sdb1 /boot
sdb2 swap
sdb3 /
sdb4 extended
sdb5 /usr
sdb6 /home
sdb7 FAT32 LBA
all linux partition are reiserfs
any idea ?????
Last edited by Neopas on Fri Jul 15, 2005 1:02 am; edited 1 time in total |
|
Back to top |
|
|
Neopas n00b
Joined: 13 Jul 2005 Posts: 7 Location: Athens, Greece
|
Posted: Thu Jul 14, 2005 1:59 pm Post subject: |
|
|
During boot i see:
some local filesystem failed to mount [!!]
specifications _________________ Laptop FJS Amilo M3438G
Pentium M Centrion 1.86gHz
NVidia GeForce 6800
2x SATA HDisks 80GB (VIA VT6421 RAID Controller)
Realtek RTL8169/8110 Family Gigabit Ethernet NIC |
|
Back to top |
|
|
GothicKnight Tux's lil' helper
Joined: 02 Aug 2004 Posts: 123 Location: Santa Maria da Feira/Portugal
|
Posted: Thu Jul 14, 2005 4:02 pm Post subject: |
|
|
reiserfs doesn't have defaults option vfat has. Change the defaults option from reiserfs to vfat. _________________ Se a vida não te sorri... Faz-lhe cocegas. |
|
Back to top |
|
|
Neopas n00b
Joined: 13 Jul 2005 Posts: 7 Location: Athens, Greece
|
Posted: Thu Jul 14, 2005 5:11 pm Post subject: |
|
|
i don't understand
sdb1(reiserfs) and sdb7(vfat) cannot be mounted.
but the others are mounted _________________ Laptop FJS Amilo M3438G
Pentium M Centrion 1.86gHz
NVidia GeForce 6800
2x SATA HDisks 80GB (VIA VT6421 RAID Controller)
Realtek RTL8169/8110 Family Gigabit Ethernet NIC |
|
Back to top |
|
|
Neopas n00b
Joined: 13 Jul 2005 Posts: 7 Location: Athens, Greece
|
Posted: Thu Jul 14, 2005 5:56 pm Post subject: |
|
|
i have no option, but to format and reinstall using 4 partitions
_________________ Laptop FJS Amilo M3438G
Pentium M Centrion 1.86gHz
NVidia GeForce 6800
2x SATA HDisks 80GB (VIA VT6421 RAID Controller)
Realtek RTL8169/8110 Family Gigabit Ethernet NIC |
|
Back to top |
|
|
GothicKnight Tux's lil' helper
Joined: 02 Aug 2004 Posts: 123 Location: Santa Maria da Feira/Portugal
|
Posted: Thu Jul 14, 2005 11:28 pm Post subject: |
|
|
Your fstab should be like this
Code: |
/dev/sdb1 /boot reiserfs noatime 1 2
/dev/sdb3 none swap sw 0 0
/dev/sdb2 / reiserfs noatime 0 1
/dev/sdb5 /usr reiserfs noatime 0 1
/dev/sdb6 /home reiserfs noatime 0 1
#i want to mount a windos FAT32 LBA partiotion, so i can exchange data
/dev/sdb7 /mnt/windows vfat defaults,users,owner,rw,unmask=000 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
|
_________________ Se a vida não te sorri... Faz-lhe cocegas. |
|
Back to top |
|
|
KLG Tux's lil' helper
Joined: 13 Jul 2005 Posts: 90 Location: @York, UK
|
Posted: Fri Jul 15, 2005 1:00 am Post subject: |
|
|
back Neopas -->KLG
I emerged myself
while i waw messing with /etc/fstb and i saw this line:
#if your BOOT partition is reiserFS, add notail to options....
So i only had to do that!
unfortunately i saw that after i had reinstalled the whole thing!
as for the win partition, i think the problem is that it is not formated!!!! |
|
Back to top |
|
|
GothicKnight Tux's lil' helper
Joined: 02 Aug 2004 Posts: 123 Location: Santa Maria da Feira/Portugal
|
Posted: Fri Jul 15, 2005 1:03 am Post subject: |
|
|
You'll learn in time that you don't need to format and reinstall for that kind of problems. That's the way of win$ _________________ Se a vida não te sorri... Faz-lhe cocegas. |
|
Back to top |
|
|
KLG Tux's lil' helper
Joined: 13 Jul 2005 Posts: 90 Location: @York, UK
|
Posted: Fri Jul 15, 2005 10:23 am Post subject: |
|
|
U are right gothic,
But i have been searching the whole day and i couldn't find anything....
And when i did from the beginnig, there it was in front me.... making fun of me |
|
Back to top |
|
|
GothicKnight Tux's lil' helper
Joined: 02 Aug 2004 Posts: 123 Location: Santa Maria da Feira/Portugal
|
Posted: Fri Jul 15, 2005 1:42 pm Post subject: |
|
|
It's trying, asking and reading that things are learned. Any problem you know where to ask. _________________ Se a vida não te sorri... Faz-lhe cocegas. |
|
Back to top |
|
|
|