Re: [zfs-discuss] VFSTAB mounting for ProFTPD

2007-10-07 Thread roland
what you`re looking for is called a bind-mount, and that`s a linux kernel feature. i don`t know if solaris has a perfect equivalent for this - maybe lofs is what you need. see "man lofs" This message posted from opensolaris.org ___ zfs-discuss mail

[zfs-discuss] VFSTAB mounting for ProFTPD

2007-10-07 Thread christopher
I have ProFTPD successfully installed and running, though I would like to virtually mount some directory's from my ZFS configurations. In a previous ProFTPD install on Ubuntu, I had in my /etc/fstab directory an entry like this: /HDD ID/directory /home/FTP-shared/information vfat bind 0 0 Thou