Trying to mount a windows share using,
mount -t cifs -o username=<user> //192.168.1.2/files /mnt/files
This works fine in FC7, but when I try this in FC 8 I get:
mount: wrong fs type, bad option, bad superblock on //192.168.1.2/files,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
When I do a dmesg I get:
CIFS VFS: cifs_mount failed w/return code = -22
What am I missing?
Thanks!