Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
switch to udev ->" 'none' already mounted or '/sys'
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
pinnockio
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162

PostPosted: Sat Feb 12, 2005 7:18 pm    Post subject: switch to udev ->" 'none' already mounted or '/sys' Reply with quote

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
View user's profile Send private message
babykart
Guru
Guru


Joined: 08 Oct 2004
Posts: 415

PostPosted: Sat Feb 12, 2005 7:42 pm    Post subject: Reply with quote

try
Code:
# rm /etc/mtab && reboot

_________________
>> Gentoo-FR <<
-----
Back to top
View user's profile Send private message
transient
l33t
l33t


Joined: 13 Jan 2005
Posts: 759

PostPosted: Sun Feb 13, 2005 12:27 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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