Results 1 to 2 of 2

Thread: Unable to mount NTFS/exfat formatted sd card- help

  1. #1
    Join Date
    Oct 2019
    Beans
    3

    Unable to mount NTFS/exfat formatted sd card- help

    So I purchased a new SD card for my camera and used it without first formatiing it to fat32

    Trying to mount it gives the following error:

    Error mounting system-managed device /dev/mmcblk0p1: Command-line `mount "/mnt/camera"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
    (udisks-error-quark, 0)

    When I look in Disks I get this information about the formatting:

    Partition Type: HPFS/NTFS

    Contents: exFAT (version 1.0)


    How can I mount this so that I can access my pictures?

  2. #2
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Unable to mount NTFS/exfat formatted sd card- help

    mount: unknown filesystem type 'exfat'
    If you are getting ^this error, you probably need to install the appropriate packages to use exfat. Run the following command and try to mount it again:
    Code:
    sudo apt-get install exfat-fuse exfat-utils

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •