View previous topic :: View next topic |
Author |
Message |
mwirth n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Oct 2004 Posts: 28
|
Posted: Tue Oct 26, 2004 9:50 pm Post subject: local filesystems fail to mount during startup |
|
|
Hi there
After using etc-update, my local filesystems don't get mounted anymore. The strange thing is: "mount -a" after login works flawlessly.
This is some of the output during startup:
Code: |
VFS: Mounted root (reiser4 filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 208k freed
INIT: version 2.85 booting
Gentoo Linux; http://www.gentoo.org/
Copyright 1999-2004 Gentoo Foundation; Distributed under the GPLv2
* Mounting proc at /proc ... [ ok ]
* Mounting sysfs at /sys ... [ ok ]
* Mounting devpts at /dev/pts ... [ ok ]
* Activating (possible) swap ... [ ok ]
* Remounting root filesystem read-only (if necessary) ... [ ok ]
* Checking root filesystem ...
fsck.reiser4 /dev/sda1
fsck.reiser4 /dev/sda5
fsck.reiser4 /dev/sda6 [ ok ]
* Remounting root filesystem read/write ... [ ok ]
* Setting hostname to <myhostname> ... [ ok ]
* Calculating module dependencies ... [ ok ]
* Using /etc/modules.autoload.d/kernel-2.6 as config:
* Loading module nvidia ... [ ok ]
* Autoloaded 1 module(s)
* Checking all filesystems ...
fsck.reiser4 /dev/sda5
fsck.reiser4 /dev/sda6 [ ok ]
* Mounting local filesystems ...
mount: special device /dev/sda5 does not exist
mount: special device /dev/sda6 does not exist
mount: special device /dev/sda3 does not exist
mount: special device /dev/hda5 does not exist
mount: special device /dev/hda2 does not exist
mount: special device /dev/hda7 does not exist
* Some local filesystem failed to mount [ !! ]
* Mounting USB device filesystem (usbfs) ... [ ok ]
...
|
This is my fstab:
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 (version 3.x), add the notail option to opts.
#root partition
###############
/dev/sda1 / reiser4 defaults 1 1
#swap partition
###############
/dev/sda2 none swap sw 0 0
#linux partitions
#################
#home partition
/dev/sda5 /home reiser4 defaults 0 2
#var partition
#/dev/sda6 /var reiser4 defaults 0 2
#removable media
################
#dvd-rw drive
/dev/cdroms/cdrom0 /mnt/dvdr auto noauto,ro,user 0 0
#dvd-rom drive
/dev/cdroms/cdrom1 /mnt/dvd auto noauto,ro,user 0 0
#floppy drive
/dev/fd0 /mnt/floppy auto noauto,user 0 0
#foreign partitions
###################
#windows 98 (to be installed)
/dev/sda3 /mnt/win98 vfat defaults,umask=0 0 0
#windows xp (read only)
/dev/hda5 /mnt/winxp ntfs defaults,ro,user,umask=02200 0 0
#windows xp data (read only)
/dev/hda2 /mnt/windata ntfs defaults,ro,user,umask=02200 0 0
#transfer drive (vfat for data transfer between linux and winxp)
/dev/sda7 /mnt/transfer vfat defaults,umask=0 0 0
#system filesystems
###################
#temp dir
tmpfs /tmp tmpfs size=512m 0 0
#proc filesystem
# 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
|
Any ideas?
Any help would be appreciated |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mwirth n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Oct 2004 Posts: 28
|
Posted: Wed Oct 27, 2004 12:25 am Post subject: |
|
|
Reiser4 support and the driver for the SATA controller are both compiled into the kernel, so this is not the problem. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ronmon Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/13591982763f6f0b3bbbe64.png)
Joined: 15 Apr 2002 Posts: 1043 Location: Key West, FL
|
Posted: Wed Oct 27, 2004 1:31 am Post subject: |
|
|
I had the same problem yesterday. To solve it I had to edit fstab and change all my sda partitions to devfs names.
Code: |
/dev/sda3 / reiserfs ...
|
became
Code: |
/dev/discs/disc1/part3 / reiserfs ...
|
_________________ Ask Questions the Smart Way - by ESR |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mwirth n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Oct 2004 Posts: 28
|
Posted: Wed Oct 27, 2004 2:48 pm Post subject: |
|
|
Thank you very much, this helped. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|