I use fc6 and this is the only Linux system in a small office which uses a router to connect other PCs installing with the Windows XP. I want to access their shared files through the network and I type:
mount -t smbfs -o username=USER,password //192.168.1.3/ReceptionDoc /mnt/ReceptionDoc
It replies that: mount: unknown filesystem type 'smbfs'
But it works in fc4, Any one can help me?