Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-19 Thread Rosysong
, V2] fstools: mount ntfs with ntfs-3g utility if it exist Le 01/10/2018 à 06:21, Philip Prindeville a écrit : > I’m not seeing where “mount.ntfs-3g” is being set as the program to use... I think this patch is just plain wrong. A correct one has been done here : http://lists.infradead.

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-19 Thread Rosysong
hilip Prindeville Send Time:2018 Oct 1 (Mon) 12:21 To:Rosy Song Cc:openwrt-devel Subject:Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist I’m not seeing where “mount.ntfs-3g” is being set as the program to use... and should the test for the presence a

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-19 Thread Rosysong
Hi, I updated my commit, please check it agagin, thanks a lot! This patch can mount ntfs with fuseblk fs type and make the deivces to be mounted writable. Signed-off-by: Rosy Song --- block.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/block.c

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-02 Thread Ansuel Smith
ntf-3g provide both mount.ntfs and mount.ntfs-3g Il giorno mar 2 ott 2018 alle ore 14:29 Jerome BENOIT ha scritto: > > > On 02/10/2018 14:24, Ansuel Smith wrote: > > ntfs-3g provide both mount.ntfs and mount.ntfs-3g > > Good, but you should reply also on the list :) > > -- > Jérôme Benoit aka

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-02 Thread Jerome BENOIT
... @@ -1437,8 +1443,9 @@ static int mount_extroot(char *cfg) if (strncmp(pr->type, "ext", 3) && strncmp(pr->type, "f2fs", 4) && strncmp(pr->type, "btrfs", 5) && + strncmp(pr->type, "ntfs", 5) &&

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-01 Thread Philip Prindeville
> On Oct 1, 2018, at 10:22 AM, Jérôme Benoit wrote: > > Signed PGP part > Le 01/10/2018 à 06:21, Philip Prindeville a écrit : >> I’m not seeing where “mount.ntfs-3g” is being set as the program to use... > > I think this patch is just plain wrong. > A correct one has been done here : >

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-01 Thread Philip Prindeville
> On Oct 1, 2018, at 10:22 AM, Jérôme Benoit wrote: > > Signed PGP part > Le 01/10/2018 à 06:21, Philip Prindeville a écrit : >> I’m not seeing where “mount.ntfs-3g” is being set as the program to use... > > I think this patch is just plain wrong. > A correct one has been done here : >

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-01 Thread Jérôme Benoit
Le 01/10/2018 à 06:21, Philip Prindeville a écrit : > I’m not seeing where “mount.ntfs-3g” is being set as the program to use... I think this patch is just plain wrong. A correct one has been done here : http://lists.infradead.org/pipermail/openwrt-devel/2018-September/014108.html ++ --

Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-09-30 Thread Philip Prindeville
I’m not seeing where “mount.ntfs-3g” is being set as the program to use... and should the test for the presence and modes of the program be generic? i.e. regardless of what type of FS or which program you use to mount it, you’ll want to test for its presence. So these are really two

[OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-09-30 Thread Rosy Song
Signed-off-by: Rosy Song --- block.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index 2651c86..b2cd32b 100644 --- a/block.c +++ b/block.c @@ -881,7 +881,13 @@ static int handle_mount(const char *source, const char *target, size_t