Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Virtual Disk for Perl

by gmax (Abbot)
on Mar 07, 2003 at 14:10 UTC ( [id://241137]=note: print w/replies, xml ) Need Help??


in reply to Virtual Disk for Perl

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.

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

Replies are listed 'Best First'.
Re: Re: Virtual Disk for Perl
by IlyaM (Parson) on Mar 07, 2003 at 14:35 UTC
    I bet this script uses loopbacks which is quite standart method to mount ordinary files with filesystems on Linux (no idea if similar feature exist on other Unix-like systems).

    --
    Ilya Martynov, ilya@iponweb.net
    CTO IPonWEB (UK) Ltd
    Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
    Personal website - http://martynov.org

      Loopbacks are implemented in BSD systems. I don't have much experiance with commercial *nix, but I'm guessing it's available pretty much everywhere. You could probably get one on Win32 if you really tried (not easily, mind you).

      ----
      Reinvent a rounder wheel.

      Note: All code is untested, unless otherwise stated

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://241137]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found