Results 1 to 9 of 9

Thread: SD cards

  1. #1
    Join Date
    Jul 2011
    Beans
    11

    Question SD cards

    I have files stored on a 32GB SDHC card which is now full. I recently bought a 64GBXC card but when I put it in my card reader, I got a message saying 'Unable to mount 64GB file system, Error mounting: mount: unknown file system type 'exfat'. The smaller card was msdos. Is there anything I can do so I can use the new card?

  2. #2
    Join Date
    Mar 2011
    Location
    Goshen, IN
    Beans
    396
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: SD cards

    Code:
    sudo add-apt-repository ppa:relan/exfat
    Code:
    sudo apt-get update && sudo apt-get install exfat-utils fuse-exfat

  3. #3
    Join Date
    Jul 2011
    Beans
    11

    Re: SD cards

    Works fine now! Thanks for your help.

  4. #4
    Join Date
    Jul 2009
    Beans
    471

    Re: SD cards

    similar to this question, how do i format a card to exFat? In Disk utility and Gparted, the option is greyed out.
    Last edited by TimEnid; July 30th, 2012 at 06:53 PM.
    PC Specs: Asus P6X58D Premium - Intel Core i7 930 - XFX Radeon 5750 HD Video Card - 12gb DDR3 Corsair XMS3 - (internal)750gb WD 6.0gbps - 1tb WD Green Caviar - NZXT Tempest Case - Dell 24" 1080p HD Monitor - Dell Stereo Soundbar.

  5. #5
    Join Date
    Oct 2012
    Beans
    4

    Re: SD cards

    Quote Originally Posted by Derek Karpinski View Post
    Code:
    sudo add-apt-repository ppa:relan/exfat
    Code:
    sudo apt-get update && sudo apt-get install exfat-utils fuse-exfat
    Worked perfectly in 12.10.

    Thanks!

  6. #6
    Join Date
    Oct 2012
    Beans
    4

    Re: SD cards

    Actually,
    I just got a new laptop, a Asus K55vd, and I can't mount the SD card on this one. I used this exact command for my T-101mt and it worked flawlessly, but now it won't work on the K55vd. Any thoughts?

  7. #7
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: SD cards

    You could try reformating the card. If it's only going to be used on Linux systems then an EXT filesystem (EXT2 maybe?) or if you need cross-platform go for NTFS.

  8. #8
    Join Date
    Oct 2012
    Beans
    4

    Re: SD cards

    I don't want to do that because I'm dual booting with windows7. The Sd card (or another partition on the HD) makes it easy for me to have my data in both OSs. I also already have a bunch of stuff on the Sd that I want to get off before I do anything with the card.

  9. #9
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: SD cards

    Fat32 works on everything

Tags for this Thread

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
  •