[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] CD Drive for Qube 2 ?



Another option:
"ISO" the Sophos disc.  (under Linux, dd if=/dev/cdrom of=sophos.iso
bs-8192, under an inferior OS, there's got to be an iso creation software
available somewhere, google is your friend).  Copy the .iso to the Qube.
Next is the cool magic part.

# mkdir sophos
# mount -o loop -t iso9660 sophos.iso sophos/
#

Your "cd" is now mounted at the sophos/ directory, and you can browse it
like you would any other part of the file system.

HTH
Chris