Created
June 18, 2020 08:09
-
-
Save kaihendry/3c75df141f2d2f3fd63d66d0670e58dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@knuckles mnt]# mount -t exfat /dev/mmcblk0p1 /mnt/sdcard | |
FUSE exfat 1.3.0 | |
Usage: /sbin/mount.exfat [-d] [-o options] [-V] <device> <dir> | |
[root@knuckles mnt]# mount.exfat /dev/mmcblk0p1 /mnt/sdcard | |
FUSE exfat 1.3.0 | |
WARN: '/dev/mmcblk0p1' is write-protected, mounting read-only. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mount -t exfat
fails butmount.exfat
works... what am I missing?