Thanks you all for your kind help, that would be helpful but i was looking windows base GUI sort of application. if any one can help in this regard<br><br>Thank you,<br><br><div class="gmail_quote">On Tue, Oct 18, 2011 at 4:37 PM, Alain Péan <span dir="ltr"><<a href="mailto:alain.pean@lpp.polytechnique.fr">alain.pean@lpp.polytechnique.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Le 18/10/2011 09:54, Muhammad Yousuf Khan a écrit :<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
i need a explorer for *.raw or for all supported storage type in proxmox. i want to copy a data from a hard drive image without attaching it to a VM. kindly share if you know any.<br>
<br>
<br>
</blockquote>
<br></div>
Hi Muhammad,<br>
<br>
If there are only "classical" partitions inside your image file, e.g ext3 (no LVM), you can try something like this, that is mounting your image file as a loopback device :<br>
# mount -o loop,offset=32256 /path/to/image.raw /path/to/mount_point<br>
<br>
It should work also for windows (NTFS) image files<br>
<br>
If there are LVM partitions, it is also possible, but a little bit more involved...<br>
<br>
Alain<br><font color="#888888">
<br>
-- <br>
==============================<u></u>============================<br>
Alain Péan - LPP/CNRS<br>
Administrateur Système/Réseau<br>
Laboratoire de Physique des Plasmas - UMR 7648<br>
Observatoire de Saint-Maur<br>
4, av de Neptune, Bat. A<br>
94100 Saint-Maur des Fossés<br>
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33<br>
==============================<u></u>============================</font><div><div></div><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
pve-user mailing list<br>
<a href="mailto:pve-user@pve.proxmox.com" target="_blank">pve-user@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-<u></u>bin/mailman/listinfo/pve-user</a><br>
</div></div></blockquote></div><br>