| View previous topic :: View next topic |
| Author |
Message |
Saa Tux's lil' helper


Joined: 03 Jul 2004 Posts: 138
|
Posted: Wed Jul 07, 2004 1:04 pm Post subject: file systems not mounting on boot |
|
|
root file system mounts just fine, but for some reason /dev/hdb2 is not mounting for /usr, and it's causing all the daemons that need /usr not to spawn on boot . my fstab file looks good concerning that partition. i just don't know what's up >< . i know that i have reiser support in my kernel, because / is reiserfs and it mounts just fine....argh!!
| Code: |
/dev/hdb2 /usr ReiserFS noatime 0 2
|
|
|
| Back to top |
|
 |
Earthwings Administrator


Joined: 14 Apr 2003 Posts: 7747 Location: Karlsruhe, Germany
|
Posted: Wed Jul 07, 2004 1:24 pm Post subject: |
|
|
| I don't know if mount cares about it, but normally you write reiserfs instead of ReiserFS. If that doesn't help, is /usr mounted according to "mount"? What happens if you run "mount -a"? Any error messages? |
|
| Back to top |
|
 |
Saa Tux's lil' helper


Joined: 03 Jul 2004 Posts: 138
|
Posted: Wed Jul 07, 2004 1:34 pm Post subject: |
|
|
| yay that fixed it!! |
|
| Back to top |
|
 |
|