From owner-freebsd-newbies@FreeBSD.ORG Tue Jan 27 09:26:35 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974A416A4CE for ; Tue, 27 Jan 2004 09:26:35 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F71F43D5F for ; Tue, 27 Jan 2004 09:26:23 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 27 Jan 2004 11:28:55 -0600 Message-ID: <40169EE2.9020903@daleco.biz> Date: Tue, 27 Jan 2004 11:24:50 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Howe References: <20040127141556.31899.qmail@web40909.mail.yahoo.com> In-Reply-To: <20040127141556.31899.qmail@web40909.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Jan 2004 17:28:55.0531 (UTC) FILETIME=[0A2F6BB0:01C3E4FB] cc: freebsd-newbies@freebsd.org Subject: Re: floppy mount (was: no subj) X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 17:26:35 -0000 Steven Howe wrote: >this may sound dumb, > >but > >how do I read a floppy? > >do I have to mount/unmount the floppy drive every time I use it? > >if so, can someone help or sprovide a link for a tutorial...? > > > > > >thx. > >steven > > > I'm sure it's "in the handbook", but I'm not wishing to just say RTFM, (although that *is* a great idea...) :-) I put this in my ~/.cshrc: alias a: mount_msdosfs /dev/fd0 /floppy So now I feel real comfortable ;-) :D Kevin Kinsey