Before you go too far into your project, check something that has been already done, so that you have an idea of how complex the task might be and which risks you are going to face.

VMWare sells a virtual machine that emulates a x86 computer architecture and creates virtual disks. In its earlier releases, the workstation package included a perl script to mount such virtual disks and to use them as regular filesystems.

They don't include that utility in their latest distribution, but you can find it in their archives (it's quite a big file, 6.2 MB).

Thinking about it, there is maybe a good reason why the mounting utility is not in distribution anymore, i.e. that you shouldn't mess around with filesystems at such low level.

_ _ _ _ (_|| | |(_|>< _|

In reply to Re: Virtual Disk for Perl by gmax
in thread Virtual Disk for Perl by gmpassos

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.