Created
June 24, 2019 02:58
-
-
Save ederrafo/e8938c7fb813268913460f17ff2709c1 to your computer and use it in GitHub Desktop.
ubuntu linux debian error
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
This message: | |
Error mounting /dev/sdb1 at /media/ederrafo/My Passport: | |
unknow filesystem type 'exfat' | |
Solution | |
Sometimes pendrive are formatted with extfat. The problem occurs because exfat-fuse package is missing in your operation system. | |
$ ls /usr/bin/ | wc -l | |
$ sudo apt-get install exfat-fuse exfat-utils | |
In operation system is installed: | |
sbin/dumpexfat | |
sbin/exfatfsck | |
sbin/exfatlabel | |
sbin/fsck.exfat | |
sbin/mkexfatfs | |
sbin/mkfs.exfat | |
sbin/mount.exfat | |
sbin/mount.exfat-fuse | |
usr/share/doc/exfat-fuse/ | |
usr/share/doc/exfat-utils/ | |
usr/share/man/man8/dumpexfat.8.gz | |
usr/share/man/man8/exfatfsck.8.gz | |
usr/share/man/man8/exfatlabel.8.gz | |
usr/share/man/man8/fsck.exfat.8.gz | |
usr/share/man/man8/mkexfatfs.8.gz | |
usr/share/man/man8/mkfs.exfat.8.gz | |
usr/share/man/man8/mount.exfat-fuse.8.gz | |
usr/share/man/man8/mount.exfat.8.gz | |
$ ls /usr/bin/ | wc -l | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment