Mke2fs
Object Hierarchy:
Description:
An object encapsulating optional arguments for guestfs_session_mke2fs.
Namespace: Guestfs
Package: libguestfs-gobject-1.0
Content:
Properties:
- public int64 blockscount { get; set construct; }
A 64-bit integer.
- public int64 blocksize { get; set construct; }
A 64-bit integer.
- public int64 blockspergroup { get; set construct; }
A 64-bit integer.
- public int64 bytesperinode { get; set construct; }
A 64-bit integer.
- public string creatoros { owned get; set construct; }
A string.
- public Tristate discard { get; set construct; }
A boolean.
- public Tristate extent { get; set construct; }
A boolean.
- public Tristate filetype { get; set construct; }
A boolean.
- public Tristate flexbg { get; set construct; }
A boolean.
- public Tristate forcecreate { get; set construct; }
A boolean.
- public int64 fragsize { get; set construct; }
A 64-bit integer.
- public string fstype { owned get; set construct; }
A string.
- public Tristate hasjournal { get; set construct; }
A boolean.
- public int64 inodesize { get; set construct; }
A 64-bit integer.
- public Tristate journaldev { get; set construct; }
A boolean.
- public string journaldevice { owned get; set construct; }
A string.
- public int64 journalsize { get; set construct; }
A 64-bit integer.
- public string label { owned get; set construct; }
A string.
- public Tristate largefile { get; set construct; }
A boolean.
- public string lastmounteddir { owned get; set construct; }
A string.
- public Tristate lazyitableinit { get; set construct; }
A boolean.
- public Tristate lazyjournalinit { get; set construct; }
A boolean.
- public int64 maxonlineresize { get; set construct; }
A 64-bit integer.
- public int mmpupdateinterval { get; set construct; }
A 32-bit integer.
- public int64 numberofgroups { get; set construct; }
A 64-bit integer.
- public int64 numberofinodes { get; set construct; }
A 64-bit integer.
- public Tristate quota { get; set construct; }
A boolean.
- public Tristate quotatype { get; set construct; }
A boolean.
- public int reservedblockspercentage { get; set construct; }
A 32-bit integer.
- public Tristate resizeinode { get; set construct; }
A boolean.
- public Tristate sparsesuper { get; set construct; }
A boolean.
- public int64 stridesize { get; set construct; }
A 64-bit integer.
- public int64 stripewidth { get; set construct; }
A 64-bit integer.
- public Tristate testfs { get; set construct; }
A boolean.
- public Tristate uninitbg { get; set construct; }
A boolean.
- public string usagetype { owned get; set construct; }
A string.
- public string uuid { owned get; set construct; }
A string.
- public Tristate writesbandgrouponly { get; set construct; }
A boolean.
Creation methods:
- public Mke2fs ()
Create a new GuestfsMke2fs object
Inherited Members:
All known members inherited from class GLib.Object