Ok, I have samba up and running...but now im confused....
the purpose of me installing and configuring samba was to be able to access drive shares (o,p and q) how do i go about doing that now??
Now what
Moderators: snarkout, Patrick, dann
Easy!
Obviously, make sure you create the mountpoint folder first, name it whatever you want... also, I suppose you could use a dns name instead of an ip address for the windows box if you guys have a dns server. Let us know if you have any issues with it.
Oh, and this command is all on one line, it was just too big
Code: Select all
mount -t smbfs -o username=windowsusername,password=windowspassword //ipaddressofwindowsbox/foldertoshare /mnt/mountpointOh, and this command is all on one line, it was just too big
-
Guest