From owner-freebsd-questions Wed Feb 6 10:54:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mhub-w5.tc.umn.edu (mhub-w5.tc.umn.edu [160.94.160.51]) by hub.freebsd.org (Postfix) with ESMTP id D471037B405 for ; Wed, 6 Feb 2002 10:54:32 -0800 (PST) Received: from mercury.forestry.umn.edu by mhub-w5.tc.umn.edu with ESMTP for freebsd-questions@FreeBSD.ORG; Wed, 6 Feb 2002 12:54:29 -0600 Received: from lorax.forestry.umn.edu (x74-47.forestry.umn.edu [128.101.74.47]) by mercury.forestry.umn.edu (8.9.1b+Sun/8.9.1) with ESMTP id MAA04176 for ; Wed, 6 Feb 2002 12:54:27 -0600 (CST) Subject: a new kernel question From: "Kirk R. Wythers" To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 06 Feb 2002 12:42:36 -0600 Message-Id: <1013020957.255.24.camel@lorax.forestry.umn.edu> Mime-Version: 1.0 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 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? 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 Thanks, Kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message