search for: guestfs_ufs_growfs

Displaying 1 result from an estimated 1 matches for "guestfs_ufs_growfs".

2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you can grow BSD filesystems [in theory -- see below]. It also adds a new optional group called "ufsutils" which indicates if the libguestfs API supports the guestfs_ufs_growfs call, since it's not available on Fedora. (http://libguestfs.org/guestfs.3.html#availability) I tested this on Debian, and although we appear to be invoking the growfs.ufs command correctly, the growfs command contains a bug. It appears that Debian doesn't implement the BSD DIOCGSECTORSI...