4

I have a Sony CyberShot DSC-H70 camera, with a SanDisk 128 GB Extreme SD card. After taking 50 or so pictures, I decided to mount the card onto my Toshiba Satellite C655 running Ubuntu 16.04.1, but got the following error message. Is there anything that I can add to the system to make it able to mount? Thanks, in advance...

Error mounting /dev/sdb1 at /media/skline47/disk: 
Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdb1" "/media/skline47/disk"' 
exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
wjandrea
  • 14,236
  • 4
  • 48
  • 98
Rick K
  • 41

1 Answers1

7

To gain access to your sd card, just install the exFAT drivers (not installed by default):

sudo apt-get install exfat-fuse exfat-utils