View previous topic :: View next topic |
Author |
Message |
Qweasda Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 04 Feb 2003 Posts: 152
|
Posted: Wed Jun 16, 2004 6:22 pm Post subject: NFS tries to mount before network starts at boot |
|
|
Hi, my NFS entry in /etc/fstab is mounted right before pcmcia is brought up to initilize the wifi eth0 interface.
How can I get the nfs to start after pcmcia? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sak102010 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/154200113340b69d8d564ca.png)
Joined: 08 Jun 2003 Posts: 82
|
Posted: Wed Jun 16, 2004 9:03 pm Post subject: |
|
|
Try putting ...
... in your fstab options for the NFS entry. _________________ Thanks,
Sak |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Qweasda Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 04 Feb 2003 Posts: 152
|
Posted: Wed Jun 16, 2004 10:05 pm Post subject: |
|
|
Thanks for the reply. I did that, it didn't seem to change anything. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neysx Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/17295657453e350b33c0b78.jpg)
Joined: 27 Jan 2003 Posts: 795
|
Posted: Wed Jun 16, 2004 10:24 pm Post subject: |
|
|
My guess is whatever script that starts the pcmcia services is started after nfsmount or netmount. No laptop here.
1) Check whether you use nfsmount or netmount with the rc-update show command. If you're not using any other networked file system like "coda,ncpfs,smbfs", you might as well use nfsmount which is just a bit simpler to edit.
2) Use rc-update to select one of those two scripts and make sure it is started in the default runlevel.
3) Edit e.g. your nfsmount script and add a use pcmcia directive.
This chapter of the handbook should help you understand how these scripts work together.
Hth |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Qweasda Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 04 Feb 2003 Posts: 152
|
Posted: Thu Jun 17, 2004 3:20 am Post subject: |
|
|
Thanks, I'll give that a try in the morning.
For the momemt, I just added the mount line to /etc/conf.d/local.start. Quick and easy. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|