BlockDev.FSMkfsOptions¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dry_run |
r/w |
whether to run mkfs in dry run mode (no changes written to the device) |
|
force |
r/w |
whether to run mkfs with the |
|
label |
r/w |
label of the filesystem |
|
no_discard |
r/w |
whether to avoid discarding blocks at mkfs time |
|
no_pt |
r/w |
whether to disable (protective) partition table creation during mkfs |
|
reserve |
r/w |
reserve for future expansion |
|
uuid |
r/w |
uuid of the filesystem |
Methods¶
None
Details¶
- class BlockDev.FSMkfsOptions¶