From owner-freebsd-stable Mon Jul 8 22:36:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A28A37B400 for ; Mon, 8 Jul 2002 22:36:17 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2290A43E09 for ; Mon, 8 Jul 2002 22:36:14 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g695a1ZL002537; Tue, 9 Jul 2002 15:06:03 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: ata flash card question - From: "Daniel O'Connor" To: rickb Cc: stable@FreeBSD.ORG In-Reply-To: <003401c22705$66a786d0$0efca8c0@THINMAN> References: <003401c22705$66a786d0$0efca8c0@THINMAN> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 09 Jul 2002 15:06:00 +0930 Message-Id: <1026192963.4254.21.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-07-09 at 14:29, rickb wrote: > Trying mknod or MAKEDEV after inserting the card doesn't get me anything, > (but I'm not real conversant with those utilities, so may not have been > using them > correctly.) Do this.. cd /dev sh MAKEDEV ad4s1 mkdir /cfcard Then add the following to /etc/fstab /dev/ad4s1 /cfcard msdos rw,noauto 0 0 Then when you insert the card do 'mount /cfcard' and you should be set. Don't forget to 'umount /cfcard' before removing it :) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message