From owner-freebsd-questions Sat May 23 10:40:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28910 for freebsd-questions-outgoing; Sat, 23 May 1998 10:40:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28832 for ; Sat, 23 May 1998 10:40:28 -0700 (PDT) (envelope-from suleyman@echonyc.com) Received: from localhost (suleyman@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id NAA04603 for ; Sat, 23 May 1998 13:40:27 -0400 (EDT) Date: Sat, 23 May 1998 13:40:26 -0400 (EDT) From: Ken Seggerman To: freebsd-questions@FreeBSD.ORG Subject: Mounting another local disk Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two hard disks, the first, /dev/rdw0 is 2GB and has Windows 95 and FreeBSD 2.2.2 on it, in that order. The second /dev/rdw0 is 4GB and has FreeBSD 2.2.5 and Widnows NT on it. Now that I have 2.2.5 up and running, the FreeBSD 2.2.2 slice on /dev/rdw0 is sort of wasted space. I intend at some point to get a hold of Partition Magic and give the space back to Windows95. In the mean time, I would like to mount the 2.2.2 file system from 2.2.5, but I am having a hard time with the mount command. I am assuming that what I want to do is perfectly do-able, but that I just don't have the syntax to do so. #mkdir /disk1 # mount -t ufs /dev/rwd0 /disk1 /dev/rwd0 on /disk1: Block device required an fdisk of /dev/rwd0 looks like this: Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 2927169 (1429 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 362/ sector 63/ head 127 The data for partition 2 is: sysid 5,(Extended DOS) start 4193280, size 798336 (389 Meg), flag 0 beg: cyl 520/ sector 1/ head 0; end: cyl 618/ sector 63/ head 127 The data for partition 3 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 2927232, size 1266048 (618 Meg), flag 0 beg: cyl 363/ sector 1/ head 0; end: cyl 519/ sector 63/ head 127 The data for partition 4 is: Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message