Skip site navigation (1)Skip section navigation (2)
Date:      06 Feb 2002 12:42:36 -0600
From:      "Kirk R. Wythers" <kwythers@forestry.umn.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   a new kernel question
Message-ID:  <1013020957.255.24.camel@lorax.forestry.umn.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1013020957.255.24.camel>