Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I'm getting an error about a local filesystem not mounting.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Royle
Apprentice
Apprentice


Joined: 21 Jul 2004
Posts: 223

PostPosted: Sun Nov 14, 2004 11:13 pm    Post subject: I'm getting an error about a local filesystem not mounting. Reply with quote

When I boot gentoo, I get an error about a local filesystem not being able to mount. I'm gonna guess theres a problem with my fstab so here it is:
Code:
                                 
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>                  <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT              /boot           ext2            noauto,noatime          1 1
#/dev/ROOT              /               xfs             noatime                 0 0
#/dev/SWAP              none            swap            sw                      0 0
#/dev/cdroms/cdrom0     /mnt/cdrom      iso9660         noauto,ro               0 0
#/dev/fd0               /mnt/floppy     auto            noauto                  0 0

# NOTE: The next line is critical for boot!
none                    /proc           proc            defaults                0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none                    /dev/shm        tmpfs           defaults                0 0

/dev/hdb1               /boot           ext2            noauto,noatime          1 2
/dev/hdb2               none            swap            sw                      0 0
/dev/hdb3               /               reiserfs        noatime                 0 1

none                    /proc           proc            defaults                0 0
none                    /dev/shm        tmpfs           defualts                0 0
/dev/cdroms/cdrom0      /mnt/cdrom      auto            noatime,user            0 0



Is there something wrong in here? Thanks in advance for your help.
Back to top
View user's profile Send private message
Rav70
l33t
l33t


Joined: 11 Feb 2004
Posts: 607
Location: Poland

PostPosted: Sun Nov 14, 2004 11:23 pm    Post subject: Reply with quote

You have these entries duplicated:
Code:

none                    /proc              proc             defaults                0 0
none                    /dev/shm           tmpfs            defualts                0 0

and also there should be 'defaults' not 'defualts' in the second line :wink:
Regards,
Rav
_________________
Q: Why is Microsoft's Product Support a failure?
A: Because Microsoft needs a Support Group instead.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum