SCIENTIFIC-LINUX-USERS Archives

March 2012

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
David Rotermund <[log in to unmask]>
Reply To:
David Rotermund <[log in to unmask]>
Date:
Sat, 10 Mar 2012 09:07:30 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Hi,

I was able to solved the problem myself. 

Never use // in the /etc/fstab with NFS4. If you do so then the /etc/mtab 
and /proc/mounts start to differ. 

With NFS3 it seems to work correctly. 

My workaround was
cat /etc/fstab | sed s/'\/\/'/'\/'/g > /etc/fstab_changed ; cp /etc/
fstab_changed /etc/fstab
cat /etc/mtab | sed s/'\/\/'/'\/'/g > /etc/mtab_changed; cp /etc/
mtab_changed /etc/mtab 

best wishes
David 

ATOM RSS1 RSS2