Re: [zfs-discuss] Re: mkdir == zfs create

2006-09-28 Thread Nicolas Williams
On Fri, Sep 29, 2006 at 01:26:04AM +0200, [EMAIL PROTECTED] wrote: > > >Please elaborate: "CIFS just requires the automount hack." > > > CIFS currently access the files through the local file system so > it can invoke the automouter and there can use "tricky maps". Well, Samba does. And it do

Re: [zfs-discuss] Re: mkdir == zfs create

2006-09-28 Thread Casper . Dik
>Please elaborate: "CIFS just requires the automount hack." CIFS currently access the files through the local file system so it can invoke the automouter and there can use "tricky maps". Casper ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] Re: mkdir == zfs create

2006-09-28 Thread Ed Plese
On Thu, Sep 28, 2006 at 12:40:17PM -0500, Ed Plese wrote: > This can be elaborated on to do neat things like create a ZFS clone when > a client connects and then destroy the clone when the client > disconnects (via "root postexec"). This could possibly be useful for > the shared build system that

Re: [zfs-discuss] Re: mkdir == zfs create

2006-09-28 Thread Ed Plese
On Thu, Sep 28, 2006 at 09:00:47AM -0700, Ron Halstead wrote: > Please elaborate: "CIFS just requires the automount hack." Samba's smb.conf supports a "root preexec" parameter that allows a program to be run when a share is connected to. For example, with a simple script, createhome.sh, like, #