I'm trying the command "mount" to mount a share folder in a Windows box in my FC5 box. The command I use is:
mount -t smbfs //<win-box>/<share> /mnt/<name-of-mountpoint>
but all I get is the error message:
mount: unknown filesystem type 'smbfs'
Please note that Samba is already running and I can transfer files from the Windows box. The windows machine is visible from the FC5 machine but only when double-clicking the Network icon, which is fine if what I want is just to transfer files. The problem is that all my FC5 applications cannot see the share files in the windows box (like if I want to listen to an mp3 saved in the windows share, mplayer cannot find the share).