Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 16:13:08 -0500
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        Poul-Henning Kamp <phk@phk.freebsd.dk>
Cc:        current@freebsd.org
Subject:   Re: [HEADSUP/TEST]: mount(2)/nmount(2) & rootfs mounting
Message-ID:  <20041205211308.GA5174@crodrigues.org>
In-Reply-To: <61738.1102259365@critter.freebsd.dk>
References:  <61738.1102259365@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 05, 2004 at 04:09:25PM +0100, Poul-Henning Kamp wrote:
> 
> Please help test this megapatch:
> 
> 	http://phk.freebsd.dk/patch/nmount.patch

I mounted an ISO file:
mdconfig -a -t vnode -f ./freesbie.iso -u 4
mount -t cd9660 /dev/md4 /tmp/mnt1

The output of 'mount' showed:
 on /tmp/mnt1 (cd9660, local, read-only)

i.e. it did not show "/dev/md4 on"



I mounted an NFS filesystem via the automounter:

cd /net/rincewind-2/opt/home/ACE_wrappers

The output of 'mount' showed:
rincewind-2:/opt/home/ACE_wrappers on XXX: foo (nfs, nosuid)

i.e it did not show 'on /net/rincewind-2'.



I tried to mount the same NFS file system via nfs4:

mount_nfs4 rincewind-2:/opt/home/ACE_wrappers /tmp/mnt1
mount_nfs4: /tmp/mnt1: Operation not supported

-- 
Craig Rodrigues        
rodrigc@crodrigues.org



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