Re: Error when changin from -ro to rw on /etc/exports, FREEBSD STABLE 7.2

2009-10-20 Thread ill...@gmail.com
2009/10/20 Jeronimo Calvo : > I'm wondering if that /etc/exports format will work: > > /DATA1   192.168.11.6(rw) > /DATA2   192.168.11.6(rw) > > or needs to be like this? > >> [root@ /DATA1]# cat /etc/exports >> /DATA1  -rw 192.168.11.6 >> /DATA2  -rw 192.168.11.6 Try it without the "-rw" at all,

Re: Error when changin from -ro to rw on /etc/exports, FREEBSD STABLE 7.2

2009-10-20 Thread Jeronimo Calvo
I'm wondering if that /etc/exports format will work: /DATA1 192.168.11.6(rw) /DATA2 192.168.11.6(rw) or needs to be like this? > [root@ /DATA1]# cat /etc/exports > /DATA1 -rw 192.168.11.6 > /DATA2 -rw 192.168.11.6 2009/10/19 Jeronimo Calvo : > Hi folks, > > Today I decide to change the

Error when changin from -ro to rw on /etc/exports, FREEBSD STABLE 7.2

2009-10-19 Thread Jeronimo Calvo
Hi folks, Today I decide to change the settings from my server, allowing RW access to 2 currently mapped NFS partions on my Freebsd box. The used to be RO only. What i notice is when I change it as follows: [root@ /DATA1]# cat /etc/exports /DATA1 -rw 192.168.11.6 /DATA2 -rw 192.168.11.6 I am