BillDozer
May 31st, 2007, 11:50 AM
Hi,
I have a problem with my new server.
I have a server with 4 disks, and I am just figuring out how to set it up. Just to check it I created a folder called /sharedData which I serve with NFS.
/etc/exports
/sharedData 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,async)
/etc/fstab
/dev/sdb1 /sharedData/disk2 ext3 rw,defaults 0 2
/dev/sdc1 /sharedData/disk3 ext3 rw,defaults 0 2
/dev/sdd1 /sharedData/disk4 ext3 rw,defaults 0 2
When I look into the disk folders on the server it looks ok.
When I look into the disk folders from the client it is wrong, when I create/copy a file into it the file cannot be seen on the server.
When I unmount the disks, I can see the files created from the client.
What am I doing wrong?
Thx.
I have a problem with my new server.
I have a server with 4 disks, and I am just figuring out how to set it up. Just to check it I created a folder called /sharedData which I serve with NFS.
/etc/exports
/sharedData 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,async)
/etc/fstab
/dev/sdb1 /sharedData/disk2 ext3 rw,defaults 0 2
/dev/sdc1 /sharedData/disk3 ext3 rw,defaults 0 2
/dev/sdd1 /sharedData/disk4 ext3 rw,defaults 0 2
When I look into the disk folders on the server it looks ok.
When I look into the disk folders from the client it is wrong, when I create/copy a file into it the file cannot be seen on the server.
When I unmount the disks, I can see the files created from the client.
What am I doing wrong?
Thx.