We have a Windows domain w/ server 2003 / XP hosts. Recently, we deployed a bunch of Linux boxes.
How can I mount a windows network share w/ read/write permission on these Linux boxes??
All the documents I've found all point to samba w/ various commands like:
mount -t smbfs -o username="Tom Jones",password=pwd //server/share /mnt/mntPoint
However, the command doesn't work in our environment!! Is it because we have a Windows domain instead of a simple workgroup??
If anyone knows how to achieve what I need done please let me know.
Thanks!
How can I mount a windows network share w/ read/write permission on these Linux boxes??
All the documents I've found all point to samba w/ various commands like:
mount -t smbfs -o username="Tom Jones",password=pwd //server/share /mnt/mntPoint
However, the command doesn't work in our environment!! Is it because we have a Windows domain instead of a simple workgroup??
If anyone knows how to achieve what I need done please let me know.
Thanks!