[EMAIL PROTECTED] said:
> When i modify zfs FS propreties I get "device busy"
> -bash-3.00# zfs set mountpoint=/mnt1 pool/zfs1 cannot unmount '/mnt': Device
> busy

> Do you know how to identify porcess accessing this FS ? fuser doesn't work
> with zfs! 

Actually, fuser works fine with ZFS here.  One odd thing I discovered
is that something like "fuser -c /mnt" does not always show anything,
but "cd /mnt && fuser -c ." will work.  Of course, it will list the PID
of your shell, but it also lists other processes under the mount point.
This is true for me on Solaris-10U2 through 10U4, and UFS, ZFS, and
NFS mount points.

Regards,

Marion


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

Reply via email to