On Jun 26, 2008, at 8:11 PM, Sumit Gupta wrote: > [EMAIL PROTECTED] is the snapshot of the original installation on > snv_92. snv_92.backup is the clone. You can see that the / is > mounted on snv_92.backup but in zfs list output it still shows that > '/' is mounted on snv_92. >
It's showing where it *would* mount, if it were mounted. It's not mounted, however (type 'zfs mount' to see a list of currently mounted datasets), so everything is OK. To see if a dataset will be automatically mounted at boot, look at the 'canmount' property of the dataset. Only those datasets with a canmount set to 'on' will be mounted. If the property is 'off', then it will not be mounted. If it is set to 'noauto', then it will only be mounted if it is the root dataset (or the /var dataset). Regards, markm _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss