Thanks for your reply Andrey,

Unfortunately, I wasn't able to see the files in that directory from any of scenario's. It seems a zfs inside another zfs is causing the problem. Of course when I put just a directory inside the zfs, everything can be seen.

Cheers,
Greg


On Fri, 21 Aug 2009, Andrey V. Elsukov wrote:

Gregory Skelton wrote:
 I've tried changing all kinds of attributes for the zfs's, but I can't
 seem to find the right configuration.

 So I'm trying to move some zfs's under another, it looks like this:

 /pool/joe_user move to /pool/homes/joe_user

You can do it in several ways:
1. Create a new FS and copy data from old FS :)
2. Change mountpoint:
# zfs set mountpoint=/pool/homes/joe_user pool/joe_user
3. Use clone and promote:
#  zfs snapshot pool/joe_u...@copy
#  zfs clone pool/joe_u...@copy pool/homes/joe_user
#  zfs promote pool/homes/joe_user
verify that all is ok, then destroy old FS

It's IMHO...
--
WBR, Andrey V. Elsukov


--
Gregory R. Skelton Phone: (414)229-2678 (Office)
System Administrator: (920) 246-4415 (Cell)
1900 E. Kenwood Blvd: gskel...@gravity.phys.uwm.edu
University of Wisconsin : AIM/ICQ gregor159
Milwaukee, WI 53201 http://www.lsc-group.phys.uwm.edu/~gskelton
Emergency Email: grego...@vzw.blackberry.net
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to