Re: [Libguestfs] How to get information about the guest filesystems by libguestfs
Zhang Qian
Wednesday, 5 August
2009
Wed, 5 Aug
'09
2:30 a.m.
Or I can call guestfs_list_partitions() and guestfs_lvs() to list all
partitions and logic volumes in guest disk images, and for each of
them call guestfs_exists() to check if the file I want exist, then
modify the file.
Regards,
Qian