storage-disk wrote:
Hi all,

I hope that I this is not the old thread.
I'd like to know how zfs get mounted. After a pool is created, zfs got mounted? 
Where is the record? Which file got written?

Traditional /etc/vfstab will mount all entries in that file. Where does Solaris 
find zfs mount at boot?

The SMF service:

For filesystems:

svc://system/filesystem/local:default

The start method does a zfs mount -a

For ZVOLs:

svc://system/device/local:default

The start method for that service uses the undocumented volinit
option to zfs(1) to make the volumes available.


The pool having already been made available to the system when the zfs kernel module loaded.

How to I tell the system not to mount certain zfs at boot?

set the mountpoint to none or legacy on the filesystem.

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

Reply via email to