View previous topic :: View next topic |
Author |
Message |
NeoBender n00b
Joined: 24 Nov 2003 Posts: 41
|
Posted: Mon Mar 22, 2004 2:02 pm Post subject: fstab entry |
|
|
I'm trying to have a hard drive mount when gentoo boots, but I'm getting an error and I don't understand why. This is the fstab entry:
Code: | /dev/hdb1 /media reiserfs umask=000 0 0 |
This produces a "some filesystems failed to mount" error on boot. When I do a 'mount /dev/hdb1 /media' from a terminal, it mounts fine though.
Yes, it is at /dev/hdb1.
Yes, it is a Reiser FS.
What am I missing here? |
|
Back to top |
|
|
Cocker68 Apprentice
Joined: 16 Jan 2003 Posts: 227 Location: Germany
|
Posted: Mon Mar 22, 2004 2:33 pm Post subject: |
|
|
To check, if Your fstab entry is OK, try the commandWith man mount I cannot see a umask option for reiserfs, and those for other filesystems are written in lowercase letters... (I don't use reiserfs)
- Cocker :wq
Last edited by Cocker68 on Tue Oct 05, 2004 5:23 pm; edited 1 time in total |
|
Back to top |
|
|
NeoBender n00b
Joined: 24 Nov 2003 Posts: 41
|
Posted: Mon Mar 22, 2004 4:33 pm Post subject: |
|
|
Taking the umask option out worked like a charm.
Thanks. |
|
Back to top |
|
|
buzzin Apprentice
Joined: 17 Oct 2003 Posts: 264 Location: St. Albans, UK.
|
Posted: Mon Mar 22, 2004 4:53 pm Post subject: |
|
|
You could have the following as your options for better performance;
|
|
Back to top |
|
|
|