On Friday 31 January 2003 07:51 am, Ed Howell wrote:
> That's what I was looking for. Redhat training is available locally > although SuSe seems to have some good points. I've been playing with > Mandrake on pc connected to my W2K network but have not had time to get > Samba up and running to be able to actually do anything with it.=20
First thing you need to do -- if you haven't already -- is get comfortabl= e with=20 entering commands into the shell. Writing scripts, getting them to execu= te, etc. =20 This is the true power of Linux, the GUI is just eye-candy and represents= a very=20 limited subset of what you can do with your system.
Anyway, I bet you have a Samba client running on your Linux box and a sha= re=20 on your Win2k box. Try this from a linux command shell:
mkdir ~/mnt/ mkdir ~/mnt/myshare su --command=3D"mount -t smbfs -o username=3D<win2kusername>,password=3D<= win2kpass> //<win2kipaddress>/<win2ksharename> /home/<linuxusername>/mnt/= myshare
You'll get prompted to enter the root password, since root is the only on= e authorized to mount filesystems. You should now be able to cd into that directory a= nd browse/edit your files on the Win2k server as if they were local files.
> This should be a very interesting list.
Welcome!
--=20 Paul McNett - p /at/ ulmcnett .D.OT com Hollister, California, USA
©2003 Paul McNett |