I format the pen drive in Windows as exfat, but Ubuntu can't mount it. Which format do I have to use for Ubuntu?
Asked
Active
Viewed 3,033 times
2
-
If reformatting is an option, and you don't have extremely large files, you can simply format the drive as FAT32 or another format supported by default – Zanna Apr 14 '18 at 17:51
1 Answers
7
You should install the optional exfat filesystem on Ubuntu so that it can recognize it on your pen drive
sudo apt-get install exfat-fuse exfat-utils
Afterwards, just mount it normally.

Fabby
- 34,259

user3138373
- 521
- 2
- 6
- 19