<div dir="ltr">Yes, you're right both patch are related. <br>I'm trying to get more flexibility in mountd by passing the mount command options through UCI.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 10, 2016 at 12:02 PM, John Crispin <span dir="ltr"><<a href="mailto:john@phrozen.org" target="_blank">john@phrozen.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 10/06/2016 12:00, Mathias Kresin wrote:<br>
> Hi Oliver,<br>
><br>
> 2016-06-10 11:37 GMT+02:00  <<a href="mailto:olivier.hardouin@gmail.com">olivier.hardouin@gmail.com</a>>:<br>
>> Signed-off-by: Olivier Hardouin <<a href="mailto:olivier.hardouin@gmail.com">olivier.hardouin@gmail.com</a>><br>
>> ---<br>
><br>
> Your patch doesn't have a commit message, which explains why these<br>
> options are required by default.<br>
><br>
> I've used mountd recently with ext4 and was able to read/write the<br>
> mounted filesystem out of the box.<br>
><br>
> Mathias<br>
<br>
</span>looks like these are the defaults removed from the c code int he patch<br>
he sent 5 minutes before this patch<br>
<span class="HOEnZb"><font color="#888888"><br>
        John<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
>>  package/system/mountd/files/mountd.config | 28 ++++++++++++++++++++++++++++<br>
>>  1 file changed, 28 insertions(+)<br>
>><br>
>> diff --git a/package/system/mountd/files/mountd.config b/package/system/mountd/files/mountd.config<br>
>> index 5610129..c105606 100644<br>
>> --- a/package/system/mountd/files/mountd.config<br>
>> +++ b/package/system/mountd/files/mountd.config<br>
>> @@ -1,3 +1,31 @@<br>
>>  config mountd mountd<br>
>>         option  timeout         60<br>
>>         option  path            /tmp/mounts/<br>
>> +<br>
>> +config filesystem ext2<br>
>> +       option options          'rw,defaults'<br>
>> +       option fstype           'ext2'<br>
>> +<br>
>> +config filesystem ext3<br>
>> +       option options          'rw,defaults'<br>
>> +       option fstype           'ext3'<br>
>> +<br>
>> +config filesystem ext4<br>
>> +       option options          'rw,defaults'<br>
>> +       option fstype           'ext4'<br>
>> +<br>
>> +config filesystem fat<br>
>> +       option options          'rw,uid=1000,gid=1000'<br>
>> +       option fstype           'vfat'<br>
>> +<br>
>> +config filesystem exfat<br>
>> +       option options          'rw,uid=1000,gid=1000'<br>
>> +       option fstype           'exfat'<br>
>> +<br>
>> +config filesystem hfsplus<br>
>> +       option options          'rw,defaults,uid=1000,gid=1000'<br>
>> +       option fstype           'hfsplus'<br>
>> +<br>
>> +config filesystem ntfs<br>
>> +       option options          'force'<br>
>> +       option fstype           'ntfs'<br>
>> --<br>
>> 1.9.1<br>
>> _______________________________________________<br>
>> openwrt-devel mailing list<br>
>> <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
>> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
><br>
</div></div></blockquote></div><br></div>