Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th July 2006, 09:24 PM
MaegRil Offline
Registered User
 
Join Date: Jan 2005
Location: Norway
Posts: 198
File Systems not mounting

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
Reply With Quote
  #2  
Old 9th July 2006, 10:37 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
This is one of the things that bugs me with the way Redhat clones handle the fstab file using LABELS. The file /etc/mtab contains the reference from LABELS to the true block device. If it was me I would rewrite /etc/fstab and change all LABELS to thier true mount point. Example:
Code:
LABEL=/                 /                       ext3    defaults        1 1
to
/dev/sdb8              /                       ext3    defaults        1 1
Now as far NTFS goes have you upgraded the kernel? If so you need to upgrade the NTFS rpm if using them. Features like NTFS support are kernel version specfic.

Brian1
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #3  
Old 10th July 2006, 12:43 AM
MaegRil Offline
Registered User
 
Join Date: Jan 2005
Location: Norway
Posts: 198
I can give re-writing /etc/fstab ago - sometime later today. It can't hurt to try.

NTFS and kernel upgrading isn't the problem - as I can mount the NTFS partitions manually without loading modules or anything else. But since the NTFS partitions already use their true mount points, then I do wonder if re-writing /etc/fstab will help.
I use yum to update and my repositories are setup correctly so any upgrades and dependencies are automatically taken care of.

cat /proc/filesystems (NTFS is listed here)
Code:
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   cpuset
nodev   binfmt_misc
nodev   debugfs
nodev   securityfs
nodev   sockfs
nodev   usbfs
nodev   pipefs
nodev   futexfs
nodev   tmpfs
nodev   inotifyfs
nodev   eventpollfs
nodev   devpts
        ext2
nodev   ramfs
nodev   hugetlbfs
        iso9660
nodev   mqueue
        ext3
        ntfs
nodev   rpc_pipefs
nodev   nfs
nodev   nfs4
nodev   autofs

Last edited by MaegRil; 10th July 2006 at 12:51 AM.
Reply With Quote
  #4  
Old 10th July 2006, 01:01 AM
Jongi Offline
Registered User
 
Join Date: Oct 2005
Posts: 1,952
I never have problems. But then agin I don't use LABEL=

With ntfs I have to ensure that I update from livna the ntfs packages after each kernel upgrade.
Reply With Quote
  #5  
Old 10th July 2006, 07:39 PM
MaegRil Offline
Registered User
 
Join Date: Jan 2005
Location: Norway
Posts: 198
Well, I've re-writen /etc/fstab specifying block devices, as prescribed by Brian1.

But I don't know if it's made a difference yet.
Today when I powered on my machine it mounted all partitions correctly and are functioning as they should.
I guess I'll see if I have any problems in the future.

Something is obviously a bit flakey.

Thanks for the help - so far ....
Reply With Quote
  #6  
Old 10th July 2006, 11:29 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
Glad to see you have it working.

Brian1
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
Reply

Tags
file, mounting, systems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compressed File Systems Nefarious Using Fedora 3 6th July 2006 01:45 AM
File Systems.. Dionysos21 Using Fedora 14 29th March 2006 08:18 AM
file-systems & GPG-key armen Using Fedora 4 8th March 2005 03:13 AM


Current GMT-time: 05:33 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat