From owner-freebsd-questions Wed Apr 12 6:43:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.islandtransit.org [208.240.196.29]) by hub.freebsd.org (Postfix) with ESMTP id 9F30C37B795 for ; Wed, 12 Apr 2000 06:43:08 -0700 (PDT) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.00) id AE4E3C8071A; Wed, 12 Apr 2000 06:46:54 -0700 From: chip To: Alfred Perlstein Subject: Re: I'm at a loss for a way to mount this second harddrive Date: Wed, 12 Apr 2000 06:38:37 -0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: freebsd-questions@FreeBSD.ORG References: <20000412005644.F4381@fw.wintelcom.net> MIME-Version: 1.0 Message-Id: <00041206444500.02913@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Apr 2000, Alfred Perlstein wrote: > * chip [000411 22:01] wrote: > > Okay, here are my results: > > chip# fdisk wd3 > > ******* Working on device /dev/rwd3 ******* > > Maybe my system is missing something? > > You almost made it. :) > > Yes, you're missing /dev/ entries for your disks, just do this: > > cd /dev > sh MAKEDEV wd3s1a > > and they will be created, then you can mount them. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] I hate to say it but it still don't work. Here's what I get - $ su Password: chip# cd /dev | sh MAKEDEV wd3s1a chip# ls wd* wd0 wd0s1 wd1e wd1s1e wd2b wd2s3 wd3g wd3s1g wd3s2g wd3s3g wd0a wd0s2 wd1f wd1s1f wd2c wd2s4 wd3h wd3s1h wd3s2h wd3s3h wd0b wd0s3 wd1g wd1s1g wd2d wd3 wd3s1 wd3s2 wd3s3 wd3s4 wd0c wd0s4 wd1h wd1s1h wd2e wd3a wd3s1a wd3s2a wd3s3a wd0d wd1 wd1s1 wd1s2 wd2f wd3b wd3s1b wd3s2b wd3s3b wd0e wd1a wd1s1a wd1s3 wd2g wd3c wd3s1c wd3s2c wd3s3c wd0f wd1b wd1s1b wd1s4 wd2h wd3d wd3s1d wd3s2d wd3s3d wd0g wd1c wd1s1c wd2 wd2s1 wd3e wd3s1e wd3s2e wd3s3e wd0h wd1d wd1s1d wd2a wd2s2 wd3f wd3s1f wd3s2f wd3s3f chip# mount /dev/wd3s1a /mnt mount: Operation not permitted chip# mount /dev/wd3s1b /mnt mount: /dev/wd3s1b on /mnt: incorrect super block chip# mount /dev/wd3s1c /mnt mount: Operation not permitted chip# mount /dev/wd3s1d /mnt mount: /dev/wd3s1d on /mnt: incorrect super block chip# This thing's really being difficult this time, never was this difficult before. I feel like I'm being a pest to you now, 'cus this is taking so long to figure out. Sorry. -- Chip www.wiegand.org ***** Visit my web site - Alternative Operating Systems - MS Windows isn't the only OS in town. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message