storage-disk
2006-Dec-14 14:05 UTC
[zfs-discuss] How does zfs mount at boot? How to let the system not to mount zfs?
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? How to I tell the system not to mount certain zfs at boot? Thank you. Giang This message posted from opensolaris.org
Darren J Moffat
2006-Dec-14 14:49 UTC
[zfs-discuss] How does zfs mount at boot? How to let the system not to mount zfs?
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
Long Tran
2006-Dec-14 17:16 UTC
[zfs-discuss] How does zfs mount at boot? How to let the system not to mount zfs?
Thanks Louwtjie and Darren. On 12/14/06, storage-disk <opensolaris.storage at gmail.com> 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? > > How to I tell the system not to mount certain zfs at boot? > > Thank you. > Giang > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20061214/f7091832/attachment.html>