Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224207 - net-fs/nfs-utils-1.1.0-r1: mount -a -t nfs doesn't work under user mode linux
Summary: net-fs/nfs-utils-1.1.0-r1: mount -a -t nfs doesn't work under user mode linux
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-30 09:12 UTC by Toralf Förster
Modified: 2008-05-30 09:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2008-05-30 09:12:25 UTC
Within my UML image (stable Gentoo) starting /etc/init.d/nfsmount doesn't mount the defined directory from my host system (stable Gentoo too) however an mount at the command line for that directory works :

n22_uml ~ # grep nfs /etc/fstab 
n22:/tmp                        /mnt/nfs/n22_tmp        nfs     noauto 

n22_uml ~ #  mount -a -t nfs
n22_uml ~ # ls  /mnt/nfs/n22_tmp/
n22_uml ~ # mount  /mnt/nfs/n22_tmp/
n22_uml ~ # ls  /mnt/nfs/n22_tmp/
-1697239141               etherXXXX3244Js  hsperfdata_tfoerste  ksocket-tfoerste  ssh-caGYnd4930
_sametime_mon38004script  gpg-1Q0tku       kde-tfoerste         resolv.conf
n22_uml ~ # umount  /mnt/nfs/n22_tmp/
n22_uml ~ # ls  /mnt/nfs/n22_tmp/
n22_uml ~ # 

It seems that the "mount -a" doesn't even try to mount that directory b/c I saw no network traffic within wireshark.


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-30 09:29:23 UTC
              noauto Can only be mounted explicitly (i.e., the -a option  will
                     not cause the file system to be mounted).
Comment 2 Toralf Förster gentoo-dev 2008-05-30 09:40:15 UTC
*shame* I'm completely blind ... sry