Hi, How do I make an nfs mount read/write? I have the following entry in fstab: 192.168.1.101:/ /blueberry nfs rw,noauto,user,exec,suid,dev 0 0 but I get this error when I try to copy a file: cp: cannot create regular file `junk.txt': Read-only file system Any ideas?