Hiya all,
I have a Server and a desktop both running FC5.
The Server is running SAMBA (My windows notebook comes home and needs to play nicely sometimes

) and has a couple of shares set on it.
I have the following line in /etc/fstab on the FC5 Desktop
Code:
//192.168.1.3/data /network/data cifs credentials=/jocred 0 0
which works just fine, but loads the share as read only.
if I make it look like this
Code:
//192.168.1.3/data /network/data cifs rw, credentials=/jocred 0 0
I get the following error when I do a mount -a
Code:
[mntent]: line 8 in /etc/fstab is bad
I don't know quite where to go from here so any help will be appreciated.
Cheers
Jo