class guestfs :?environment:bool -> ?close_on_exit:bool -> unit ->object..end
method close : unit -> unitGuestfs.closemethod set_event_callback : event_callback -> event list -> event_handle
method delete_event_callback : event_handle -> unit
method last_errno : unit -> int
method ocaml_handle : tGuestfs.t handlemethod acl_delete_def_file : string -> unit
This function depends on the feature "acl". See also Guestfs.guestfs.feature_available.
Since 1.19.63
method acl_get_file : string -> string -> string
This function depends on the feature "acl". See also Guestfs.guestfs.feature_available.
Since 1.19.63
method acl_set_file : string -> string -> string -> unit
This function depends on the feature "acl". See also Guestfs.guestfs.feature_available.
Since 1.19.63
method add_cdrom : string -> unit
method add_domain : ?libvirturi:string ->
?readonly:bool ->
?iface:string ->
?live:bool ->
?allowuuid:bool ->
?readonlydisk:string ->
?cachemode:string -> ?discard:string -> ?copyonread:bool -> string -> intmethod add_drive : ?readonly:bool ->
?format:string ->
?iface:string ->
?name:string ->
?label:string ->
?protocol:string ->
?server:string array ->
?username:string ->
?secret:string ->
?cachemode:string -> ?discard:string -> ?copyonread:bool -> string -> unitmethod add_drive_opts : ?readonly:bool ->
?format:string ->
?iface:string ->
?name:string ->
?label:string ->
?protocol:string ->
?server:string array ->
?username:string ->
?secret:string ->
?cachemode:string -> ?discard:string -> ?copyonread:bool -> string -> unit
method add_drive_ro : string -> unitmethod add_drive_ro_with_if : string -> string -> unitGuestfs.guestfs.add_drive insteadmethod add_drive_scratch : ?name:string -> ?label:string -> int64 -> unitmethod add_drive_with_if : string -> string -> unitGuestfs.guestfs.add_drive insteadmethod add_libvirt_dom : ?readonly:bool ->
?iface:string ->
?live:bool ->
?readonlydisk:string ->
?cachemode:string -> ?discard:string -> ?copyonread:bool -> int64 -> intmethod aug_clear : string -> unitmethod aug_close : unit -> unitmethod aug_defnode : string -> string -> string -> int_boolmethod aug_defvar : string -> string option -> intmethod aug_get : string -> stringmethod aug_init : string -> int -> unitmethod aug_insert : string -> string -> bool -> unitmethod aug_label : string -> stringmethod aug_load : unit -> unitmethod aug_ls : string -> string arraymethod aug_match : string -> string arraymethod aug_mv : string -> string -> unitmethod aug_rm : string -> intmethod aug_save : unit -> unitmethod aug_set : string -> string -> unitmethod aug_setm : string -> string option -> string -> intmethod aug_transform : ?remove:bool -> string -> string -> unitmethod available : string array -> unitmethod available_all_groups : unit -> string arraymethod base64_in : string -> string -> unitmethod base64_out : string -> string -> unitmethod blkdiscard : string -> unit
This function depends on the feature "blkdiscard". See also Guestfs.guestfs.feature_available.
Since 1.25.44
method blkdiscardzeroes : string -> bool
This function depends on the feature "blkdiscardzeroes". See also Guestfs.guestfs.feature_available.
Since 1.25.44
method blkid : string -> (string * string) listmethod blockdev_flushbufs : string -> unitmethod blockdev_getbsz : string -> intmethod blockdev_getro : string -> boolmethod blockdev_getsize64 : string -> int64method blockdev_getss : string -> intmethod blockdev_getsz : string -> int64method blockdev_rereadpt : string -> unitmethod blockdev_setbsz : string -> int -> unitmethod blockdev_setra : string -> int -> unitmethod blockdev_setro : string -> unitmethod blockdev_setrw : string -> unitmethod btrfs_balance_cancel : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_balance_pause : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_balance_resume : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_balance_status : string -> btrfsbalance
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.26
method btrfs_device_add : string array -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_device_delete : string array -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_filesystem_balance : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_filesystem_defragment : ?flush:bool -> ?compress:string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_filesystem_resize : ?size:int64 -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.11.17
method btrfs_filesystem_show : string -> string array
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.33.29
method btrfs_filesystem_sync : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_fsck : ?superblock:int64 -> ?repair:bool -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.43
method btrfs_image : ?compresslevel:int -> string array -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.32
method btrfs_qgroup_assign : string -> string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_qgroup_create : string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_qgroup_destroy : string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_qgroup_limit : string -> int64 -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_qgroup_remove : string -> string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_qgroup_show : string -> btrfsqgroup array
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_quota_enable : string -> bool -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_quota_rescan : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_replace : string -> string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.48
method btrfs_rescue_chunk_recover : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_rescue_super_recover : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_scrub_cancel : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_scrub_resume : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_scrub_start : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.22
method btrfs_scrub_status : string -> btrfsscrub
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.26
method btrfs_set_seeding : string -> bool -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.43
method btrfs_subvolume_create : ?qgroupid:string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_create_opts : ?qgroupid:string -> string -> unitGuestfs.guestfs.btrfs_subvolume_create
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_delete : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_get_default : string -> int64
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_subvolume_list : string -> btrfssubvolume array
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_set_default : int64 -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_show : string -> (string * string) list
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.17
method btrfs_subvolume_snapshot : ?ro:bool -> ?qgroupid:string -> string -> string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfs_subvolume_snapshot_opts : ?ro:bool -> ?qgroupid:string -> string -> string -> unitGuestfs.guestfs.btrfs_subvolume_snapshot
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.35
method btrfstune_enable_extended_inode_refs : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.29
method btrfstune_enable_skinny_metadata_extent_refs : string -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.29
method btrfstune_seeding : string -> bool -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.29.29
method c_pointer : unit -> int64method canonical_device_name : string -> stringmethod cap_get_file : string -> string
This function depends on the feature "linuxcaps". See also Guestfs.guestfs.feature_available.
Since 1.19.63
method cap_set_file : string -> string -> unit
This function depends on the feature "linuxcaps". See also Guestfs.guestfs.feature_available.
Since 1.19.63
method case_sensitive_path : string -> stringmethod cat : string -> stringmethod checksum : string -> string -> stringmethod checksum_device : string -> string -> stringmethod checksums_out : string -> string -> string -> unitmethod chmod : int -> string -> unitmethod chown : int -> int -> string -> unitmethod clear_backend_setting : string -> intmethod command : string array -> stringmethod command_lines : string array -> string arraymethod compress_device_out : ?level:int -> string -> string -> string -> unitmethod compress_out : ?level:int -> string -> string -> string -> unitmethod config : string -> string option -> unitmethod copy_attributes : ?all:bool ->
?mode:bool ->
?xattributes:bool -> ?ownership:bool -> string -> string -> unitmethod copy_device_to_device : ?srcoffset:int64 ->
?destoffset:int64 ->
?size:int64 -> ?sparse:bool -> ?append:bool -> string -> string -> unitmethod copy_device_to_file : ?srcoffset:int64 ->
?destoffset:int64 ->
?size:int64 -> ?sparse:bool -> ?append:bool -> string -> string -> unitmethod copy_file_to_device : ?srcoffset:int64 ->
?destoffset:int64 ->
?size:int64 -> ?sparse:bool -> ?append:bool -> string -> string -> unitmethod copy_file_to_file : ?srcoffset:int64 ->
?destoffset:int64 ->
?size:int64 -> ?sparse:bool -> ?append:bool -> string -> string -> unitmethod copy_in : string -> string -> unitmethod copy_out : string -> string -> unitmethod copy_size : string -> string -> int64 -> unitGuestfs.guestfs.copy_device_to_device insteadmethod cp : string -> string -> unitmethod cp_a : string -> string -> unitmethod cp_r : string -> string -> unitmethod cpio_out : ?format:string -> string -> string -> unitmethod dd : string -> string -> unitGuestfs.guestfs.copy_device_to_device insteadmethod device_index : string -> intmethod df : unit -> stringmethod df_h : unit -> stringmethod disk_create : ?backingfile:string ->
?backingformat:string ->
?preallocation:string ->
?compat:string -> ?clustersize:int -> string -> string -> int64 -> unitmethod disk_format : string -> stringmethod disk_has_backing_file : string -> boolmethod disk_virtual_size : string -> int64method dmesg : unit -> stringmethod download : string -> string -> unitmethod download_blocks : ?unallocated:bool -> string -> int64 -> int64 -> string -> unit
This function depends on the feature "sleuthkit". See also Guestfs.guestfs.feature_available.
Since 1.33.45
method download_inode : string -> int64 -> string -> unit
This function depends on the feature "sleuthkit". See also Guestfs.guestfs.feature_available.
Since 1.33.14
method download_offset : string -> string -> int64 -> int64 -> unitmethod drop_caches : int -> unitmethod du : string -> int64method e2fsck : ?correct:bool -> ?forceall:bool -> string -> unitmethod e2fsck_f : string -> unit
method echo_daemon : string array -> stringmethod egrep : string -> string -> string array
method egrepi : string -> string -> string array
method equal : string -> string -> boolmethod exists : string -> boolmethod extlinux : string -> unit
This function depends on the feature "extlinux". See also Guestfs.guestfs.feature_available.
Since 1.21.27
method f2fs_expand : string -> unit
This function depends on the feature "f2fs". See also Guestfs.guestfs.feature_available.
Since 1.39.3
method fallocate : string -> int -> unitGuestfs.guestfs.fallocate64 insteadmethod fallocate64 : string -> int64 -> unitmethod feature_available : string array -> boolmethod fgrep : string -> string -> string array
method fgrepi : string -> string -> string array
method file : string -> stringmethod file_architecture : string -> stringmethod filesize : string -> int64method filesystem_available : string -> boolmethod filesystem_walk : string -> tsk_dirent array
This function depends on the feature "libtsk". See also Guestfs.guestfs.feature_available.
Since 1.33.39
method fill : int -> int -> string -> unitmethod fill_dir : string -> int -> unitmethod fill_pattern : string -> int -> string -> unitmethod find : string -> string arraymethod find0 : string -> string -> unitmethod find_inode : string -> int64 -> tsk_dirent array
This function depends on the feature "libtsk". See also Guestfs.guestfs.feature_available.
Since 1.35.6
method findfs_label : string -> stringmethod findfs_uuid : string -> stringmethod fsck : string -> string -> intmethod fstrim : ?offset:int64 -> ?length:int64 -> ?minimumfreeextent:int64 -> string -> unit
This function depends on the feature "fstrim". See also Guestfs.guestfs.feature_available.
Since 1.19.6
method get_append : unit -> string optionmethod get_attach_method : unit -> string
method get_autosync : unit -> boolmethod get_backend : unit -> stringmethod get_backend_setting : string -> stringmethod get_backend_settings : unit -> string arraymethod get_cachedir : unit -> stringmethod get_direct : unit -> boolmethod get_e2attrs : string -> stringmethod get_e2generation : string -> int64method get_e2label : string -> string
method get_e2uuid : string -> string
method get_hv : unit -> stringmethod get_identifier : unit -> stringmethod get_libvirt_requested_credential_challenge : int -> stringmethod get_libvirt_requested_credential_defresult : int -> stringmethod get_libvirt_requested_credential_prompt : int -> stringmethod get_libvirt_requested_credentials : unit -> string arraymethod get_memsize : unit -> intmethod get_network : unit -> boolmethod get_path : unit -> stringmethod get_pgroup : unit -> boolmethod get_pid : unit -> intmethod get_program : unit -> stringmethod get_qemu : unit -> string
method get_recovery_proc : unit -> boolmethod get_selinux : unit -> bool
method get_smp : unit -> intmethod get_sockdir : unit -> stringmethod get_state : unit -> intmethod get_tmpdir : unit -> stringmethod get_trace : unit -> boolmethod get_umask : unit -> intmethod get_verbose : unit -> boolmethod getcon : unit -> stringGuestfs.guestfs.selinux_relabel instead
This function depends on the feature "selinux". See also Guestfs.guestfs.feature_available.
Since 1.0.67
method getxattr : string -> string -> string
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.7.24
method getxattrs : string -> xattr array
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method glob_expand : ?directoryslash:bool -> string -> string arraymethod glob_expand_opts : ?directoryslash:bool -> string -> string array
method grep : ?extended:bool ->
?fixed:bool ->
?insensitive:bool -> ?compressed:bool -> string -> string -> string arraymethod grep_opts : ?extended:bool ->
?fixed:bool ->
?insensitive:bool -> ?compressed:bool -> string -> string -> string array
method grepi : string -> string -> string array
method grub_install : string -> string -> unit
This function depends on the feature "grub". See also Guestfs.guestfs.feature_available.
Since 1.0.17
method head : string -> string arraymethod head_n : int -> string -> string arraymethod hexdump : string -> stringmethod hivex_close : unit -> unit
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_commit : string option -> unit
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_add_child : int64 -> string -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_children : int64 -> hivex_node array
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_delete_child : int64 -> unit
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_get_child : int64 -> string -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_get_value : int64 -> string -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_name : int64 -> string
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_parent : int64 -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_set_value : int64 -> string -> int64 -> string -> unit
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_node_values : int64 -> hivex_value array
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_open : ?verbose:bool -> ?debug:bool -> ?write:bool -> ?unsafe:bool -> string -> unit
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_root : unit -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_value_key : int64 -> string
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_value_string : int64 -> string
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.37.22
method hivex_value_type : int64 -> int64
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_value_utf8 : int64 -> stringGuestfs.guestfs.hivex_value_string instead
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method hivex_value_value : int64 -> string
This function depends on the feature "hivex". See also Guestfs.guestfs.feature_available.
Since 1.19.35
method initrd_cat : string -> string -> stringmethod initrd_list : string -> string arraymethod inotify_add_watch : string -> int -> int64
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inotify_close : unit -> unit
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inotify_files : unit -> string array
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inotify_init : int -> unit
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inotify_read : unit -> inotify_event array
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inotify_rm_watch : int -> unit
This function depends on the feature "inotify". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method inspect_get_arch : string -> stringmethod inspect_get_distro : string -> stringmethod inspect_get_drive_mappings : string -> (string * string) listmethod inspect_get_filesystems : string -> string arraymethod inspect_get_format : string -> stringmethod inspect_get_hostname : string -> stringmethod inspect_get_icon : ?favicon:bool -> ?highquality:bool -> string -> stringmethod inspect_get_major_version : string -> intmethod inspect_get_minor_version : string -> intmethod inspect_get_mountpoints : string -> (string * string) listmethod inspect_get_osinfo : string -> stringmethod inspect_get_package_format : string -> stringmethod inspect_get_package_management : string -> stringmethod inspect_get_product_name : string -> stringmethod inspect_get_product_variant : string -> stringmethod inspect_get_roots : unit -> string arraymethod inspect_get_type : string -> stringmethod inspect_get_windows_current_control_set : string -> stringmethod inspect_get_windows_software_hive : string -> stringmethod inspect_get_windows_system_hive : string -> stringmethod inspect_get_windows_systemroot : string -> stringmethod inspect_is_live : string -> boolmethod inspect_is_multipart : string -> boolmethod inspect_is_netinst : string -> boolmethod inspect_list_applications : string -> application arrayGuestfs.guestfs.inspect_list_applications2 insteadmethod inspect_list_applications2 : string -> application2 arraymethod inspect_os : unit -> string arraymethod is_blockdev : ?followsymlinks:bool -> string -> boolmethod is_blockdev_opts : ?followsymlinks:bool -> string -> bool
method is_busy : unit -> boolmethod is_chardev : ?followsymlinks:bool -> string -> boolmethod is_chardev_opts : ?followsymlinks:bool -> string -> bool
method is_config : unit -> boolmethod is_dir : ?followsymlinks:bool -> string -> boolmethod is_dir_opts : ?followsymlinks:bool -> string -> bool
method is_fifo : ?followsymlinks:bool -> string -> boolmethod is_fifo_opts : ?followsymlinks:bool -> string -> bool
method is_file : ?followsymlinks:bool -> string -> boolmethod is_file_opts : ?followsymlinks:bool -> string -> bool
method is_launching : unit -> boolmethod is_lv : string -> boolmethod is_ready : unit -> boolmethod is_socket : ?followsymlinks:bool -> string -> boolmethod is_socket_opts : ?followsymlinks:bool -> string -> bool
method is_symlink : string -> boolmethod is_whole_device : string -> boolmethod is_zero : string -> boolmethod is_zero_device : string -> boolmethod isoinfo : string -> isoinfomethod isoinfo_device : string -> isoinfomethod journal_close : unit -> unit
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_get : unit -> xattr array
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_get_data_threshold : unit -> int64
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_get_realtime_usec : unit -> int64
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.27.18
method journal_next : unit -> bool
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_open : string -> unit
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_set_data_threshold : int64 -> unit
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method journal_skip : int64 -> int64
This function depends on the feature "journal". See also Guestfs.guestfs.feature_available.
Since 1.23.11
method kill_subprocess : unit -> unit
method launch : unit -> unitmethod lchown : int -> int -> string -> unitmethod ldmtool_create_all : unit -> unit
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_diskgroup_disks : string -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_diskgroup_name : string -> string
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_diskgroup_volumes : string -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_remove_all : unit -> unit
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_scan : unit -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_scan_devices : string array -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_volume_hint : string -> string -> string
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_volume_partitions : string -> string -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method ldmtool_volume_type : string -> string -> string
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method lgetxattr : string -> string -> string
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.7.24
method lgetxattrs : string -> xattr array
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method list_devices : unit -> string arraymethod list_disk_labels : unit -> (string * string) listmethod list_dm_devices : unit -> string arraymethod list_filesystems : unit -> (string * string) listmethod list_ldm_partitions : unit -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method list_ldm_volumes : unit -> string array
This function depends on the feature "ldm". See also Guestfs.guestfs.feature_available.
Since 1.20.0
method list_md_devices : unit -> string arraymethod list_partitions : unit -> string arraymethod ll : string -> stringmethod llz : string -> stringGuestfs.guestfs.lgetxattrs insteadmethod ln : string -> string -> unitmethod ln_f : string -> string -> unitmethod ln_s : string -> string -> unitmethod ln_sf : string -> string -> unitmethod lremovexattr : string -> string -> unit
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method ls : string -> string arraymethod ls0 : string -> string -> unitmethod lsetxattr : string -> string -> int -> string -> unit
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method lstat : string -> stat
method lstatlist : string -> string array -> stat array
method lstatns : string -> statnsmethod lstatnslist : string -> string array -> statns arraymethod luks_add_key : string -> string -> string -> int -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.2
method luks_close : string -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.1
method luks_format : string -> string -> int -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.2
method luks_format_cipher : string -> string -> int -> string -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.2
method luks_kill_slot : string -> string -> int -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.2
method luks_open : string -> string -> string -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.1
method luks_open_ro : string -> string -> string -> unit
This function depends on the feature "luks". See also Guestfs.guestfs.feature_available.
Since 1.5.1
method lvcreate : string -> string -> int -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.8
method lvcreate_free : string -> string -> int -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.17.18
method lvm_canonical_lv_name : string -> stringmethod lvm_clear_filter : unit -> unitmethod lvm_remove_all : unit -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.8
method lvm_scan : bool -> unitmethod lvm_set_filter : string array -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.5.1
method lvremove : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.13
method lvrename : string -> string -> unitmethod lvresize : string -> int -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.27
method lvresize_free : string -> int -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.3.3
method lvs : unit -> string array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method lvs_full : unit -> lvm_lv array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method lvuuid : string -> stringmethod lxattrlist : string -> string array -> xattr array
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.77
method max_disks : unit -> intmethod md_create : ?missingbitmap:int64 ->
?nrdevices:int ->
?spare:int -> ?chunk:int64 -> ?level:string -> string -> string array -> unit
This function depends on the feature "mdadm". See also Guestfs.guestfs.feature_available.
Since 1.15.6
method md_detail : string -> (string * string) list
This function depends on the feature "mdadm". See also Guestfs.guestfs.feature_available.
Since 1.15.6
method md_stat : string -> mdstat array
This function depends on the feature "mdadm". See also Guestfs.guestfs.feature_available.
Since 1.17.21
method md_stop : string -> unit
This function depends on the feature "mdadm". See also Guestfs.guestfs.feature_available.
Since 1.15.6
method mkdir : string -> unitmethod mkdir_mode : string -> int -> unitmethod mkdir_p : string -> unitmethod mkdtemp : string -> stringmethod mke2fs : ?blockscount:int64 ->
?blocksize:int64 ->
?fragsize:int64 ->
?blockspergroup:int64 ->
?numberofgroups:int64 ->
?bytesperinode:int64 ->
?inodesize:int64 ->
?journalsize:int64 ->
?numberofinodes:int64 ->
?stridesize:int64 ->
?stripewidth:int64 ->
?maxonlineresize:int64 ->
?reservedblockspercentage:int ->
?mmpupdateinterval:int ->
?journaldevice:string ->
?label:string ->
?lastmounteddir:string ->
?creatoros:string ->
?fstype:string ->
?usagetype:string ->
?uuid:string ->
?forcecreate:bool ->
?writesbandgrouponly:bool ->
?lazyitableinit:bool ->
?lazyjournalinit:bool ->
?testfs:bool ->
?discard:bool ->
?quotatype:bool ->
?extent:bool ->
?filetype:bool ->
?flexbg:bool ->
?hasjournal:bool ->
?journaldev:bool ->
?largefile:bool ->
?quota:bool ->
?resizeinode:bool -> ?sparsesuper:bool -> ?uninitbg:bool -> string -> unitmethod mke2fs_J : string -> int -> string -> string -> unitGuestfs.guestfs.mke2fs insteadmethod mke2fs_JL : string -> int -> string -> string -> unitGuestfs.guestfs.mke2fs insteadmethod mke2fs_JU : string -> int -> string -> string -> unitGuestfs.guestfs.mke2fs instead
This function depends on the feature "linuxfsuuid". See also Guestfs.guestfs.feature_available.
Since 1.0.68
method mke2journal : int -> string -> unit
method mke2journal_L : int -> string -> string -> unitGuestfs.guestfs.mke2fs insteadmethod mke2journal_U : int -> string -> string -> unitGuestfs.guestfs.mke2fs instead
This function depends on the feature "linuxfsuuid". See also Guestfs.guestfs.feature_available.
Since 1.0.68
method mkfifo : int -> string -> unit
This function depends on the feature "mknod". See also Guestfs.guestfs.feature_available.
Since 1.0.55
method mkfs : ?blocksize:int ->
?features:string ->
?inode:int -> ?sectorsize:int -> ?label:string -> string -> string -> unitmethod mkfs_opts : ?blocksize:int ->
?features:string ->
?inode:int -> ?sectorsize:int -> ?label:string -> string -> string -> unit
method mkfs_b : string -> int -> string -> unit
method mkfs_btrfs : ?allocstart:int64 ->
?bytecount:int64 ->
?datatype:string ->
?leafsize:int ->
?label:string ->
?metadata:string -> ?nodesize:int -> ?sectorsize:int -> string array -> unit
This function depends on the feature "btrfs". See also Guestfs.guestfs.feature_available.
Since 1.17.25
method mklost_and_found : string -> unitmethod mkmountpoint : string -> unitmethod mknod : int -> int -> int -> string -> unit
This function depends on the feature "mknod". See also Guestfs.guestfs.feature_available.
Since 1.0.55
method mknod_b : int -> int -> int -> string -> unit
This function depends on the feature "mknod". See also Guestfs.guestfs.feature_available.
Since 1.0.55
method mknod_c : int -> int -> int -> string -> unit
This function depends on the feature "mknod". See also Guestfs.guestfs.feature_available.
Since 1.0.55
method mksquashfs : ?compress:string -> ?excludes:string array -> string -> string -> unit
This function depends on the feature "squashfs". See also Guestfs.guestfs.feature_available.
Since 1.35.25
method mkswap : ?label:string -> ?uuid:string -> string -> unitmethod mkswap_opts : ?label:string -> ?uuid:string -> string -> unit
method mkswap_L : string -> string -> unit
method mkswap_U : string -> string -> unitGuestfs.guestfs.mkswap instead
This function depends on the feature "linuxfsuuid". See also Guestfs.guestfs.feature_available.
Since 1.0.55
method mkswap_file : string -> unitmethod mktemp : ?suffix:string -> string -> stringmethod modprobe : string -> unit
This function depends on the feature "linuxmodules". See also Guestfs.guestfs.feature_available.
Since 1.0.68
method mount : string -> string -> unitmethod mount_local : ?readonly:bool ->
?options:string -> ?cachetimeout:int -> ?debugcalls:bool -> string -> unitmethod mount_local_run : unit -> unitmethod mount_loop : string -> string -> unitmethod mount_options : string -> string -> string -> unitmethod mount_ro : string -> string -> unitmethod mount_vfs : string -> string -> string -> string -> unitmethod mountable_device : string -> stringmethod mountable_subvolume : string -> stringmethod mountpoints : unit -> (string * string) listmethod mounts : unit -> string arraymethod mv : string -> string -> unitmethod nr_devices : unit -> intmethod ntfs_3g_probe : bool -> string -> int
This function depends on the feature "ntfs3g". See also Guestfs.guestfs.feature_available.
Since 1.0.43
method ntfscat_i : string -> int64 -> string -> unitmethod ntfsclone_in : string -> string -> unit
This function depends on the feature "ntfs3g". See also Guestfs.guestfs.feature_available.
Since 1.17.9
method ntfsclone_out : ?metadataonly:bool ->
?rescue:bool ->
?ignorefscheck:bool ->
?preservetimestamps:bool -> ?force:bool -> string -> string -> unit
This function depends on the feature "ntfs3g". See also Guestfs.guestfs.feature_available.
Since 1.17.9
method ntfsfix : ?clearbadsectors:bool -> string -> unit
This function depends on the feature "ntfs3g". See also Guestfs.guestfs.feature_available.
Since 1.17.9
method ntfsresize : ?size:int64 -> ?force:bool -> string -> unit
This function depends on the feature "ntfsprogs". See also Guestfs.guestfs.feature_available.
Since 1.3.2
method ntfsresize_opts : ?size:int64 -> ?force:bool -> string -> unitGuestfs.guestfs.ntfsresize
This function depends on the feature "ntfsprogs". See also Guestfs.guestfs.feature_available.
Since 1.3.2
method ntfsresize_size : string -> int64 -> unitGuestfs.guestfs.ntfsresize instead
This function depends on the feature "ntfsprogs". See also Guestfs.guestfs.feature_available.
Since 1.3.14
method parse_environment : unit -> unitmethod parse_environment_list : string array -> unitmethod part_add : string -> string -> int64 -> int64 -> unitmethod part_del : string -> int -> unitmethod part_disk : string -> string -> unitmethod part_expand_gpt : string -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.33.2
method part_get_bootable : string -> int -> boolmethod part_get_disk_guid : string -> string
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.33.2
method part_get_gpt_attributes : string -> int -> int64
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.21.1
method part_get_gpt_guid : string -> int -> string
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.29.25
method part_get_gpt_type : string -> int -> string
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.21.1
method part_get_mbr_id : string -> int -> intmethod part_get_mbr_part_type : string -> int -> stringmethod part_get_name : string -> int -> stringmethod part_get_parttype : string -> stringmethod part_init : string -> string -> unitmethod part_list : string -> partition arraymethod part_resize : string -> int -> int64 -> unitmethod part_set_bootable : string -> int -> bool -> unitmethod part_set_disk_guid : string -> string -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.33.2
method part_set_disk_guid_random : string -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.33.2
method part_set_gpt_attributes : string -> int -> int64 -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.21.1
method part_set_gpt_guid : string -> int -> string -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.29.25
method part_set_gpt_type : string -> int -> string -> unit
This function depends on the feature "gdisk". See also Guestfs.guestfs.feature_available.
Since 1.21.1
method part_set_mbr_id : string -> int -> int -> unitmethod part_set_name : string -> int -> string -> unitmethod part_to_dev : string -> stringmethod part_to_partnum : string -> intmethod ping_daemon : unit -> unitmethod pread : string -> int -> int64 -> stringmethod pread_device : string -> int -> int64 -> stringmethod pvchange_uuid : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.19.26
method pvchange_uuid_all : unit -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.19.26
method pvcreate : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.8
method pvremove : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.13
method pvresize : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.26
method pvresize_size : string -> int64 -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.3.14
method pvs : unit -> string array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method pvs_full : unit -> lvm_pv array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method pvuuid : string -> stringmethod pwrite : string -> string -> int64 -> intmethod pwrite_device : string -> string -> int64 -> intmethod read_file : string -> stringmethod read_lines : string -> string arraymethod readdir : string -> dirent arraymethod readlink : string -> stringmethod readlinklist : string -> string array -> string arraymethod realpath : string -> stringmethod remount : ?rw:bool -> string -> unitmethod remove_drive : string -> unitmethod removexattr : string -> string -> unit
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method rename : string -> string -> unitmethod resize2fs : string -> unitmethod resize2fs_M : string -> unitmethod resize2fs_size : string -> int64 -> unitmethod rm : string -> unitmethod rm_f : string -> unitmethod rm_rf : string -> unitmethod rmdir : string -> unitmethod rmmountpoint : string -> unitmethod rsync : ?archive:bool -> ?deletedest:bool -> string -> string -> unit
This function depends on the feature "rsync". See also Guestfs.guestfs.feature_available.
Since 1.19.29
method rsync_in : ?archive:bool -> ?deletedest:bool -> string -> string -> unit
This function depends on the feature "rsync". See also Guestfs.guestfs.feature_available.
Since 1.19.29
method rsync_out : ?archive:bool -> ?deletedest:bool -> string -> string -> unit
This function depends on the feature "rsync". See also Guestfs.guestfs.feature_available.
Since 1.19.29
method scrub_device : string -> unit
This function depends on the feature "scrub". See also Guestfs.guestfs.feature_available.
Since 1.0.52
method scrub_file : string -> unit
This function depends on the feature "scrub". See also Guestfs.guestfs.feature_available.
Since 1.0.52
method scrub_freespace : string -> unit
This function depends on the feature "scrub". See also Guestfs.guestfs.feature_available.
Since 1.0.52
method selinux_relabel : ?force:bool -> string -> string -> unit
This function depends on the feature "selinuxrelabel". See also Guestfs.guestfs.feature_available.
Since 1.33.43
method set_append : string option -> unitmethod set_attach_method : string -> unit
method set_autosync : bool -> unitmethod set_backend : string -> unitmethod set_backend_setting : string -> string -> unitmethod set_backend_settings : string array -> unitmethod set_cachedir : string option -> unitmethod set_direct : bool -> unitmethod set_e2attrs : ?clear:bool -> string -> string -> unitmethod set_e2generation : string -> int64 -> unitmethod set_e2label : string -> string -> unit
method set_e2uuid : string -> string -> unit
method set_hv : string -> unitmethod set_identifier : string -> unitmethod set_label : string -> string -> unitmethod set_libvirt_requested_credential : int -> string -> unitmethod set_libvirt_supported_credentials : string array -> unitmethod set_memsize : int -> unitmethod set_network : bool -> unitmethod set_path : string option -> unitmethod set_pgroup : bool -> unitmethod set_program : string -> unitmethod set_qemu : string option -> unit
method set_recovery_proc : bool -> unitmethod set_selinux : bool -> unitGuestfs.guestfs.selinux_relabel insteadmethod set_smp : int -> unitmethod set_tmpdir : string option -> unitmethod set_trace : bool -> unitmethod set_uuid : string -> string -> unitmethod set_uuid_random : string -> unitmethod set_verbose : bool -> unitmethod setcon : string -> unitGuestfs.guestfs.selinux_relabel instead
This function depends on the feature "selinux". See also Guestfs.guestfs.feature_available.
Since 1.0.67
method setxattr : string -> string -> int -> string -> unit
This function depends on the feature "linuxxattrs". See also Guestfs.guestfs.feature_available.
Since 1.0.59
method sfdisk : string -> int -> int -> int -> string array -> unit
method sfdiskM : string -> string array -> unit
method sfdisk_N : string -> int -> int -> int -> int -> string -> unitGuestfs.guestfs.part_add insteadmethod sfdisk_disk_geometry : string -> stringmethod sfdisk_kernel_geometry : string -> stringmethod sfdisk_l : string -> string
method sh : string -> stringmethod sh_lines : string -> string arraymethod shutdown : unit -> unitmethod sleep : int -> unitmethod stat : string -> stat
method statns : string -> statnsmethod statvfs : string -> statvfsmethod strings : string -> string arraymethod strings_e : string -> string -> string arraymethod swapoff_device : string -> unitmethod swapoff_file : string -> unitmethod swapoff_label : string -> unitmethod swapoff_uuid : string -> unit
This function depends on the feature "linuxfsuuid". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method swapon_device : string -> unitmethod swapon_file : string -> unitmethod swapon_label : string -> unitmethod swapon_uuid : string -> unit
This function depends on the feature "linuxfsuuid". See also Guestfs.guestfs.feature_available.
Since 1.0.66
method sync : unit -> unitmethod syslinux : ?directory:string -> string -> unit
This function depends on the feature "syslinux". See also Guestfs.guestfs.feature_available.
Since 1.21.27
method tail : string -> string arraymethod tail_n : int -> string -> string arraymethod tar_in : ?compress:string ->
?xattrs:bool -> ?selinux:bool -> ?acls:bool -> string -> string -> unitmethod tar_in_opts : ?compress:string ->
?xattrs:bool -> ?selinux:bool -> ?acls:bool -> string -> string -> unit
method tar_out : ?compress:string ->
?numericowner:bool ->
?excludes:string array ->
?xattrs:bool -> ?selinux:bool -> ?acls:bool -> string -> string -> unitmethod tar_out_opts : ?compress:string ->
?numericowner:bool ->
?excludes:string array ->
?xattrs:bool -> ?selinux:bool -> ?acls:bool -> string -> string -> unit
method tgz_in : string -> string -> unit
method tgz_out : string -> string -> unit
method touch : string -> unitmethod truncate : string -> unitmethod truncate_size : string -> int64 -> unitmethod tune2fs : ?force:bool ->
?maxmountcount:int ->
?mountcount:int ->
?errorbehavior:string ->
?group:int64 ->
?intervalbetweenchecks:int ->
?reservedblockspercentage:int ->
?lastmounteddirectory:string ->
?reservedblockscount:int64 -> ?user:int64 -> string -> unitmethod tune2fs_l : string -> (string * string) listmethod txz_in : string -> string -> unitGuestfs.guestfs.tar_in instead
This function depends on the feature "xz". See also Guestfs.guestfs.feature_available.
Since 1.3.2
method txz_out : string -> string -> unitGuestfs.guestfs.tar_out instead
This function depends on the feature "xz". See also Guestfs.guestfs.feature_available.
Since 1.3.2
method umask : int -> intmethod umount : ?force:bool -> ?lazyunmount:bool -> string -> unitmethod umount_opts : ?force:bool -> ?lazyunmount:bool -> string -> unit
method umount_all : unit -> unitmethod umount_local : ?retry:bool -> unit -> unitmethod upload : string -> string -> unitmethod upload_offset : string -> string -> int64 -> unitmethod user_cancel : unit -> unitmethod utimens : string -> int64 -> int64 -> int64 -> int64 -> unitmethod utsname : unit -> utsnamemethod version : unit -> versionmethod vfs_label : string -> stringmethod vfs_minimum_size : string -> int64method vfs_type : string -> stringmethod vfs_uuid : string -> stringmethod vg_activate : bool -> string array -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.26
method vg_activate_all : bool -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.26
method vgchange_uuid : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.19.26
method vgchange_uuid_all : unit -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.19.26
method vgcreate : string -> string array -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.8
method vglvuuids : string -> string arraymethod vgmeta : string -> string
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.17.20
method vgpvuuids : string -> string arraymethod vgremove : string -> unit
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 1.0.13
method vgrename : string -> string -> unitmethod vgs : unit -> string array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method vgs_full : unit -> lvm_vg array
This function depends on the feature "lvm2". See also Guestfs.guestfs.feature_available.
Since 0.4
method vgscan : unit -> unitGuestfs.guestfs.lvm_scan insteadmethod vguuid : string -> stringmethod wait_ready : unit -> unitmethod wc_c : string -> intmethod wc_l : string -> intmethod wc_w : string -> intmethod wipefs : string -> unit
This function depends on the feature "wipefs". See also Guestfs.guestfs.feature_available.
Since 1.17.6
method write : string -> string -> unitmethod write_append : string -> string -> unitmethod write_file : string -> string -> int -> unit
method xfs_admin : ?extunwritten:bool ->
?imgfile:bool ->
?v2log:bool ->
?projid32bit:bool ->
?lazycounter:bool -> ?label:string -> ?uuid:string -> string -> unit
This function depends on the feature "xfs". See also Guestfs.guestfs.feature_available.
Since 1.19.33
method xfs_growfs : ?datasec:bool ->
?logsec:bool ->
?rtsec:bool ->
?datasize:int64 ->
?logsize:int64 ->
?rtsize:int64 -> ?rtextsize:int64 -> ?maxpct:int -> string -> unit
This function depends on the feature "xfs". See also Guestfs.guestfs.feature_available.
Since 1.19.28
method xfs_info : string -> xfsinfo
This function depends on the feature "xfs". See also Guestfs.guestfs.feature_available.
Since 1.19.21
method xfs_repair : ?forcelogzero:bool ->
?nomodify:bool ->
?noprefetch:bool ->
?forcegeometry:bool ->
?maxmem:int64 ->
?ihashsize:int64 ->
?bhashsize:int64 ->
?agstride:int64 -> ?logdev:string -> ?rtdev:string -> string -> int
This function depends on the feature "xfs". See also Guestfs.guestfs.feature_available.
Since 1.19.36
method yara_destroy : unit -> unit
This function depends on the feature "libyara". See also Guestfs.guestfs.feature_available.
Since 1.37.13
method yara_load : string -> unit
This function depends on the feature "libyara". See also Guestfs.guestfs.feature_available.
Since 1.37.13
method yara_scan : string -> yara_detection array
This function depends on the feature "libyara". See also Guestfs.guestfs.feature_available.
Since 1.37.13
method zegrep : string -> string -> string array
method zegrepi : string -> string -> string array
method zero : string -> unitmethod zero_device : string -> unitmethod zero_free_space : string -> unitmethod zerofree : string -> unit
This function depends on the feature "zerofree". See also Guestfs.guestfs.feature_available.
Since 1.0.26
method zfgrep : string -> string -> string array
method zfgrepi : string -> string -> string array
method zfile : string -> string -> stringGuestfs.guestfs.file insteadmethod zgrep : string -> string -> string array
method zgrepi : string -> string -> string array