ewx: (geek)
Richard Kettlewell ([personal profile] ewx) wrote2008-05-20 10:55 am
Entry tags:

Does this exist?

I fairly often need to mount a CD image and install software from it. Generally speaking the images are retrieved from a web server. Currently my script downloads the image and deletes it when it's done, but it would be nice to eliminate even that step and mount it directly over HTTP.

The obvious answer is a network block device server that uses HTTP byte range requests to access the CD image. Does this exist already?

[identity profile] filecoreinuse.livejournal.com 2008-05-20 10:58 am (UTC)(link)
Not quite what you want but how about mounting the remote image as a file via http://httpfs.sourceforge.net/ under FUSE and then mounting the image file via loopback?
ext_8103: (Default)

[identity profile] ewx.livejournal.com 2008-05-20 11:01 am (UTC)(link)
Mm, yes, that might do. Ta.

[identity profile] pjc50.livejournal.com 2008-05-20 11:48 am (UTC)(link)
Hmm .. DavFS + loopback mount? Performance is likely to be pretty awful.