View previous topic :: View next topic |
Author |
Message |
pinnockio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 08 Jun 2002 Posts: 162
|
Posted: Sat Feb 12, 2005 7:18 pm Post subject: switch to udev ->" 'none' already mounted or '/sys' |
|
|
Hello,
I just switched to udev and everything is working fine, except for the following warning at boot:
Quote: | none already mounted or /sys busy
according to mtab sysfs already mounted |
This is how my /etc/fstab looks like:
Quote: | /dev/hda1 /mnt/hda1 ufsd noauto,user,gid=100,uid=1000,umask=027 0 0
/dev/hda2 /boot ext3 noauto,noatime 1 2
/dev/hda5 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0
/dev/hda6 /mnt/hda6 ext3 auto,user,noatime 0 1
/dev/hda7 /mnt/hda7 vfat auto,user,gid=100,uid=1000,umask=007 0 0
/dev/hda8 /mnt/hda8 ufsd auto,user,gid=100,uid=1000,umask=027 0 0
#/dev/sr0 /mnt/sr0 iso9660 noauto,ro,user 0 0
#/dev/sr1 /mnt/sr1 iso9660 noauto,ro,user 0 0
/dev/cdroms/cdrom0 /mnt/cd0 iso9660 noauto,ro,user 0 0
/dev/cdroms/cdrom1 /mnt/cd1 iso9660 noauto,ro,user 0 0
/dev/fd0 /mnt/floppy vfat noauto,user,gid=100,uid=1000,umask=027 0 0
/dev/sda4 /mnt/zip vfat noauto,user,gid=100,uid=1000,umask=027 0 0
/dev/sda1 /mnt/stick auto noauto,user,gid=100,uid=1000,umask=027 0 0
#/dev/hdb1 /mnt/hdb1 auto auto,user,gid=100,uid=1000,umask=007 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
# NOTE: The next line is
none /proc proc defaults 0 0
# glibc 2.2 and above expects
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable
# use almost no memory if
# Adding the following line to
none /dev/shm tmpfs defaults 0 0
none /sys sysfs defaults 0 0
|
Where is the problem? Anybody who could help out is thanked in adavance!
Kind regards,
A belgian Gentoo user |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
babykart Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/137336118953f8950cad867.jpg)
Joined: 08 Oct 2004 Posts: 415
|
Posted: Sat Feb 12, 2005 7:42 pm Post subject: |
|
|
try
Code: | # rm /etc/mtab && reboot |
_________________ >> Gentoo-FR <<
----- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
transient l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 13 Jan 2005 Posts: 759
|
Posted: Sun Feb 13, 2005 12:27 am Post subject: |
|
|
Remove the /sys line from your fstab.
Udev takes care of mounting sysfs itself, so you dont need to, and indeed shouldnt, have an entry for sysfs in your fstab. |
|
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
|
|