Slab HDD size (how to partition?)

NeXT Computer, Inc. -> NeXT Black Hardware

Title: Slab HDD size (how to partition?)
Post by: ericj on February 07, 2008, 06:48:09 PM
On my NeXTstation Turbo Color, I am running OS 4.2. So far, most things have been smooth sailing, however, there is one little nagging issue. In the system installer and in the Info panel, the hard drive (4.5 GB Seagate) is recognized as ~129 MB in size. In the Workspace Manager, it is recognized as ~1.5 GB (judging by the space left text and the size of OS 4.2). How do I partition the hard drive to make it so that one partition is ~3.99 GB and one is ~.51 GB? Or will it just fill it up to 4 GB and the estimated size is wrong and should be ignored?

Eric

P.S. I have no access to any other computers with SCSI.
Title: Slab HDD size (how to partition?)
Post by: kenjay on February 07, 2008, 09:21:11 PM
People have said - that with OpenStep you can have a FULL 4GB partition, but  I have personally never tried it.

It would seem, that to have a FULL 4GB partition -  it must be set up BEFORE you install the operating system. Since you already have an existing operating system [and data] on 1/2 of your hard drive - obviously, the easiest thing to do would be to do something to allow you to use all of the 'unseen' space on your 4GB drive.

The following is the method that I was able to successfully partition many Seagate ST15150N [4.3GB] into two equal partitions using either NeXTSTEP or OpenStep.

By doing this ... you will NOT LOSE any of your operating system and data on the existing 2GB partition. This will ONLY [hopefully] allow you to use the other 1/2 of your hard drive that is currently not being 'seen'.

I have posted this info before - but who knows if the thread is still around.

Thanks again to the author [you know who you are!]

I hope this helps! If not someone else will come along eventually with a better solution.

----------------------------------------------------------------------

To create additional space on a 4.3GB hard drive [NeXT] -

( Notes: 0 is a zero in all cases - text after # is a comment, don't type it) .
 
1.  Boot
2.  Login in as root
3.  Open a terminal window.
4.  Type the following in the terminal window:
cd /                     # make sure you are in root
mkdir disk2          # create the mount point
cd /etc                 # get into the etc directory
cp fstab fstab.old   # make a backup of fstab
chmod 644 fstab    # change permissions on fstab to make it writeable
 
5. edit the fstab file  

To edit the fstab file do the following:

1.  In File Viewer click on the etc folder
Title: Re: Slab HDD size (how to partition?)
Post by: Andreas on February 08, 2008, 03:24:21 AM
Quote from: "ericj"In the Workspace Manager, it is recognized as ~1.5 GB (judging by the space left text and the size of OS 4.2).

You can try to mount /dev/sd0b and 0c, mostly the install process creates further partitions that wasn't auto mounted. (and look via "df")
If you have that partitions i found:

/
/LocalApps
/LocalLibrary

a good partition sheme. (Alter your fstab for automount)

Quote
How do I partition the hard drive to make it so that one partition is ~3.99 GB and one is ~.51 GB? Or will it just fill it up to 4 GB and the estimated size is wrong and should be ignored?

You can boot fram another harddrive, alter the disktab for your needs, do a "disk -i" for this harddrive, mount that and copy the content of your bootdrive to this news drive. This way was often descipted, searchwords for google.groups are dump + restore + disktab

Go to top  Forum index