On Mon, 20 Sep 2010, Valerio Piancastelli wrote:

Yes, it is mounted

r...@disk-00:/volumes/store# zfs get sas/mail-ccts
NAME          PROPERTY  VALUE    SOURCE
sas/mail-cts  mounted   yes      -

OK - so the next question would be where the data is. I assume when you say you "cannot access" the dataset, it means when you type ls -l /sas/mail-cts it shows up as an empty directory. Is that true?

With luck, the data will still be in a snapshot. Given that the dataset has 149G referenced, it could be all there. Does 'zfs list -rt snapshot sas/mail-cts' list any? If so, you can try using the most recent snapshot by looking in /sas/mail-cts/.zfs/snapshot/<snapshot name> and seeing if all your data are there. If it looks good, you can zfs rollback to that snapshot.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to