RE: Huge Partition

From: Rick Mohr (rfmohr_at_osc.edu)
Date: 04/21/04

  • Next message: Jeff Vian: "Re: How to create a network between 2 fedora computers?"
    Date: Wed, 21 Apr 2004 10:00:20 -0400 (EDT)
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    OK, I haven't dealt with this on Fedora, but I did run across a similar
    problem when I installed RHAS3. I had a 3Ware card with about 1.5TB of
    disk space, most of which I wanted on a single partition. The anaconda
    installer couldn't handle it, but I believe I read something about how
    there used to be a limit hardcoded into it that caused the problem.
    (Don't know if this was fixed or not.)

    I also tried creating the partition after installation, and that also
    failed. Actually, I used parted and it appeared to work. But when I
    formatted it as ext3 it would always hang part way through. There were
    also a bunch of I/O error messages in the syslogs.

    I ended up finding a reference to the problem on 3Ware's web site
    (although I can't seem to track down the URL now). It mentioned that
    there was a problem with using 'int' instead of 'unsigned long' in the
    sd.c file in the scsi driver. The suggested fix was this:

    static int sd_init_command(Scsi_Cmnd * SCpnt)
    {
            /* int dev, block, this_count; */
            int dev, this_count;
            unsigned long block;

    I am not sure if that is the proper solution, but it did eliminate the I/O
    errors from my logs. However, I have not come close to filling the
    partition up, so I cannot verify that all the space is actually usable.

    Oh, and my /proc/partitions file still shows a negative number of blocks
    for this partition even after I made the change.

    Hope that helps.

    --Rick

    On Wed, 21 Apr 2004, Bill Gradwohl wrote:

    > The testing I started yesterday afternoon completed, and I'm sorry to say
    > the result is a failure.
    >
    > Although parted created a 2TB partition as verified by fdisk, only 1TB is
    > useable. I wrote 1001 files of just slightly under 1G each when the script
    > failed for out of disk space. The script simply used the cp command to copy
    > a single master file to FILE.XXXX where XXXX is an increasing number.
    >
    > I tried googling for disk space limits, but got too many bogus hits to be of
    > value.
    >
    > Does anyone know what the "official" disk space limits are?
    > Does anyone know what I need to do to get a single partition of greater than
    > 1TB?
    > I have a test platform with 2TB of physical disk if someone can point me in
    > the right direction to recompile whatever.
    >
    > Martin:
    >
    > If you have a 2TB partition, have you tested it for availability beyond 1TB?
    >
    > --
    > Bill Gradwohl
    > YCC
    > (817) 224-9400 x211
    > www.ycc.com
    > SPAMstomper Protected E-mail
    > www.stomperware.com
    >
    >
    >
    > --
    > fedora-list mailing list
    > fedora-list@redhat.com
    > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    >
    >

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Jeff Vian: "Re: How to create a network between 2 fedora computers?"

    Relevant Pages

    • Re: [SLE] Adding Disk Space
      ... I need to add some disk space to my /public folder. ... running a single partition on a single 125 GB disk drive. ...
      (SuSE)
    • Re: [SLE] Adding Disk Space
      ... I need to add some disk space to my /public folder. ... running a single partition on a single 125 GB disk drive. ...
      (SuSE)
    • Re: What is "free space" to the Fedora installer?
      ... > Free space is disk space that isn't in any partition. ... Yet Fedora's installer didn't see it. ... The example on the URL you've referenced of "free space" had the space at ...
      (linux.redhat.install)
    • Re: Installing kubuntu
      ... I have installed Ubuntu on a Gericom laptop in where previously, ... exchange data between Windows and SuSE linux on partition /dev/hda3 ... for SuSE 10.0. ... According to all I've seen the Breezy installer detects the NTFS partition on ...
      (Ubuntu)
    • Re: Hows 10.2 look ?
      ... Like mounting each partition for a moment, taking a quick look what's on it ... The fact that there is a broken package wories me much, ... the fact of how the installer reacts to it. ...
      (alt.os.linux.suse)