0

Unable to mount DVN
Error mounting /dev/sdc1 at /media/leon/DVN:

Command-line Output:

mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdc1" "/media/leon/DVN"'
exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
Zanna
  • 72,312

2 Answers2

2

You need to install some software to handle exFAT.

Open a terminal (press Ctrl+Alt+T), and run:

sudo apt-get install exfat-fuse exfat-utils

This worked for me. I have a card reader that came with my mom's Gateway computer with installed Ubuntu where it kept coming up with "error cannot mount volume". Now the card reader works fine for SD cards.

Chai T. Rex
  • 5,323
0

You might be missing the following..

sudo apt-get install exfat-fuse exfat-utils
Scott Goodgame
  • 2,646
  • 16
  • 20