Hi All
I have been having some trouble getting my nfs share to mount correctly. I am able to view, but can not write. The desktop client is a fresh install of openSuSe 12.2 x64.
Remote server 1 is Ubuntu Server 12.10 x64
Remote server 2 is FreeNAS 8.2 x64
The client's fstab is as follows:
Code:
# mirrored backup on file server
192.168.1.148:/export/backup /mnt/backup nfs vers=3,rsize=32768,wsize=32768,intr,noatime 0 0
# NAS on file server
192.168.1.148:/export/storage /mnt/remote nfs vers=3,rsize=32768,wsize=32768,intr,noatime 0 0
# multimedia files on media server
192.168.1.122:/mnt/storage/media /mnt/media nfs rsize=131072,wsize=131072,intr,noatime 0 0
The multimedia files on 192.168.1.122 mounts and is rw, so no problem there.
Here is the exports file on the server that does not mount as rw
Code:
/export/storage 192.168.1.1/24 (rw,sync,no_root_squash)
/export/backup 192.168.1.1/24 (rw,sync,no_root_squash)
I'm stuck as it used to work.. but had to reinstall.. copied the config from the previous install (had it saved as a txt file) but now does not work.
Any thoughts?
No comments:
Post a Comment