Hi,
Belive it or not this is my first experience with Linux…
One of my clients need to access a shared folder in a Windows 2k3, he actually uses a openSUSE 11.3 as firewall and Proxy server.
The problem is, I don’t know how to mount this folder (I belive this is simple to solve but my lack of knowledge is the major problem)…
I would like some help with this matter,
I tried the commands below and that’s the error messages
mount -t smbfs -o username=administrator,password=pass.123 //192.168.0.240/EMAIL /mnt
mount: unknown filesystem type ‘smbfs’
smbmount //192.168.0.240/EMAIL /mnt
If ‘smbmount’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
mount //192.168.0.240/EMAIL /mnt
(This code is strange, it ask me the password, after I type it don’t do nothing)
“# mount //192.168.0.240/EMAIL /mnt
Password:”
Thanks in advance for the help, and please don’t mind my horrible and broken english.
If anyone can give me any tips of where I should look to study and improve my knoledge it would be great.