zerofree missing in guestfish
Task Info (Flyspray) | |
---|---|
Opened By | Prem Anand (hprem) |
Task ID | 69746 |
Type | Feature Request |
Project | Community Packages |
Category | Packages |
Version | None |
OS | x86_64 |
Opened | 2021-02-23 16:26:36 UTC |
Status | Assigned |
Assignee | David Runge (dvzrv) |
Assignee | Robin Broda (coderobe) |
Details
Description: On trying to run zerofree within guestfish, we see the error "'zerofree' is not available in this build of libguestfs"
Seems that zerofree is not supported. Please support this
❯ guestfish -a /dev/null run : supported acl yes augeas yes blkdiscard yes blkdiscardzeroes yes btrfs yes extlinux yes f2fs yes fstrim yes gdisk yes grub yes hivex yes inotify yes journal yes ldm yes libtsk yes libyara yes linuxcaps yes linuxfsuuid yes linuxmodules yes linuxxattrs yes luks yes lvm2 yes mdadm yes mknod yes ntfs3g yes ntfsprogs yes realpath yes rsync yes scrub no selinux no selinuxrelabel no sleuthkit yes squashfs yes syslinux yes wipefs yes xfs yes xz yes zerofree no <===<<< zerofree is claimed to be unsupported
Additional info:
- package version(s)
❯ pacman -Q libguestfs libguestfs 1.42.0-5
Steps to reproduce:
❯ guestfish --rw -a /dev/null <<EOF run zerofree /dev/sda1 quit EOF
stdin:2: libguestfs: error: zerofree: feature 'zerofree' is not available in this build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for how to check for the availability of features.