Subject: Re: hard drive partition problems
To: None <boogeymn@psyber.com>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: port-mac68k
Date: 02/04/1997 14:53:30
On Mon, 3 Feb 1997 21:35:24 -0800 (PST),
the boogeyman <boogeymn@psyber.com> wrote:
> i recently took off my sd0g partition and moved the available space to 
> sd0a...or so i thought. now BSD isnt recognizing that it has 200 more 
> megs to write to on sd0a...how do i get it to see this extra space? 
> thanks in advance...

A UNIX filesystem is structured in a way so that you cannot just "tuck
in" an extra space to it and expect it to become larger.

You have to make a filesystem structure as a whole of the combined two
partitions.  IOW, You need to run newfs, the equivalent term of UNIX
to "high-level format".

"man newfs" and other related topics for more info.

Ken