View previous topic :: View next topic |
Author |
Message |
starnix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Cars/8.gif)
Joined: 02 Mar 2003 Posts: 530
|
Posted: Thu Jun 03, 2004 10:14 pm Post subject: USB device mounting issues |
|
|
Everytime I boot I get an error that it couldnt find my usb devices. Well thats because USB hotplugging didn't start yet. I have hotplug in the default runlevel. Why is it trying to mount them before it even loads the modules for them? Any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Frodg l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/924793376438a729e35287.gif)
Joined: 11 Feb 2004 Posts: 761
|
Posted: Fri Jun 04, 2004 12:44 am Post subject: |
|
|
put hotplug into the boot runlevel
rc-update del hotplug
rc-update add hotplug boot
(from memory) _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
starnix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Cars/8.gif)
Joined: 02 Mar 2003 Posts: 530
|
Posted: Fri Jun 04, 2004 2:32 am Post subject: |
|
|
It fails at
Mounting Local Filesystems:
Mounting /dev/sda1 Failed
Mounting /dev/sdb4 Failed
Some Local Filesystems Failed to mount
I also did put hotplug in the boot runlevel. Still fails
rc-update shows
alsasound | boot
apache2 |
apmd |
bootmisc | boot
checkfs | boot
checkroot | boot
clock | boot
consolefont | boot
crypto-loop |
cupsd |
domainname |
esound |
famd | default
gkrellmd |
gpm |
hdparm | default
hostname | boot
hotplug | boot
iptables | default
keymaps | boot
lm_sensors | default
local | default nonetwork
localmount | boot
metalog | default
modules | boot
net.eth0 | default
net.lo | boot
netmount |
nscd |
ntp-client |
ntpd | default
numlock |
portmap |
rmnologin | boot
rsyncd |
samba |
serial | boot
sshd |
urandom | boot
vixie-cron | default
winbind |
xdm |
xfs | default
Could it be because "localmount" is in the boot runlevel? I dont even know for sure what localmount is?
Any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Frodg l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/924793376438a729e35287.gif)
Joined: 11 Feb 2004 Posts: 761
|
Posted: Fri Jun 04, 2004 6:43 am Post subject: |
|
|
You have sda & sda1 in your fstab ?
IIf so, put "noauto" in the options in fstab
/dev/sda1 /mnt/xxx filetype noauto,rw 0 0 (or something like that)..
Then when you boot it will not try to mount them automatically.
When you need to use them just type:
mount /mnt/xxxx and you have access.
then umount /mnt/xxxx _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
starnix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Cars/8.gif)
Joined: 02 Mar 2003 Posts: 530
|
Posted: Sat Jun 05, 2004 8:37 pm Post subject: |
|
|
I can't believe I didn't check that. Thanks a bunch!!! Works like a charm now... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|