In alt.os.linux Vincent Cheng Hoi Chuen <
vcheng...@hotmail.com.hk> wrote:
> ==================================================================
> Unable to access "134 GB Volume"
> Error mounting /dev/mmcblk0p1 at /media/guest/21E3-00CC: Command-line
> `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,
^^^^^
The exfat is a MicroSoft variation on the "normal" fat32 of Windows-95
SR2 etc:
(from wikipedia):
> exFAT is a file system introduced with Windows Embedded CE 6.0 in
> November 2006 and brought to the Windows NT family with Vista
> Service Pack 1. It is loosely based on the File Allocation Table
> architecture, but incompatible, proprietary and protected by
> patents.[62]
> exFAT is intended for use on flash drives (such as SDXC and Memory
> Stick XC), where FAT32 is otherwise used. Microsoft's GUI and
> command-line format utilities offer it as an alternative to NTFS (and,
> for smaller partitions, to FAT16B and FAT32). The MBR partition type
> is 0x07 (the same as used for IFS, HPFS, NTFS, etc.). Logical geometry
> information located in the VBR is stored in a format not resembling
> any kind of BPB.
So to read that card from Linux you need to get support for this fs,
how, depends on your distribution. And MicroSoft does claim patents
on their VFAT extensions, so it may not even be available for you.
They did get TomTom to drop the usage of VFAT:
> In February 2009, Microsoft filed a patent infringement lawsuit
> against TomTom alleging that the device maker's products infringe on
> patents related to VFAT long filenames. As some TomTom products are
> based on Linux, this marked the first time that Microsoft tried to
> enforce its patents against the Linux platform. The lawsuit was
> settled out of court the following month with an agreement that
> Microsoft be given access to four of TomTom's patents, that TomTom
> will drop support for the VFAT long filenames from its products, and
> that in return Microsoft not seek legal action against TomTom for
> the five year duration of the settlement agreement.