[plug] Http server / ISO mounting
Matt Kemner
zombie at wasp.net.au
Wed Sep 12 16:10:10 WST 2001
On Wed, 12 Sep 2001, Nathan D wrote:
> The other option is from a linux box, but I'm not sure about mounting an
> iso image to share?
No idea about a windows solution, but under Linux you can mount an iso
image using the loopback filesystem module.
modeprobe loop
mount -o loop /path/to/iso /mountpoint
If you don't have the loop module, and it's not compiled in your kernel,
you will need to compile that module
- Matt
More information about the plug
mailing list