christopher wrote:
> I have ProFTPD successfully installed and running, though I would like to
> virtually mount some directory's from my ZFS configurations.  

No need for /etc/vfstab for ZFS filesystems[1] -

Just run this command to change the mountpoint for that ZFS filesystem.
It will persist across reboots:

# zfs set mountpoint=/ftp/information tank/information

Does this do the trick ?

        cheers,
                        tim

[1] though you can still use them if you really want to. This is well
documented in the ZFS Administration guide at
(pointing to the google cache, since docs.sun.com seems a bit sluggish
at the mo)
http://64.233.183.104/search?q=cache:vPL5YJPV2GIJ:docs.sun.com/app/docs/doc/819-5461/6n7ht6qs6%3Fa%3Dview+zfs+legacy+filesystems&hl=en&ct=clnk&cd=2&client=firefox-a

-- 
Tim Foster, Sun Microsystems Inc, Solaris Engineering Ops
                                  http://blogs.sun.com/timf
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to