2

I format the pen drive in Windows as exfat, but Ubuntu can't mount it. Which format do I have to use for Ubuntu?

Ubuntu error message

wjandrea
  • 14,504

1 Answers1

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
  • 35,017