[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CD Drive for Qube 2 ?
- Subject: RE: [cobalt-users] CD Drive for Qube 2 ?
- From: "Chris Demain" <cdemain@xxxxxxxxxxx>
- Date: Sat Jan 12 12:03:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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