Hi.
I'm having trouble with certain file systems not mounting during boot.
Recently I had trouble with / been read only - even to the root user. (Maybe this new problem is related somehow)
http://www.fedoraforum.org/forum/sho...ight=root+read
My new problem being that my NTFS partitions are not being mounted upon boot.
And then today, my /usr/local parition has not been mounted.
My
/etc/fstab:
Code:
LABEL=/ / ext3 defaults 1 1
LABEL=/boinc /boinc ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
LABEL=/opt /opt ext3 defaults 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/usr/local /usr/local ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
LABEL=SWAP-sdb3 swap swap sw,pri=1 0 0
LABEL=SWAP-sdc3 swap swap sw,pri=1 0 0
LABEL=SWAP-sda3 swap swap sw,pri=1 0 0
192.168.13.1:/mnt/sdd /mnt/server nfs rsize=32768,wsize=32768 0 0
/dev/sda1 /mnt/windows-c ntfs ro,umask=0200 0 0
/dev/sda5 /mnt/windows-d ntfs ro,umask=0200 0 0
Output from [Bmount && echo "---" && ls -ald /][/B]:
Code:
/dev/sdb8 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda8 on /boinc type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sdc5 on /home type ext3 (rw)
/dev/sda6 on /tmp type ext3 (rw)
/dev/sdb6 on /usr type ext3 (rw)
/dev/sda7 on /var type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
192.168.13.1:/mnt/sdd on /mnt/server type nfs (rw,rsize=32768,wsize=32768,addr=192.168.13.1)
automount(pid2383) on /net type autofs (rw,fd=4,pgrp=2383,minproto=2,maxproto=4)
/dev/sda1 on /mnt/windows-c type ntfs (ro,umask=0200)
/dev/sda5 on /mnt/windows-d type ntfs (ro,umask=0200)
---
drwxr-xr-x 25 root root 4096 Jul 7 22:43 /
As you can see, /usr/local is not there. The two windows partitions are there because I mounted them manually - simply by doing, as root,
mount /mnt/windows-c
And the same goes for /usr/local - it mounts and is functional if mounted manually.
I have found nothing of relevance in /var/log/messages
Anyone with any clues as to why these paritions are not being mounted during boot?
TIA