From owner-freebsd-newbies@FreeBSD.ORG Mon Mar 1 08:37:47 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 CF7DE16A4CE for ; Mon, 1 Mar 2004 08:37:47 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC3043D45 for ; Mon, 1 Mar 2004 08:37:47 -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); Mon, 1 Mar 2004 10:38:01 -0600 Message-ID: <404366CF.1010201@daleco.biz> Date: Mon, 01 Mar 2004 10:37:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <013e01c3ff8a$573e5b60$220110ac@ARLETTE> In-Reply-To: <013e01c3ff8a$573e5b60$220110ac@ARLETTE> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Mar 2004 16:38:06.0453 (UTC) FILETIME=[92D68A50:01C3FFAB] cc: FreeBSD_Newbies Subject: Re: Mount floppy (Gotta love 'Nix...) 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: Mon, 01 Mar 2004 16:37:48 -0000 Teilhard Knight wrote: >I would appreciate if someone would told me how to mount my floppy. If you >could tell me the exact entries in the fstab file would be great. Thank you. > >Teilhard > > > > You've already received good suggestions, and answers, and pointers to the "other" list --- or Google, whatever, IIRC. And this one's *not* for fstab. Just wanted to mention this for its humor ... everybody needs that on Monday, right? :-) First off, understand that I've been thinking about writing a tongue-in-cheek article called something like "FreeBSD for MSDOS users" ... mostly for my own entertainment, I suppose. Anyway, this is likely comfy for ex-DOS people. Make sure you've created /floppy, then put this in /root/.cshrc or /root/.profile, or wherever you keep root's aliases... here's my line from /root/.cshrc: alias a: "mount_msdosfs /dev/fd0 /floppy && cd /floppy && ls -l" :-D Kevin Kinsey DaleCo, S.P.