OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 4:50 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: exFAT quirks
PostPosted: Sun Nov 06, 2016 3:37 pm 
Offline
Member
Member

Joined: Thu May 19, 2011 5:13 am
Posts: 229
exFAT quirks:
  • Windows will only mount the flash drive if the volume length in the boot sector matches the physical volume size unless the drive is partitioned.
  • Windows will mount the image/drive as read only if it only has a minimal upcase table (the first 128 ASCII UNICODE characters).
  • The eight extended boot sectors (for additional boot sector code) each require a 0xAA55 signature which means that the 4K of extra code cannot
    be contiguous and will require some extra work in placing and jumping around the signatures. Without the signatures the image/drive is perfectly usable,
    however "chkdsk" reports that the boot information is corrupt and cannot continue.
  • There are no "reserved sectors" (like ext2) in the volume. The alignment before the file allocation table and data region are mandatory (which can be
    zero in size) and the contents if any are undefined, which means that an implementation may modify as them necessary - rendering them useless for such
    purposes.
  • The wide character Unicode (16 bit) upcase table is compressed, however the specification shows as an example the compression (a simple RLE) of
    the minimal ascii Unicode upcase table which is not compressed in the upcase table as formatted by Windows.
  • A script is required to process the boot sector (and the additional boot sector code) to provide a checksum as well as a duplicate set of the first 12
    sectors. FASM has the capabilities to do this.

_________________
Mike Gonta
look and see - many look but few see

https://mikegonta.com


Last edited by mikegonta on Mon Nov 07, 2016 1:12 pm, edited 3 times in total.

Top
 Profile  
 
 Post subject: Re: exFAT quirks
PostPosted: Mon Nov 07, 2016 4:05 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
Should this be on the exFAT wiki page?

_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], DotBot [Bot] and 177 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group