Displaying 2 results from an estimated 2 matches for "mountfolder".
2014 Feb 06
3
Possible to speed up guestmount?
Hi,
Apparently,
guestmount -o allow_other -a "/path/to/raw_file" -m /dev/sda1
"/path/to/mountfolder"
is much slower than
kpartx -av "/path/to/raw_file"
mount /dev/mapper/loop0p1 /path/to/mountfolder
(Doing lots of read/write inside the image.)
I thought guestmount "only" scripts the above. Seems I was wrong on that.
I am currently using libguestfs 1.18.1-1 (b...
2014 Feb 06
0
Re: Possible to speed up guestmount?
On Thu, Feb 06, 2014 at 02:53:05AM +0000, Patrick Schleizer wrote:
> Hi,
>
> Apparently,
>
> guestmount -o allow_other -a "/path/to/raw_file" -m /dev/sda1
> "/path/to/mountfolder"
>
> is much slower than
>
> kpartx -av "/path/to/raw_file"
> mount /dev/mapper/loop0p1 /path/to/mountfolder
>
> (Doing lots of read/write inside the image.)
For general performance tips, see this page (I think you've seen it
already):
http://lib...