Is there an way to mount a SMB-share instead of using the ftp-like smbclient-tool? Thanks Martin -- ------------------------------------------------------------------------ Dipl.-Ing. Martin Bernreuther University of Stuttgart Pfaffenwaldring 7 Informationsverarbeitung im 70569 Stuttgart konstruktiven Ingenieurbau Germany Phone: (+49 711) 685-6595 E-Mail: Martin.Bernreuther@po.uni-stuttgart.de http://www.uni-stuttgart.de/iv-kib/ ------------------------------------------------------------------------
Martin Bernreuther wrote:> > Is there an way to mount a SMB-share > instead of using the ftp-like smbclient-tool? >Yeah, check out smbmount. Where you get that depends on what OS you're running. Look for something like smbfs or smbfsx.
> Is there an way to mount a SMB-share > instead of using the ftp-like smbclient-tool? > > Thanks > Martin > -Of course, Use smbmount. eg. smbmount //server/public /mnt/serverdrive It will mount share "public" on mount point "mnt/serverdrive" and from there you can access the mounted share as if it were NFS or the like. Check the man page for further information, but it is a very straightforward program. I don't think you'll need more than this command line... :-) Ivan