Date: Thu, 20 Dec 2007 10:23:31 -0500 (EST) From: Rick Macklem <rmacklem@uoguelph.ca> To: Dmitry Marakasov <amdmi3@amdmi3.ru> Cc: freebsd-fs@freebsd.org Subject: Re: alternative automounter solution Message-ID: <Pine.GSO.4.63.0712201020370.5012@muncher.cs.uoguelph.ca> In-Reply-To: <20071220135525.GA3804@hades.panopticon> References: <20071220135525.GA3804@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Dec 2007, Dmitry Marakasov wrote: [stuff snipped] > with symlinks. While on host system everything is OK: > > /.amd_mnt/nas/music > /data/music -> /.amd.mnt/nas/music > > it won't work for the jail: > > /ftpjail/.amd_mnt/nas/music > /ftpjail/anonftp/music -> /ftpjail/.amd.mnt/nas/music > > i.e. amd creates absolute symlink, which won't work in /ftpjail chroot. > What will work is: > > /ftpjail/anonftp/music -> /.amd.mnt/nas/music > /ftpjail/anonftp/music -> ../.amd.mnt/nas/music > > But as far as I understand there's no way to make amd behave like that. > > Any solutions? The best thing will be amd alternative with clearer > config and map syntax. > I think someone was working on an auto_fs port, but I don't know anything about auto_fs or the current state of any port. Alternately, it's open source, so you could hack it? (Again, I haven't looked at the sources, so I don't know if this is easy.) rick, who always just uses static nfs mounts
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.0712201020370.5012>