Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2009 23:14:31 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Jeronimo Calvo <jeronimocalvop@googlemail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Error when changin from -ro to rw on /etc/exports, FREEBSD STABLE 7.2
Message-ID:  <d7195cff0910202014k6af6f857sa732c65ea460e0df@mail.gmail.com>
In-Reply-To: <beaf3aa50910200122m23b8c276s36abe24bd3a68320@mail.gmail.com>
References:  <beaf3aa50910191533j3fb3e4b7ic430c48df7f91e75@mail.gmail.com> <beaf3aa50910200122m23b8c276s36abe24bd3a68320@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/10/20 Jeronimo Calvo <jeronimocalvop@googlemail.com>:
> I'm wondering if that /etc/exports format will work:
>
> /DATA1 =A0 192.168.11.6(rw)
> /DATA2 =A0 192.168.11.6(rw)
>
> or needs to be like this?
>
>> [root@ /DATA1]# cat /etc/exports
>> /DATA1 =A0-rw 192.168.11.6
>> /DATA2 =A0-rw 192.168.11.6


Try it without the "-rw" at all, as according to man 5 exports
read/write is the default, and no read/write flag is given.

I believe you will have to specify permissions (via the -maproot
or -mapall options) or make the exported filesystems writable
by "nobody" (uid 65534) to actually use the write functionality.

Good luck.

--=20
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d7195cff0910202014k6af6f857sa732c65ea460e0df>