From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.surferie.net ([63.175.116.33]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 15tbDn-0006p4-00 for ; Tue, 16 Oct 2001 16:53:55 -0400 Received: from jslt.localhost.localdomain [205.162.138.44] by mail.surferie.net with ESMTP (SMTPD32-5.04) id A27278401A0; Tue, 16 Oct 2001 17:11:14 EDT Received: from jacobs by jslt.localhost.localdomain with local (Exim 3.16 #1 (Debian)) id 15tb8I-00009B-00 for ; Tue, 16 Oct 2001 16:48:14 -0400 Date: Tue, 16 Oct 2001 16:48:14 -0400 From: Jacob Schmude To: speakup@braille.uwo.ca Subject: Re: pretty easy question Message-ID: <20011016164814.A558@surferie.net> References: <5.1.0.14.2.20011016204443.0226cdb0@mail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20011016204443.0226cdb0@mail>; from dwkeogh@optushome.com.au on Tue, Oct 16, 2001 at 08:46:14PM +1000 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi To format a linux floppy, the command is: mke2fs /dev/fd0u1440 This will make a linux-formatted floppy, size 1.44 MB. If you're formatting a floppy for the first time, you must use /dev/fd0u1440 as your device name to set the capacity to 1.44 M. After that, the device /dev/fd0 can be used. If you want to format a dos-compatible floppy under linux, the command would be: mkdosfs /dev/fd0u1440 Note that unless your user is in the floppy group, these operations must be performed as root. If you're using your user account, add the /sbin/ directory to the beginning of the command name, like this: /sbin/mke2fs /dev/fd0u1440 HTH On Tue, Oct 16, 2001 at 08:46:14PM +1000, Danny Keogh wrote: > Ok people this might seem like a pretty dumb question but how the hell do > you format a floppy disc in linux? I'm using slackware if that makes a > difference.