Get statfs in FAT.

This commit is contained in:
2019-04-26 23:06:05 +01:00
parent 956be54b1b
commit f3155525a9
2 changed files with 54 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ using System;
using System.Collections.Generic;
using System.Text;
using DiscImageChef.CommonTypes.Interfaces;
using DiscImageChef.CommonTypes.Structs;
using Schemas;
namespace DiscImageChef.Filesystems.FAT
@@ -54,6 +55,7 @@ namespace DiscImageChef.Filesystems.FAT
uint sectorsPerCluster;
uint sectorsPerFat;
bool useFirstFat;
FileSystemInfo statfs;
public FileSystemType XmlFsType { get; private set; }