From owner-freebsd-questions Wed Feb 6 22:18:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 7F66137B405 for ; Wed, 6 Feb 2002 22:18:29 -0800 (PST) Received: (qmail 22625 invoked by uid 100); 7 Feb 2002 06:18:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15458.7219.936586.329985@guru.mired.org> Date: Thu, 7 Feb 2002 00:18:27 -0600 To: "Kirk R. Wythers" Cc: questions@freebsd.org Subject: Re: a new kernel question In-Reply-To: <54731771@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.44 (Python 2.2; freebsd-4.5-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kirk R. Wythers types: > I just rebuilt my kernel (hopefully for smp and the ext2 file system). > How do know if I am running on both processors now? I see in dmesg: > bash-2.05a$ dmesg | grep cpu > cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 > cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 > Does that mean I'm good to go here? Yup. > Also... I have a bunch of zip disks formatted ext2 that I want to read. > I have my zip drive working for msdos and have the line: > /dev/afd0s4 /zip250 ext2 rw,noauto 0 0 > in /etc/fstab > However, when I try and mount the drive with mount /zip250, I get the > error: > bash-2.05a$ mount /zip250/ > mount: exec mount_ext2 not found in /sbin, /usr/sbin: No such file or > directory > Is there something I missed besides compiling my kernel with > options EXT2FS #Linux ext2fs file system Note that they call the file system ext2fs, not ext2. There's a mount_ext2fs in /sbin. You probably need to change your fstab to use ext2fs instead of ext2. You can test it with mount -t ext2fs /dev/afd0s4 /zip50 http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message