Click to See Complete Forum and Search --> : I formatted a Floppy... So how do i create the file system?
KarlOldman
08-10-2001, 03:50 AM
Hi, I have only had Red Hat Linux 7.1 for a few days now, and yesterday i worked out how to format a floppy (I wanted to bring a picture to this computer to upload) so I typed this in the terminal emulator:
fdformat /dev/fd0h1440
and it formated and then verified I thought 'great!' but Linux wouldnt mount the floppy because it didint have a file system, but i dont know how do create one, any help?
Thanks,
Karl.
MBMarduk
08-10-2001, 04:29 AM
Weird.
Formatting IS making the filesystem.
When you did mke2fs you ALSO formatted your blank HDD with the Ext2 FS format.
So your fstab is maybe fscked?
I know mine isn't ok either, whenI mounted floppies with type "auto" my box constantly defaulted to fat12 or sumting like that instead of vfat.
Try typing "vfat" in your fstab instead whereever your /dev/fd0 resides inside.
dvdnut
08-10-2001, 04:41 AM
oi essex boy hawwwsit gaaaain!
hasnt redhat got these utils in kde?
KarlOldman
08-10-2001, 01:16 PM
Didnt realise, pressed on the K: Utilities: Floppy Formater (a nice program that formats and create the file syste) d'oh! :)
eperch
08-10-2001, 03:32 PM
After formatting, create the filesystem using:
mke2fs -m 0 /dev/fd0H1440 1440
bdg1983
08-10-2001, 06:01 PM
Originally posted by KarlOldman:
<STRONG>Didnt realise, pressed on the K: Utilities: Floppy Formater (a nice program that formats and create the file syste) d'oh! :)</STRONG>
Any newbie to Linux and using Gnome, KDE etc. should explore the menu system to see what is available. Some are surprised to see there are apps for configuring such things as ethernet cards, networking, dns servers and the list goes on and on.
Just a word of advise to those who haven't.
jrcow97
08-11-2001, 03:27 PM
I also just had linux for a short time. I used gfloppy in GNOME and that worked pretty well for me... Try it!
:)