Quote:
|
I'm trying to mount a netwrok drive from my Linux Slackware 11.0 from a Windows 2003 server, installed on a PowerVault 745N from Dell
|
?????? Doesn't quite make sense.
You are trying to mount a share from a win 2003 machine on your Slack box? After you allow the windows box to share a folder/s
Use smbfs or cifs to mount it.
http://linuxcommand.org/man_pages/mount8.html
example
Code:
mount -t smbfs //machinename/share /home/user/somewhere
Or ssh or telnet into it.
Or open konqueror and enter smb:// in the address space.
Or use nautilus or lin neighborhood to find the samba share.
Or are you trying to see the linux share from the W2K3 box? You'll need to configure your smb.conf file.
Or did I miss the object of your post?