Networking Forums

Networking Forums > Computer Networking > Linux Networking > lfs attempts to mount nfs point twice

Reply
Thread Tools Display Modes

lfs attempts to mount nfs point twice

 
 
Johannes Bühler
Guest
Posts: n/a

 
      12-19-2009, 09:32 AM
Hey guys,

I have a strange behaviour of nfs-mounts in Linux from Scratch 6.5.

My /etc/fstab has the following entry:
---- cut ----
smartass:/data/ftp/vdr /mnt/vdr nfs _netdev,rw 0
0
---- cut ----

When trying to mount it by using this command "mount -avt nfs", lfs says:

mount.nfs: timeout set for Sat Dec 19 11:16:24 2009
mount.nfs: text-based options: 'addr=192.168.70.10'
mount.nfs: trying 192.168.70.10 prog 100003 vers 3 prot UDP port 2049
mount.nfs: trying 192.168.70.10 prog 100005 vers 3 prot UDP port 32770
mount.nfs: text-based options (retry):
'addr=192.168.70.10,nfsvers=3,proto=udp'
smartass:/data/ftp/vdr on /mnt/vdr type nfs (rw,_netdev)
nothing was mounted

When unmounting it, it does it only once; "umount -avt nfs":

umount.nfs: trying 192.168.70.10 prog 100005 vers 3 prot UDP port 32770
smartass:/data/ftp/vdr umounted

Indeed the mount point was mounted actually but I don't understand why lfs
did it 2 times but umounted only one mount.
My server logged:

Dec 19 11:24:53 smartass mountd[4834]: authenticated mount request from
192.168.70.106:811 for /data/ftp/vdr (/data/ftp/vdr)
Dec 19 11:24:53 smartass mountd[4834]: authenticated mount request from
192.168.70.106:909 for /data/ftp/vdr (/data/ftp/vdr)
Dec 19 11:28:25 smartass mountd[4834]: authenticated unmount request from
192.168.70.106:951 for /data/ftp/vdr (/data/ftp/vdr)

Can anybody explain that behaviour to me and help me out to solve it?

TIA!

Joe


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
Problem with hardcoded NFS mount point Bjorn Frostberg Linux Networking 0 07-31-2006 09:26 AM
Blocked Connection Attempts - Hacker attempts? =?Utf-8?B?Umlja0lzQnVnZ2Vk?= Broadband Hardware 2 05-05-2006 06:57 AM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM



1 2 3 4 5 6 7 8 9 10 11