Koozali.org: home of the SME Server

mounting to RH8.0 general help

Theo

mounting to RH8.0 general help
« on: January 14, 2003, 09:02:09 AM »
Sorry, i just needed some general help mounting my SME filesystem  (just the public area where pub_html, files, cgi-bin are located) to my desktop machine running RH 8.0. Do I do that via NFS or is there a better way? I can do alot in linux, but for some reason have never done this before. Thanks, Theo

schotty

Re: mounting to RH8.0 general help
« Reply #1 on: January 14, 2003, 12:18:55 PM »
if you want to mount a directory on your redhat what is residing on your sme server try :

man mount

or if you are lazy try this

mount -t smbfs -o username=NAMEHERE //smeservername/sharename /mnt

You will be asked for the password then you will have mounted the sme share on /mnt




Have a nice day

Michael Soulier

Re: mounting to RH8.0 general help
« Reply #2 on: January 15, 2003, 08:52:29 PM »
Actually, use of "smbmount" tends to be much simpler than going directly to the mount command. If you set the smbmnt command to be suid root, users can manage their smb mounts much like on a windows box.

ie. smbmount //server/share localdirectory

Cheers,
mps