Mount samba filesystem into RHEL 5.5
Posted
by
Oscar Reyes
on Server Fault
See other posts from Server Fault
or by Oscar Reyes
Published on 2010-12-21T18:20:22Z
Indexed on
2010/12/21
18:55 UTC
Read the original article
Hit count: 285
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
© Server Fault or respective owner