How can I mount windows share file system into RHEL?
I'm not a sysadmin, but I got this task assigned :(
I've tried this solution
mount -t smbfs -o username=samba,password=samba //Desktop/Public /mnt/public
But the output is:
mount: unknown filesystem type 'smbfs'
How can I mount a windows share into RHEL 5?
FWIW I've successfully created a link with the menu: Places>Connect to Server>Service Type:Windows Share
Which creates a link in the desktop, but I would need to programatically save files in that machine, hence I need it mounted as filesystem.
Thanks in advance
The samba client programs, including smbmount are not installed by default, so you will need to install them first.