Function e2size::e2size[][src]

pub fn e2size<T>(reader: T) -> Result<u64, E2SizeError> where
    T: Read,
    T: Seek
Expand description

Retrieves the size of a ext2/3/4 filesystem in bytes

Reads the superblock (1024 bytes at 1024 byte offset) from reader