mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 01:34:31 +04:00
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 "$@"
|