mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
047fd15b54
block-mount needs "mount.ntfs" script to mount NTFS drives Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
3 lines
30 B
Bash
3 lines
30 B
Bash
#!/bin/sh
|
|
mount -t antfs "$@"
|