[HEADSUP/TEST]: mount(2)/nmount(2) & rootfs mounting

Craig Rodrigues rodrigc at crodrigues.org
Sun Dec 5 13:13:11 PST 2004


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 at crodrigues.org


More information about the freebsd-arch mailing list