Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
How can i mount a directory on the NAS within the chrooted debian environment?
Offline
The Linux mount command is what you would use on the DNS-323 with chroot debian
http://linux.die.net/man/8/mount if the remote directory is on a *nix OS and you are
sharing via NFS. More importantly you have to NFS 'export' the filesystem correctly
from the remote computer.
If you are trying to mount a windows directory (smbfs) this writeup might help
http://www.justlinux.com/nhf/Filesystem … ently.html
Offline
If you want to mount a filesystem on the NAS within the chrooted environment use moun --bind olddir newdir.
Offline
frodo wrote:
If you want to mount a filesystem on the NAS within the chrooted environment use mount --bind olddir newdir.
thanks that did the job
Offline
Pages: 1