Re: [techtalk] Formatting floppy

2000-02-16 Thread moebius
Hey Kev, Give this a shot. Insert the disk into the drive. Assuming that your floppy is /dev/fd0 (most are), do this: %mkfs.ext2 /dev/fd0 viloa, all done. You should see info about the superblocks being written. Now you can mount it to the dir ( I use /mnt/floppy) of your choice. So, if I didn't

Re: [techtalk] Formatting floppy

2000-02-16 Thread Karl-Heinz Zimmer
On 16.02.00, 20:04:29, Kevin Porter wrote: > I have a floppy disk which is DOS formatted. > How do I format it as a Linux disk? > Sorry for the dumb question, but I searched in > RH manuals and the RedHat site, but no joy... Kevin, are you sure you want to do this? Under normal circumstances t

Re: [techtalk] Formatting floppy

2000-02-16 Thread aaron
Should be able to run: mke2fs /dev/fd0 (or whichever floppy drive it is) This needs to be done as root. Then mount with: mount -t ext2 /dev/fd0 /mnt/floppy (or alternate mount point) - Aaron Schultz - [EMAIL PROTECTED] "I have not lost my mind. It's backed up on disk somewhere." -- On Wed,

[techtalk] Formatting floppy

2000-02-16 Thread kev
Hi, I have a floppy disk which is DOS formatted. How do I format it as a Linux disk? Sorry for the dumb question, but I searched in RH manuals and the RedHat site, but no joy... thanks, - Kev [EMAIL PROTECTED] http://www.linuxchix.org