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 <jeronimocal...@googlemail.com>:
> 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 not able to map them anymore from my opensolaris client.
> When changing back to RO, it maps correctly.
>
> All permissions are set un as 755 -R on /DATA1 and /DATA2
>
> When on RO, it maps when requested via AutoFS perfectly:
>
> /net/192.168.11.5/DATA1 on 192.168.11.5:/DATA1
> remote/read/write/nosetuid/nodevices/xattr/dev=4ec0007 on Mon Oct 19
> 23:09:45 2009
> /net/192.168.11.5/DATA2 on 192.168.11.5:/DATA2
> remote/read/write/nosetuid/nodevices/xattr/dev=4ec0008 on Mon Oct 19
> 23:09:46 2009
>
> Any ideas? im sure im mistaking somewhere... :S
>
> --
> () ASCII Ribbon Campaign | Against HTML e-mail
> /\  www.asciiribbon.org  | Against proprietary extensions
>



-- 
() ASCII Ribbon Campaign | Against HTML e-mail
/\  www.asciiribbon.org  | Against proprietary extensions
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to