Re: bootcd (next step)

Tom Oehser <[email protected]> Sat, 6 Mar 2004 09:12:01 -0500 (EST)
Newsgroups gmane.linux.tomsrtbt
Message-ID <[email protected]>
> mkdir -p /mnt/cdrom
> mount -t iso9660 /dev/hdb /mnt/cdrom||mount -t iso9660 /dev/hdc
> /mnt/cdrom||mount -t iso9660 /dev/hdd /mnt/cdrom

The catch is that it could be a scsi device, could be on hda or on
hde-hd?, could be even I think be on a /dev/rd/ device, and I'm
not 100% comfortable with what the side effects might be of just
randomly trying to mount every device as a CD- and this still
doesn't address what if hdc is the one that booted, but there *is*
a CDROM on hdb, in which case it won't work...

-Tom