Johan Kooijman wrote:

> [EMAIL PROTECTED] vz]# mount -t nfs
> 192.168.178.31:/datatank/vz on /vz type nfs (rw,addr=192.168.178.31)
> 
> As you can see ,I've created a file system datatank/vz/root/28999, which 
> should appear on the Linux client. It doesn't:
> 
> [EMAIL PROTECTED] vz]# ls -l /vz/private/
> total 0
> 
> It does on the server:
> 
> -bash-3.2# ls -l /datatank/vz/private/
> total 3
> drwxr-xr-x   2 root     root           2 May 18 09:21 28999
> 
> Can anyone give me some directions on this?

They're different filesystems. And you haven't mounted them. So you 
can't see them. That's how NFS works.

mount -t nfs 192.168.178.31:/datatank/vz/private/28999 /my/local/fs

NFS v4 has some magic that may allow you to just traverse the 
filesystems (if the Linux client is featureful enough), but NFS v3 does not.

-- 
Carson
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to