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
  • 70,465

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,193
0

You might be missing the following..

sudo apt-get install exfat-fuse exfat-utils
Scott Goodgame
  • 2,636
  • 15
  • 20
  • It show "leon@leon-HP-450-Notebook-PC:~$ sudo apt-get install exfat-fuse exfat-utils [sudo] password for leon: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. leon@leon-HP-450-Notebook-PC:~$ sudo dpkg --configure -a" – The Nhu Jan 22 '15 at 09:28
  • So after you run sudo dpkg --configure -a, can you install it? – Scott Goodgame Jan 22 '15 at 09:38
  • It didn't run, but i can format it by right-click on it's icon in launcher. After i had formatted it with NTFS, it's OK. Now,i can use it. – The Nhu Jan 23 '15 at 03:24