[Bug 1059522] Re: nfs not mounted during boot
Book 'em Dano
1059522 at bugs.launchpad.net
Wed Oct 3 14:08:32 UTC 2012
Have you tried inserting the computer name in place of the IP address
while the computer uses DCHP to get network info? Otherwise, you may
have to stick with statis IP setup, as IP address is likelt to change
with DCHP.
** Package changed: ubuntu => nfs-utils (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1059522
Title:
nfs not mounted during boot
Status in “nfs-utils” package in Ubuntu:
New
Bug description:
I mount my home directory via NFS from a server. I boot directly into
my account, so no login is necessary. But then, my home directory is
not yet mounted. However, if I switch from DHCP to static IP, it is
mounted properly. Thus, network is setup too late in the boot
process, so that NFS fails.
Client: Ubuntu 12.04
Line in /etc/fstab:
192.168.178.24:/home/bronger /home/bronger nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
Excerpt of *working*/etc/network/interfaces:
iface eth0 inet static
address 192.168.178.20
netmask 255.255.255.0
gateway 192.168.178.1
Excerpt of *non-working* /etc/network/interfaces:
iface eth0 inet dhcp
Server: Ubuntu 10.04
Line in /etc/exports:
/home/bronger 192.168.178.23(rw,sync,no_subtree_check,no_root_squash)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1059522/+subscriptions
More information about the foundations-bugs
mailing list