Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Mar 2005 07:55:52 -0600
From:      Chris <racerx@makeworld.com>
To:        Chris Hill <chris@monochrome.org>
Cc:        FreeBSD - Questions <freebsd-questions@freebsd.org>
Subject:   Re: Adding a 2nd disk without messing with the 1st
Message-ID:  <422F0068.8060900@makeworld.com>
In-Reply-To: <20050308230020.W9032@frambozen.monochrome.org>
References:  <422E4121.9000307@makeworld.com> <20050308230020.W9032@frambozen.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Hill wrote:
> On Tue, 8 Mar 2005, Chris wrote:
> 
>> I have a 5.3 system that has an 80 gig drive. I wish to add another to
>> it. What's the best (easiest) way to expand this with little to no
>> effect on the current drive.
> 
> 
> You want this second disk for extra storage, right? Not for dual-boot or
> something?
> 
> Assuming extra storage, you could do what I did: Shut down the machine,
> install the second disk, power up the machine. Once you're booted, look
> at dmesg to see how the new drive was detected (maybe ad4? depends on
> your mobo's controllers and how/where the new disk was connected). I
> then ran /stand/sysinstall (this was back in the 4.x days) and created
> and newfs'd one big partition on the new disk. Then did #mkdir /usr1,
> and added an entry to /etc/fstab:
> 
> /dev/ad5s1c       /usr1       ufs     rw       2       2
> 
> ...and suddenly there was another 160GB available under /usr1. Effect on
> the first drive: zero.
> 
> HTH... YMMV.
> 
> -- 
> Chris Hill               chris@monochrome.org
> **                     [ Busy Expunging <|> ]
> 
> 

Ok - seems easy enough - however, what if I want to move /usr/home to
this new drive?

-- 
Best regards,
Chris

A bird in hand is safer than one overhead.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?422F0068.8060900>