Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 1997 20:29:56 -0600 (CST)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Oleg Ogurok <olegogurok@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mounting
Message-ID:  <Pine.BSF.3.96.971219202454.14909B-100000@shell.futuresouth.com>
In-Reply-To: <19971220002129.5216.qmail@hotmail.com>

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971219202454.14909B-100000>