[LEDE-DEV] [OpenWrt-Devel] [PATCH package mountd] uci config for mountd fileystem options
Mathias Kresin
dev at kresin.me
Fri Jun 10 03:00:56 PDT 2016
Hi Oliver,
2016-06-10 11:37 GMT+02:00 <olivier.hardouin at gmail.com>:
> Signed-off-by: Olivier Hardouin <olivier.hardouin at gmail.com>
> ---
Your patch doesn't have a commit message, which explains why these
options are required by default.
I've used mountd recently with ext4 and was able to read/write the
mounted filesystem out of the box.
Mathias
> package/system/mountd/files/mountd.config | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/package/system/mountd/files/mountd.config b/package/system/mountd/files/mountd.config
> index 5610129..c105606 100644
> --- a/package/system/mountd/files/mountd.config
> +++ b/package/system/mountd/files/mountd.config
> @@ -1,3 +1,31 @@
> config mountd mountd
> option timeout 60
> option path /tmp/mounts/
> +
> +config filesystem ext2
> + option options 'rw,defaults'
> + option fstype 'ext2'
> +
> +config filesystem ext3
> + option options 'rw,defaults'
> + option fstype 'ext3'
> +
> +config filesystem ext4
> + option options 'rw,defaults'
> + option fstype 'ext4'
> +
> +config filesystem fat
> + option options 'rw,uid=1000,gid=1000'
> + option fstype 'vfat'
> +
> +config filesystem exfat
> + option options 'rw,uid=1000,gid=1000'
> + option fstype 'exfat'
> +
> +config filesystem hfsplus
> + option options 'rw,defaults,uid=1000,gid=1000'
> + option fstype 'hfsplus'
> +
> +config filesystem ntfs
> + option options 'force'
> + option fstype 'ntfs'
> --
> 1.9.1
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the Lede-dev
mailing list