Re: Mounting devfs over to ZFS from fstab fails

2008-04-02 Thread Attila Nagy
On 2008.03.28. 23:59, Vince wrote: Attila Nagy wrote: Hello, I have some jails running on ZFS, so I have to mount devfs's into them. For this purpose, I have some similar lines in /etc/fstab: devfs /pool/jail/ldap/dev devfs rw 0 0 Where /pool is a ZFS filesystem. I'

Re: Mounting devfs over to ZFS from fstab fails

2008-03-29 Thread Scot Hetzel
On 3/28/08, Attila Nagy <[EMAIL PROTECTED]> wrote: > Hello, > > I have some jails running on ZFS, so I have to mount devfs's into them. > > For this purpose, I have some similar lines in /etc/fstab: > devfs /pool/jail/ldap/dev devfs rw 0 0 > > Where /pool is a ZFS files

Re: Mounting devfs over to ZFS from fstab fails

2008-03-28 Thread Vince
Attila Nagy wrote: Hello, I have some jails running on ZFS, so I have to mount devfs's into them. For this purpose, I have some similar lines in /etc/fstab: devfs /pool/jail/ldap/dev devfs rw 0 0 Where /pool is a ZFS filesystem. I'm not sure if it will have any adver

Mounting devfs over to ZFS from fstab fails

2008-03-28 Thread Attila Nagy
Hello, I have some jails running on ZFS, so I have to mount devfs's into them. For this purpose, I have some similar lines in /etc/fstab: devfs /pool/jail/ldap/dev devfs rw 0 0 Where /pool is a ZFS filesystem. This has worked until today -when I upgraded from a previou