Koozali.org: home of the SME Server

Mount - Samba

Marco

Mount - Samba
« on: April 26, 2001, 03:06:07 PM »
Hello....

Sorry for my bad english ....

How to create a share in a client lan with samba to mount after to connect with ftp????

Comment créer un partage avec samba pour établir un mount pour y accéder en ftp ????

Diway

Re: Mount - Samba
« Reply #1 on: April 28, 2001, 05:40:24 PM »
If the question is "how can I put a shared directory of an internal computer on e-smith ftp server ?" I may suggest
"mount -t smbfs -o username=Sylvain,password= //Taz/Ftp /home/e-smith/files/ibays/tz/files"
where "Sylvain" is the user name on the windows internal machine, "//Taz/Ftp" the path to the directory and "/home/e-smith/files/ibays/tz/files" the local mount point on e-smith server.

I personly use it because there is not enough space disk on the e-smith server.

But it's not a 100% working solution, so if someone has a better solution, please, share with us :)