[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Formatting a 4GB Partition



>>>>> On Mon, 12 Aug 1996 12:48:47 +0000, Karsten Mueller <karsten@ppp.net>
>>>>> said:

> I tried to install Debian 1.1 on a 4GB Partition using the kernel 2.07
> with NCR8010 Support. The disk is a Quantum Atlas.
> After writing 255 inodes on disk the formatting stopped with
> the message "Can't resolve symbol llseek".

I also have a Quantum Atlas, and the same thing happened to me.  Apparently
some piece of software required to format beyond 255 inodes is not compiled
into the kernel on the boot floppy.  I worked around it as follows:

1.  Created a single 300MB partition, left everything beyond that partition as
    free space.

2.  Installed Linux on the existing partition, including /usr.

3.  Used my installed Linux to create a new partition and initialize the file
    system on the remaining disk space.

4.  Mounted the new partition on /mnt.

5.  Copied all of /usr over to the new partition, using cp -a.

6.  (IMPORTANT!) Checked to make sure that all /usr files were in their proper
    places in the new partition.

7.  Edited /etc/fstab to mount the new partition as /usr when the system
    starts up.

8.  Deleted all /usr files from the original partition with rm -r /usr.

9.  Created a new, empty /usr directory with mkdir /usr.

10. Unmounted the new partition and remounted it on /usr.

This worked the first time, and I've had no problems with the system since
then.

-Randy
-- 
http://cogsci.ucsd.edu/~gobbel/

NOTICE: I DO NOT ACCEPT UNSOLICITED COMMERCIAL EMAIL MESSAGES OF ANY KIND.  I
CONSIDER SUCH MESSAGES PERSONAL HARRASSMENT AND A GROSS INVASION OF MY
PRIVACY.  By sending unsolicited commercial advertising/solicitations (or
otherwise on or as part of a mailing list) to me via e-mail you will be
indicating your consent to paying John R. (Randy) Gobbel $1,000.00 U.S.D./hour
for a minimum of 1 hour for my time spent dealing with it. Payment due in 30
days upon receipt of an invoice (e-mail or regular mail) from me or my
authorized representative.



Reply to: