spott Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Mar 2004 Posts: 76
|
Posted: Thu Oct 21, 2004 9:39 pm Post subject: reiser4 mounting partitions |
|
|
I am having some weird problems with mounting two partitions on boot:
/etc/fstab (or the important parts of it):
Code: |
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda3 /boot ext2 noauto,noatime 1 1
/dev/hda6 /usr/portage reiser4 notail,auto,default 0 0
/dev/hda7 /home reiser4 notail,auto,default 0 0
/dev/hda8 / reiser4 notail 0 0
/dev/hda5 none swap sw 0 0
|
it looks all good, however, durring booting, i get a weird:
Code: |
* Mounting local filesystems...
mount: wrong fs type, bad option, bad superblock on /dev/hda6, or to many mounted filesystems
mount: wrong fs type, bad option, bad superblock on /dev/hda7, or to many mounted filesystems
* Some local filesystem failed to mount
|
errors, whats even weirder is that if i type "mount /dev/hda6 /usr/portage" or "mount /dev/hda7 /home" i'm fine, and it works... however it still won't mount them on boot.
anyone got any ideas?
thanks
ANDREW |
|