Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 1997 14:05:46 +0300 (IDT)
From:      Nadav Eiron <nadav@barcode.co.il>
To:        NetSonic <support@netsonic.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: 2nd hard drive install troubles...
Message-ID:  <Pine.BSF.3.91.970620140414.22288A@gatekeeper.barcode.co.il>
In-Reply-To: <3.0.32.19970620050445.0070db50@mail.netsonic.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 20 Jun 1997, NetSonic wrote:

> Hi..
> 
> I am trying to get the second hard drive installed on my FreeBSD (2.2.1)
> system.
> 
> I have run /stand/sysinstall
> 
> I chose custom, I selected entire disk (wd1)
> 
> I labeled wd1s1e   /usr2
> 	   wd1s1f   /usr3
>           wd1s1g   /usr4
>           wd1s1h   /usr5
> 
> I then chose write.
> 
> I am able to see the mount points (I think) in that they are named /usr2
> /usr3 /usr4 /usr5 as directories in my / directory.
> 
> 
> Now when I do a df I still get this:
> 
> Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
> /dev/wd0a      148703    13282   123525    10%    /
> /dev/wd0s1f   2299294   326317  1789034    15%    /usr
> /dev/wd0s1e    992751      718   912613     0%    /var
> procfs              4        4        0   100%    /proc
> 
> 
> Am I missing a step in here that does not allow me to see the drive with
> the df command?
> 
> I can cd /usr2 etc etc..  but there appears to be somthing missing here...
> Anyone have any clues?

Yeah, if everything is fine, just mount them!

Something along the lines of:

mount /dev/wd1s1e   /usr2

(as root) should do. To make it happen automagically at boot time, edit 
/etc/fstab.

> 
> I appreciate the help!
> 
> Thanks
> Adam
> 
> 
Nadav



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