mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Read Xbox FAT root directory.
This commit is contained in:
@@ -42,16 +42,18 @@ namespace DiscImageChef.Filesystems.FATX
|
||||
{
|
||||
public partial class XboxFatPlugin : IReadOnlyFilesystem
|
||||
{
|
||||
ushort[] fat16;
|
||||
uint[] fat32;
|
||||
ulong fatStartSector;
|
||||
ulong firstClusterSector;
|
||||
IMediaImage imagePlugin;
|
||||
bool littleEndian;
|
||||
bool mounted;
|
||||
Partition partition;
|
||||
uint sectorsPerCluster;
|
||||
FileSystemInfo stat;
|
||||
uint bytesPerCluster;
|
||||
ushort[] fat16;
|
||||
uint[] fat32;
|
||||
ulong fatStartSector;
|
||||
ulong firstClusterSector;
|
||||
IMediaImage imagePlugin;
|
||||
bool littleEndian;
|
||||
bool mounted;
|
||||
Partition partition;
|
||||
Dictionary<string, DirectoryEntry> rootDirectory;
|
||||
uint sectorsPerCluster;
|
||||
FileSystemInfo stat;
|
||||
|
||||
Superblock superblock;
|
||||
public FileSystemType XmlFsType { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user