Installing software on RHEL 6 (Scientific Linux) in order to read and write exFAT filesystems (>32GB) on USB card readers (and not only):
Download rpm packages exfat-utils and fuse-exfat using the following links:
http://rpm.pbone.net/index.php3/stat...86_64.rpm.html
and
http://rpm.pbone.net/index.php3/stat...86_64.rpm.html
then you will have the packages in your download directory:
Become su
# su
Password:
#
Move to the download directory (typically /home/myusername/Downloads):
# cd /home/myusername/Downloads
# yum localinstall exfat-utils-1.0.1-2.el6.x86_64.rpm
which will give
…
Installed:
exfat-utils.x86_64 0:1.0.1-2.el6
Complete!
and then
# yum localinstall fuse-exfat-1.0.1-1.el6.x86_64.rpm
….
Installed:
fuse-exfat.x86_64 0:1.0.1-1.el6
Complete!
#
Plug in the USB Card Reader and find its device name. For example,
# lsblk
will give you something like this (with a 64GB SD card inserted in the Plugable reader):
....
sdd 8:48 1 59.5G 0 disk
└─sdd1 8:49 1 59.5G 0 part
Then you can create the mount point as follows:
# mkdir /media/USBcardreader
and then mount the device:
# mount.exfat-fuse /dev/sdd1 /media/USBcardreader
Should you try to delete files on the SD card, you will receive the message:
"Cannot move file to trash, do you want to delete immediately?"
So you can just delete the files after copying to your HDD.
Finally, use the command to
unmount the Plugable Reader before removing the SD Card:
# umount /media/USBcardreader
PS. I have written to Amazon and
support@plugable.com asking for a modification to their “Product Description” to include the phrase (or something like it):
* support for reading and writing exFAT file systems is necessary..
_______________________
The reason
WHY I had to do all this! (Only if you are interested in the option of choosing a USB Card Reader)
After buying a “Plugable” USB 3.0 Multi-Card Reader and, notwithstanding the assurances on the package: “Operating systems supported : Windows XP, Windows Vista, Windows 7, Windows 8, Mac OS, Linux”, it wasn’t as simple as the “Features” listed on the package. I could not read nor write to SD cards using the exFAT system (i.e., those above 32GB).
Following the recommendation on the package to “Visit plugable.com/products/usb3-flash3 or email support@plugable.com”, searching for a driver on the webpage (http://plugable.com/drivers) I could not find my USB 3.0 Media Card Reader under the heading “USB Media Card Readers” (something similar there was a “Plugable USB 3.0 Aluminium 6-Slot Memory Card Reader” for which the page states: “No driver or software installation required”
On going to the specific page on the product plugable.com/products/usb3-flash3 I discovered the even more “reassuring” statement:
“Linux: All variants (including Android 4.x and Chrome OS) running kernel version 2.x, 3.x with USB Mass Storage Support”
“USB Mass Storage Support” DOES NOT MEAN “the ability to read and write exFAT file systems”. The latter is necessary for this Plugable product using SD cards above 32GB.
The USB “standard” cited by Plugable includes all kinds of USB mass storage support (from 0 up to tens of Terabytes), including USB disks, USB flash memory devices, CD and DVD drives amongst many others.
Therefore, I think the product description should include the phrase (or something like it):
* support for reading and writing exFAT file systems is necessary.
This would allow the potential buyer NOT to be misled into thinking” “No driver or software installation required” as is clearly written on the “Plugable” webpage.