mount -o remount of NFS doesn't preserve any mount options?

  • Follow


We're mounting a NAS filesystem via NFS to a SPARC Solaris 10 server, and 
had to remount on the fly due to a parameter change on the NAS device.  
The mount -o remount command neither preserved the existing mount 
options, nor read them from /etc/vfstab (they're the same).  AFAIK it 
took all defaults, which caused some errors.  I have resolved the issue 
by executing another remount and explicitly specifying all the mount 
options needed, but this behavior doesn't make sense to me.  Is this 
normal behavior?  I have researched the docs and the Web and don't see 
anything that discusses this.
0
Reply michael_orr25 (70) 10/2/2007 2:36:34 PM

F. Michael Orr wrote:
> We're mounting a NAS filesystem via NFS to a SPARC Solaris 10 server, and 
> had to remount on the fly due to a parameter change on the NAS device.  
> The mount -o remount command neither preserved the existing mount 
> options, nor read them from /etc/vfstab (they're the same).  AFAIK it 
> took all defaults, which caused some errors.  I have resolved the issue 
> by executing another remount and explicitly specifying all the mount 
> options needed, but this behavior doesn't make sense to me.  Is this 
> normal behavior?  I have researched the docs and the Web and don't see 
> anything that discusses this.

At least this behavior of mount_nfs is consistent with
mount_ufs - it reads /etc/vfstab but then uses its defaults.

Unchanged behavior since Solaris 2.6 (or even before),
so in this sense it is "normal".

-- 
Michael Tosch @ hp : com
0
Reply Michael 10/4/2007 8:33:15 PM


1 Replies
579 Views

(page loaded in 0.616 seconds)

Similiar Articles:













7/22/2012 4:08:09 AM


Reply: