Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2011 17:00:22 GMT
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: bin/139651: mount: read-only remount of NFS volume does not work
Message-ID:  <201101041700.p04H0MrP019235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/139651; it has been noted by GNATS.

From: Jaakko Heinonen <jh@FreeBSD.org>
To: Alexander Haderer <alexander.haderer@loescap.de>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/139651: mount: read-only remount of NFS volume does not work
Date: Tue, 4 Jan 2011 18:57:50 +0200

 On 2009-10-15, Alexander Haderer wrote:
 > Setup an NFS server (here: FreeBSD 4.9 running a NFS server with defaults), then goto 7.2 nfs client machine and do:
 > 
 > # mount server:/fs /mnt
 > # mount
 > server:/fs on /mnt (nfs)
 > # mount -u -r /mnt
 > # mount
 > server:/fs on /mnt (nfs)
 
 I couldn't reproduce this on 8.1:
 
 # mount server:/stor /mnt
 # mount
 .
 .
 .
 server:/stor on /mnt (nfs)
 # mount -u -r /mnt
 # mount
 .
 .
 .
 server:/stor on /mnt (nfs, read-only)
 # touch /mnt/foo
 touch: /mnt/foo: Read-only file system
 
 -- 
 Jaakko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101041700.p04H0MrP019235>