immortalwrt/package/emortal/automount/files/mount.ntfs
Tianling Shen cd26f83546
automount: use ntfs3 for kernel 5.15
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-29 20:11:39 +08:00

3 lines
48 B
Bash

#!/bin/sh
mount -t ntfs3 -o iocharset=utf8 "$@"