Converting a third party driver floppy to a CD-ROM
This document (3975336) is provided subject to the disclaimer at the end of this document.
Environment
Situation
At times a third party driver disk is required during installation to provide support for certain hardware. Most often, these disks are floppy images. On systems without floppy drives this is problematic, and a driver CD-ROM makes more sense.
Resolution
-
Obtain and uncompress the driver floppy image.
-
Mount the floppy image:
# mount -o loop driverdisk.img /mnt -
Generate a CD-ROM .iso image:
# mkisofs -R -J -o driverdisk.iso /mnt -
Dismount the floppy image:
# umount /mnt
The .iso image can now be burned to a CD-ROM and used instead of the driver floppy.
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:3975336
- Creation Date: 20-Nov-2006
- Modified Date:14-Mar-2021
-
- SUSE Linux Enterprise Desktop
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com