From owner-freebsd-questions Fri Dec 19 18:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12371 for questions-outgoing; Fri, 19 Dec 1997 18:30:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12334 for ; Fri, 19 Dec 1997 18:29:59 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.8/8.8.8) with SMTP id UAA18302; Fri, 19 Dec 1997 20:29:56 -0600 (CST) Date: Fri, 19 Dec 1997 20:29:56 -0600 (CST) From: "Matthew D. Fuller" To: Oleg Ogurok cc: freebsd-questions@freebsd.org Subject: Re: Mounting In-Reply-To: <19971220002129.5216.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 19 Dec 1997, Oleg Ogurok wrote: > Dear Sir: > > I have 3 partitions of my HDD: > 1. Windows95 - mounted to /Windows95 > 2. BSD - where my UNIX located > 3. BSD - created by me later. > How to mount 3rd partiton? > mkdir /part3 > mount /dev/wd0s3 /part3 > Writes me: Bad Superblock > Is I need to format this partition? How? The easiest way to do it is by just using /stand/sysinstall. Use the partition editor to add the second BSD partition, then use the label editor to setup the partitions you want. Then, make sure the partition and where you want to mount it is included in /etc/fstab; I believe /stand/sysinstall takes care of that automatically. Then, all you have to do is issue a mount command. Assuming you're mounting the extra space as /extra_space, just do: mount /extra_space > How to mount floppy drive and CD-ROM? For a CD, type: cd / mkdir cdrom mount -t cd9660 /dev/wcd0c /cdrom For a floppy, the device should be /dev/fd0.1440 (for a 1.44 meg floppy) So: cd / mkdir floppy mount -t msdos /dev/fd0.1440 /floppy for a MSDOS floppy. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*