summarylogtreecommitdiffstats
path: root/mount.ntfs
blob: c5db93cbed7b194dd323b8abf47974dcac7aacc4 (plain)
1
2
3
4
5
6
7
#! /bin/sh

# mount.ntfs : catch {,-tauto,-tntfs} NTFS mounts
# ===============================================
# (c) DLCB 2/11-2021

exec mount -tntfs3 "$@"