From 8c77c54d15667013dec2823393f62e846004b20c Mon Sep 17 00:00:00 2001 From: lean Date: Sun, 20 Jun 2021 13:26:55 +0800 Subject: [PATCH] ntfs3-mount: mount NTFS with codepage utf8 --- package/lean/ntfs3-mount/Makefile | 2 +- package/lean/ntfs3-mount/files/mount.ntfs3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/ntfs3-mount/Makefile b/package/lean/ntfs3-mount/Makefile index 6df56edbd..36b0cb7a0 100644 --- a/package/lean/ntfs3-mount/Makefile +++ b/package/lean/ntfs3-mount/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntfs3-mount -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk diff --git a/package/lean/ntfs3-mount/files/mount.ntfs3 b/package/lean/ntfs3-mount/files/mount.ntfs3 index daac6af3d..6a49e4440 100644 --- a/package/lean/ntfs3-mount/files/mount.ntfs3 +++ b/package/lean/ntfs3-mount/files/mount.ntfs3 @@ -1,2 +1,2 @@ #!/bin/sh -mount -t ntfs3 "$@" +mount -t ntfs3 -o nls=utf8 "$@"