> Mike DeMarco wrote: > > Looking for a way to mount a zfs filesystem ontop > of another zfs > > filesystem without resorting to legacy mode. > > doesn't simply 'zfs set mountpoint=...' work for you? > > -- > Michael Schuster > Recursion, n.: see 'Recursion' > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discu > ss
well if you create let say a local/apps and a local/apps-bin then zfs set mountpoint=/apps local/apps zfs set mountpoint=/apps/bin local/apps-bin now if you reboot the system there is no mechanism to tell zfs to mount /apps first and /apps/bin second so you could get /apps/bin mounted first and then /apps either will mount overtop or wont mount. This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss