ntfs3-mount: mount NTFS with codepage utf8

This commit is contained in:
lean 2021-06-20 13:26:55 +08:00
parent b7cb7b0185
commit 8c77c54d15
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs3-mount
PKG_RELEASE:=1
PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk

View File

@ -1,2 +1,2 @@
#!/bin/sh
mount -t ntfs3 "$@"
mount -t ntfs3 -o nls=utf8 "$@"