Author Topic: nfs shares {solved}  (Read 675 times)

Offline pirate

  • Hero Member
  • *****
  • Posts: 523
  • aka-pirate
nfs shares {solved}
« on: April 26, 2010, 04:22:09 PM »
i have 2 computers pclos 2010 to pclos 2010
i can access my shares from networked computer, but can not write to it
i can not write to shared folder on the server

what do i need to change?



UUID=05485bfe-5482-42af-b2df-8ad72c23d0fe / ext4 defaults 1 1
none /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
192.168.0.101:/home/jpark/data /mnt/data nfs rsize=8192,wsize=8192,nosuid,soft 0 0
none /proc proc defaults 0 0
# Entry for /dev/sdb1 :
UUID=929fdf43-bd0e-452d-9124-428bc63db4bc swap swap defaults 0 0

« Last Edit: April 26, 2010, 09:25:28 PM by pirate »
The best way to save face is keep the bottom half shut.

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: nfs shares
« Reply #1 on: April 26, 2010, 04:50:20 PM »
Just to be clear about one thing .........  can you create a new folder on the share but not within a sub-directory?

Maybe it is the contents of the share that have permission limited?

Offline pirate

  • Hero Member
  • *****
  • Posts: 523
  • aka-pirate
Re: nfs shares
« Reply #2 on: April 26, 2010, 04:58:38 PM »
i can read and write to folder on server after restart

but only view on the other computer

i need to be able to write to the other computer to backup data
« Last Edit: April 26, 2010, 05:04:24 PM by pirate »
The best way to save face is keep the bottom half shut.

Offline moniac

  • Full Member
  • ***
  • Posts: 198
Re: nfs shares
« Reply #3 on: April 26, 2010, 08:25:28 PM »
pirate, take a look at the /etc/exports to make sure is is exported rw. Mine works fine. Here is what it looks like

(rw,async,all_squash)/ *(async)
/mnt/hd/   *(async,insecure,rw)
/mnt/tunes/   *(async,insecure,rw)

This is on my home network server running centos 5.4 and desktops running pclos2010.

Offline pirate

  • Hero Member
  • *****
  • Posts: 523
  • aka-pirate
Re: nfs shares
« Reply #4 on: April 26, 2010, 09:24:44 PM »
thanks moniac, that fix it

i changed the ro to rw .....i can write to the folder from the other computer now... ;D
The best way to save face is keep the bottom half shut.