Expand description
EXT4 filesystem component for Strat9-OS
This component provides EXT4 filesystem support using the ext4_rs library. It implements the filesystem abstraction for Strat9-OS and provides read/write access to EXT4 volumes.
Structs§
- DirEntry
- Directory entry
- Ext4
- Ext4
Error - Ext4
File System - EXT4 Filesystem wrapper for Strat9-OS
- File
- File handle
Enums§
- Block
Device Error - Errors that can occur during block device operations
- File
Type - File type
Traits§
- Block
Device - Block device trait that ext4_rs requires