block-mount needs "mount.ntfs" script to mount NTFS drives Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2 lines
30 B
Bash
2 lines
30 B
Bash
#!/bin/sh
|
|
mount -t antfs "$@"
|