[TriLUG] remote-mount of cdrom
Greg Brown
gregbrown at mindspring.com
Sat Jul 10 11:18:31 EDT 2004
> Another alternative is to simply copy the whole ISO as an image and
> then
> mount the image locally via Loopback.
>
I'm a fan of the make the iso image.. delays over the Internet I think
would
cause problems when installing via NFS.
On the machine with the cd in the drive locally:
dd if=/dev/dvd of=dvd.iso # for dvd
dd if=/dev/cdrom of=cd.iso # for cdrom
dd if=/dev/scd0 of=cd.iso # if cdrom is scsi
ftp, sftp, http download the image, whatever...
then on your local machine:
mount -o loop -t iso9660 ./cdrom.iso /directory/where/you/want/to/mount
Greg
More information about the TriLUG
mailing list