antfs-mount: mount script for antfs

block-mount needs "mount.ntfs" script to mount NTFS drives

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
DENG Qingfang
2020-02-10 22:49:32 +08:00
parent a45ab15d68
commit 047fd15b54
2 changed files with 30 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
mount -t antfs "$@"