Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created June 18, 2020 08:09
Show Gist options
  • Save kaihendry/3c75df141f2d2f3fd63d66d0670e58dd to your computer and use it in GitHub Desktop.
Save kaihendry/3c75df141f2d2f3fd63d66d0670e58dd to your computer and use it in GitHub Desktop.
[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.
@kaihendry
Copy link
Author

mount -t exfat fails but mount.exfat works... what am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment