Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Floppy Disk
Name: kyrospeare Date: September 17, 2004 at 15:50:49 Pacific OS: Red Hat 7.2 CPU/Ram: 128
Comment:
Why can't cd files from a cd be copied directly to a floppy for use as a bootable floppy disk? Instead, you must use a program such as "rawrite" to transfer the files to a floppy for proper use. Just wondering why?
Name: Jake2 Date: September 17, 2004 at 23:49:37 Pacific
Reply:
The files are actually copied more directly when using rawrite or in Linux and other UNIX-like systems, dd.
It's easier for Linux to boot from a native filesystem like ext2, but Windows can't write to ext2 without 3rd part drivers or programs, so the solution is to use floppy "image files" which are to floppy disks as .ISOs are to CDs. One of the goals of UNIX is "everything's a file" so there's little difference between the file /dev/fd0 (your floppy drive) and /home/username/floppy.img
0
Response Number 2
Name: 3Dave Date: September 20, 2004 at 04:02:11 Pacific
Reply:
The image files contain not just the files but also the boot record which is stored right at the beginning of the disk, the same as a bootable CD or hard drive. Copying over just the files would not copy the boot loader as well therefore the disk would not be bootable. You could copy over the files and then the boot record from the CD but having it all in one image is easier.
Summary: I know how to install a CD-ROM and a CD-RW, but I have only 3 IDE ports and 1 for the floppy, and I need to connect 4 things plus the hard drive, so I need to make one of the CD-Roms a slave of the ot...
Summary: Is it possible to install linux from floppy disk ?? if so..what version and distribution.(i got a 486 with floppy only). thanks for your help ...
Summary: Why don't you try to boot your Linux system up using the first CD! In this case, choose "rescue" at the lilo prompt... Once you are back in, create a bootable floppy disk or install either grub or ...