mount.ntfs 169 B

12345678
  1. #! /bin/sh -
  2. # This will try to invoke the new driver to read/write NTFS file systems
  3. # which was introduced into Linux Kernel series 5.15+.
  4. exec mount -t ntfs3 "$@"