enter-chroot: Mount the shared memory (posix) filesystem
[dragora.git] / archive / ntfs-3g / mount.ntfs3
blob42c7e52ce73cf28d5920483a35e2979e8bb7ad44
1 #! /bin/sh -
3 # This will try to invoke the new driver to read/write NTFS file systems
4 # which was introduced into Linux Kernel series 5.15+.
6 exec mount -t ntfs3 "$@"