Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]...fs type, bad option, bad superblock on /dev/sdb1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Neopas
n00b
n00b


Joined: 13 Jul 2005
Posts: 7
Location: Athens, Greece

PostPosted: Thu Jul 14, 2005 1:52 pm    Post subject: [solved]...fs type, bad option, bad superblock on /dev/sdb1 Reply with quote

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
View user's profile Send private message
Neopas
n00b
n00b


Joined: 13 Jul 2005
Posts: 7
Location: Athens, Greece

PostPosted: Thu Jul 14, 2005 1:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
GothicKnight
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 123
Location: Santa Maria da Feira/Portugal

PostPosted: Thu Jul 14, 2005 4:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
Neopas
n00b
n00b


Joined: 13 Jul 2005
Posts: 7
Location: Athens, Greece

PostPosted: Thu Jul 14, 2005 5:11 pm    Post subject: Reply with quote

:oops: 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
View user's profile Send private message
Neopas
n00b
n00b


Joined: 13 Jul 2005
Posts: 7
Location: Athens, Greece

PostPosted: Thu Jul 14, 2005 5:56 pm    Post subject: Reply with quote

i have no option, but to format and reinstall using 4 partitions
:cry:
_________________
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
View user's profile Send private message
GothicKnight
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 123
Location: Santa Maria da Feira/Portugal

PostPosted: Thu Jul 14, 2005 11:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Fri Jul 15, 2005 1:00 am    Post subject: Reply with quote

back Neopas -->KLG

I emerged myself :wink:

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
View user's profile Send private message
GothicKnight
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 123
Location: Santa Maria da Feira/Portugal

PostPosted: Fri Jul 15, 2005 1:03 am    Post subject: Reply with quote

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
View user's profile Send private message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Fri Jul 15, 2005 10:23 am    Post subject: Reply with quote

U are right gothic, :oops:

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 :lol:
Back to top
View user's profile Send private message
GothicKnight
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 123
Location: Santa Maria da Feira/Portugal

PostPosted: Fri Jul 15, 2005 1:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum