Re: [OpenWrt-Devel] [PATCH] fstools: add ntfs support

2018-10-19 Thread Rosen Penev
> On Sep 28, 2018, at 16:31, Ansuel Smith wrote: > > If you also install ntfs-3g it's not read only Hmm? That requires specifying NTFS-3G manually, no? > > Il Sab 29 Set 2018, 01:28 Rosen Penev ha scritto: >> >> >>> On Fri, Sep 28, 2018 at 16:01 Ansuel Smith wrote: >>> This adds ntfs supp

Re: [OpenWrt-Devel] [PATCH] fstools: add ntfs support

2018-10-19 Thread Rosen Penev
On Fri, Sep 28, 2018 at 16:01 Ansuel Smith wrote: > This adds ntfs support to block-mount What’s the point of this? This is also read only if I’m not mistaken. > > > Signed-off-by: Ansuel Smith > --- > block.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/bl

[OpenWrt-Devel] [PATCH] fstools: add ntfs support

2018-09-28 Thread Ansuel Smith
This adds ntfs support to block-mount Signed-off-by: Ansuel Smith --- block.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index b377429..2e3841a 100644 --- a/block.c +++ b/block.c @@ -711,6 +711,7 @@ static void check_filesystem(struct probe_info

[OpenWrt-Devel] [PATCH] fstools: add ntfs support

2018-09-28 Thread Ansuel Smith
This adds ntfs support to block-mount Signed-off-by: Ansuel Smith --- block.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index b377429..1e82a38 100644 --- a/block.c +++ b/block.c @@ -711,6 +711,7 @@ static void check_filesystem(struct probe_info