How do you copy a bootable floppy to a bootable CD ?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thank you. So how do I do that with mkisofs ? When I follow it with -help I find about then thousand options, and among them no indication of the syntax.
It says "Usage: genisoimage [options] file..." How do I specify what to include in the iso file, and where to put it ? Is "file..." the source or the destination ?
With the input device floppy being /dev/fd0, how would you craft the line ?
[root@backupserver myers]# mkisofs -r -o Ghost.iso /dev/fd0
I: -input-charset not specified, using utf-8 (detected in locale settings)
Total translation table size: 0
Total rockridge attributes bytes: 264
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
175 extents written (0 MB)
[root@backupserver myers]#
I looked up the -r and -o options on the manpage, and they look quite correct. The last is the filename, which should go to the home folder, and the floppy device. I verified that it is indeed /dev/fd0.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.