> I rebuilt my file server from bare metal today (fedora core 3). > Everything is running well and samba is working (THANK GOD), but for > some dumb reason, I cannot get write permissions on my home directory > export from the file server > > The /etc/exports file looks like this > > /home 192.168.0.1/255.255.255.0 (synch,no_root_squash,rw) Oh, and I think it's "sync" not "synch" - that might also cause problems. Once you get it set up right, run: exportfs -a and see if there are any complaints from the NFS server. Thomas