Date: 09 Jul 2002 15:06:00 +0930 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: rickb <rickb@csi.com> Cc: stable@FreeBSD.ORG Subject: Re: ata flash card question - Message-ID: <1026192963.4254.21.camel@chowder.gsoft.com.au> In-Reply-To: <003401c22705$66a786d0$0efca8c0@THINMAN> References: <003401c22705$66a786d0$0efca8c0@THINMAN>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1026192963.4254.21.camel>