Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 18:55:53 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        xxavi@MyRealBox.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: floppy disk
Message-ID:  <20021004165553.GP51897@freepuppy.bellavista.cz>
In-Reply-To: <XFMail.20021004164905.xxavi@MyRealBox.com>
References:  <XFMail.20021004164905.xxavi@MyRealBox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# xxavi@MyRealBox.com / 2002-10-04 16:49:05 +0200:
> 
> Hello, I'm new on the list and I'm trying to configurate and mount my 
> floppydisk, can anyone tell me how I could find any document that
> would help me.

    see /etc/disktab. i use this script to create floppies:

    roman@freepuppy ~ 1021:0 > < ~/bin/newfd 
    #!/bin/sh

    fdformat -f 1440 fd0.1440 \
     && disklabel -r -w fd0.1440 fd1440 \
     && newfs -T fd1440 fd0.1440

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
6:52PM up 17 days, 2:07, 16 users, load averages: 0.12, 0.19, 0.16
end

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021004165553.GP51897>