BlockDev.FSExt2Info

Fields

Name

Type

Access

Description

block_count

int

r/w

number of blocks in the filesystem

block_size

int

r/w

block size used by the filesystem

free_blocks

int

r/w

number of free blocks in the filesystem

label

str

r/w

label of the filesystem

state

str

r/w

state of the filesystem (e.g. “clean”)

uuid

str

r/w

uuid of the filesystem

Methods

None

Details

class BlockDev.FSExt2Info