>After importing some pools after a re-install of the OS, i hit that "..: 
>Permission denied" proble
m.  I figured out I could unmount, chmod, and mount to fix it but that wouldn't 
be a good situation
 on a production box.  Is there anyway to fix this problem without unmounting?


NFS share the containing directory with root access.

While generally loopback NFS is frowned upon, you can use it for this
purpose:

        share -o anon=0,rw=localhost /
        mount -F nfs localhost:/ /mnt
        chmod 755 /mnt/zfs/mount
        umount /mnt
        unshare /

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

Reply via email to