summarylogtreecommitdiffstats
path: root/mount.exfat
diff options
context:
space:
mode:
authormaz-12017-02-02 11:21:16 +0800
committermaz-12017-02-02 11:21:16 +0800
commit14b95441060fe10f17c99e53033a6865114e7f5f (patch)
treeb4de23fa6c57af4fad42e7631a38cb11b6135f7a /mount.exfat
downloadaur-14b95441060fe10f17c99e53033a6865114e7f5f.tar.gz
init
Diffstat (limited to 'mount.exfat')
-rw-r--r--mount.exfat6
1 files changed, 6 insertions, 0 deletions
diff --git a/mount.exfat b/mount.exfat
new file mode 100644
index 000000000000..f5ebfd8f08bf
--- /dev/null
+++ b/mount.exfat
@@ -0,0 +1,6 @@
+#!/bin/sh
+if (cat /proc/filesystems | grep exfat) ; then
+ mount -i -t exfat "$@"
+else
+ mount.exfat-fuse "$@"
+fi