On Sun, Sep 30, 2001 at 10:53:05AM +0530, [EMAIL PROTECTED] wrote:
> My floppy shows (on Linux) as having a bad FAT partition,
> and therefore, Linux will not read from the floppy .
>
This may not be true. By all probabilities, you have tried to
mount a MSDOS floppy as ext2 or similar problem ...
> What commands and what flags do I use on Linux to format the
> floppy (into whichever fs type I wish , say, FAT or ext2 ) ?
>
In Linux formatting a floppy is a two staged process:
a) Do a low level format ... ususally fdformat or superformat
see man for these, one of them will surely be there. The
syntax is something like:
fdformat /dev/fd0H1440
superformat /dev/fd0
b) Place the file system on it:
mkfs -V -c -t msdos OR | V = verbose c = check
mkfs -V -c -t ext2 | t = type of fs
Bish
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Killing a Process (#2) LOST #150
To kill a process by name, use the killall command. [e.g. On
tty1 you started fetchmail as an user, which for some reason
got stuck up and you want to kill it, log into another console
as the same user, and issue the command "killall fetchmail"]
####<[EMAIL PROTECTED]>####################################
:
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help