On Thursday 14 December 2006 20:35, No?l Dellofano wrote: > > Where does Solaris find zfs mount at boot? > > ZFS keeps its record of what pools are on the system in /etc/zfs/ > zpool.cache. That's the file that gets read at boot
I'm also interested to know where in the code are the filesystems mounted at boot. Is there some code that does it when the zfs module loads or does OpenSolaris simply call 'zfs mount -a' as part of the boot process?