Re: [zfs-discuss] don't mount a zpool on boot

2010-05-29 Thread Dick Hoogendijk
Op Sat, 29 May 2010 20:34:54 +0200 schreef Kees Nuyt : On Thu, 20 May 2010 11:53:17 -0700, John Andrunas wrote: Can I make a pool not mount on boot? I seem to recall reading somewhere how to do it, but can't seem to find it now. As Tomas said, export the pool before shutdown. Why don't y

Re: [zfs-discuss] don't mount a zpool on boot

2010-05-29 Thread Kees Nuyt
On Thu, 20 May 2010 11:53:17 -0700, John Andrunas wrote: >Can I make a pool not mount on boot? I seem to recall reading >somewhere how to do it, but can't seem to find it now. As Tomas said, export the pool before shutdown. If you have a pool which causes unexpected trouble at boot time and you

Re: [zfs-discuss] don't mount a zpool on boot

2010-05-20 Thread Tomas Ögren
On 20 May, 2010 - John Andrunas sent me these 0,3K bytes: > Can I make a pool not mount on boot? I seem to recall reading > somewhere how to do it, but can't seem to find it now. zpool export thatpool zpool import thatpool when you want it back. /Tomas -- Tomas Ögren, st...@acc.umu.se, http:

Re: [zfs-discuss] don't mount a zpool on boot

2010-05-20 Thread Roy Sigurd Karlsbakk
- "John Andrunas" skrev: > Can I make a pool not mount on boot? I seem to recall reading > somewhere how to do it, but can't seem to find it now. I guess saying zfs mountpoint=legcy will help this, but still, that's for the dataset, not the pool Vennlige hilsener / Best regards roy -- Ro

Re: [zfs-discuss] don't mount a zpool on boot

2010-05-20 Thread Erik Trimble
John Andrunas wrote: Can I make a pool not mount on boot? I seem to recall reading somewhere how to do it, but can't seem to find it now. You can't do this at a pool level, but you can at a zfs/zvol level. to prevent a filesystem or vol from being mounted at boot: zfs set canmount=no

[zfs-discuss] don't mount a zpool on boot

2010-05-20 Thread John Andrunas
Can I make a pool not mount on boot? I seem to recall reading somewhere how to do it, but can't seem to find it now. -- John ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss