From owner-freebsd-mobile Tue Jun 12 17: 5:14 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 4FBB037B403 for ; Tue, 12 Jun 2001 17:05:11 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 032B76ACC1; Wed, 13 Jun 2001 09:35:10 +0930 (CST) Date: Wed, 13 Jun 2001 09:35:09 +0930 From: Greg Lehey To: Randy Bush Cc: Allen Landsidel , FreeBSD Laptoppers Subject: Re: can't see flash pcmcia Message-ID: <20010613093509.O22515@wantadilla.lemis.com> References: <4.3.2.7.2.20010612122448.00b51328@rfnj.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from randy@psg.com on Tue, Jun 12, 2001 at 09:37:09AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday, 12 June 2001 at 9:37:09 -0700, Randy Bush wrote: >>> /kernel: pccard: card inserted, slot 0 >>> pccardd[114]: Card "SunDisk"("SDP") [5/3 0.6] [(null)] matched "SunDisk" >>> ("/.*/") [(null)] [(null)] >>> /kernel: ata3 at port 0x280-0x28f irq 7 slot 0 on pccard0 >>> /kernel: ad6: 15MB [490/2/32] at ata3-master BIOSPIO >>> pccardd[114]: ata3: SunDisk (/.*/) inserted. >>> # fdisk ad3 >> Why are you trying to fdisk ad3 if it's on ad6? > > because i am an idiot. > > any clue on how to force on which device it gets mounted? That's what mount(8) is for. # mount /dev/ad6s1 /camera I have the following in my /etc/fstab: /dev/ad8s1 /camera msdos rw,noauto 0 0 With that, I just need to say 'mount /camera'. Note that you *must* remember to umount before popping the card (which also means you'll need to cd out of the file system first). If you don't, you'll crash the system. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message