Results 1 to 2 of 2
Hey everybody,
I'm trying to follow this procedure and am getting stuck on mounting an NFS share on my PS3 read-write. When I do mount ps3:/path/to/share it always mounts read-only ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-06-2008 #1
NFS + FC8 + PS3 = tears
Hey everybody,
I'm trying to follow this procedure and am getting stuck on mounting an NFS share on my PS3 read-write. When I do mount ps3:/path/to/share it always mounts read-only no matter what /etc/exports says. Right now I have in /etc/exports
and /proc/fs/nfs/exports isCode:/path/to/share 192.168.1.0/24(rw)
I've turned off the firewall on the PS3 and checked that rpcbind and nfs are running. Has anybody seen this before?Code:/path/to/share 192.168.1.0/24(rw,root_squash,sync,wdelay,no_subtree_check,uuid=6f8d9d98:7917427e:a7916279:0199d9b1)
Peace out!
Tom
- 02-06-2008 #2
OK, I figured it out. In case anybody runs into something like this in the future, after you mount the nfs shares, you need to make sure that there's a user with common uid and gid on each computer. Only that user is going to be able to access with rw.


Reply With Quote
