Method | Description | |
---|---|---|
Format ( GenericFileSystemSettings settings ) : bool |
Formats the media with the file system.
|
|
Mount ( ) : bool |
Mounts a file system from the specified stream/device. File system implementations should not blindly assume that the block device or file really contain the expected file system. An implementation should run some checks for integrity and validity before returning an object implementing IFileSystem. |
|
VfsFileSystem ( FatFileSystem fat ) : Mosa.FileSystem.VFS |
Initializes a new instance of the VfsFileSystem class.
|
public Format ( GenericFileSystemSettings settings ) : bool | ||
settings | GenericFileSystemSettings | The settings for the file system to create. |
return | bool |
public VfsFileSystem ( FatFileSystem fat ) : Mosa.FileSystem.VFS | ||
fat | FatFileSystem | The fat. |
return | Mosa.FileSystem.VFS |