Skip to main content

Crate fs_ext4

Crate fs_ext4 

Source
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
Ext4Error
Ext4FileSystem
EXT4 Filesystem wrapper for Strat9-OS
File
File handle

Enums§

BlockDeviceError
Errors that can occur during block device operations
FileType
File type

Traits§

BlockDevice
Block device trait that ext4_rs requires