All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: 128G Limit in Reiserfs? Or the Kernel? Or something else?
@ 2003-09-25 14:03 Norris, Brent
  2003-09-25 14:44 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 13+ messages in thread
From: Norris, Brent @ 2003-09-25 14:03 UTC (permalink / raw)
  To: 'Lou Langholtz', Norris, Brent
  Cc: 'linux-kernel@vger.kernel.org'

> What version of the linux kernel are you using?
> Ie. provide some more info like what's 'uname -a' 
> say on your system. There's been a few patches go
> by this list to fix this disk size problem. They 
> should also be in the latest kernel releases too.

Ok, well that is a start then.  I am running Redhat's latest kernel
2.4.20-20.9 though I also have 2.4.0test4 on the machine.  I haven't tried
it under 2.4.0test4 though.  I just didn't have enough time this morning
when the error surfaced.  Are they in 2.4.22?  Because looking through the
changelog, I see a bunch of AC's and other fixes for IDE items, but I don't
see anything about this boundrey?  Did it go in before then?

Thanks for the help

Brent 

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: 128G Limit in Reiserfs? Or the Kernel? Or something else?
@ 2003-09-26 13:51 Norris, Brent
  0 siblings, 0 replies; 13+ messages in thread
From: Norris, Brent @ 2003-09-26 13:51 UTC (permalink / raw)
  To: 'Bartlomiej Zolnierkiewicz'
  Cc: 'Lou Langholtz', 'linux-kernel@vger.kernel.org'

> 2.6.0-test4 should be okay, unless you have Promise PDC20265,
> then you should use 2.6.0-test5 (allows LBA48 DMA on PDC20265).

Well I do have a PDC20265, so I installed the 2.6.0test5 rpm from

http://people.redhat.com/arjanv/2.5/RPMS.kernel/

That allowed me to get access to the whole drive.  I made an ext3 filesystem
on it and everything mounted real nice.  Unfortunately, now after about a
minute of hard copying the IDE channels timeout and reset.  I get the
timeout on hdg (which is the 250G drive), but the filesystem on hdf (which
is a 120G drive that I am copying from) get corrupted.  I didn't have this
problem with any of the other kernels, so I think it might have something to
do with what went in for test5.  I am still looking at that though.  I am
also going to try moving the drive that is currently hdf onto the standard
motherboard channels so that it isn't on that controller.  I hope to get the
source rpm for 2.6.0test5 and the .config for it tonight and try recompiling
with some different options.  Does any one have any suggestions on what I
should look for?

Thanks for all you help you guys have been really great.

Brent 

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: 128G Limit in Reiserfs? Or the Kernel? Or something else?
@ 2003-09-25 17:02 Norris, Brent
  0 siblings, 0 replies; 13+ messages in thread
From: Norris, Brent @ 2003-09-25 17:02 UTC (permalink / raw)
  To: 'Andreas Dilger', Norris, Brent
  Cc: 'linux-kernel@vger.kernel.org'

> Just FYI, we have lots of ext3 filesystems that are 2TB in 
> size, so I don't think it is an ext3 problem.  What could be 
> happening though is that when you mke2fs the filesystem with 
> your IDE problem it wraps writes over 128GB back to zero and 
> overwrites the superblock so mount doesn't see the ext3 
> superblock anymore.

Great!!! Nice info.  That goes a long way toward explaining why it wouldn't
mount.  It was so weird since mkfs.ext3 didn't error or anything, it just
finished normally, but then nothing would mount the drive.  Thanks again.

Brent

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: 128G Limit in Reiserfs? Or the Kernel? Or something else?
@ 2003-09-25 13:54 Norris, Brent
  0 siblings, 0 replies; 13+ messages in thread
From: Norris, Brent @ 2003-09-25 13:54 UTC (permalink / raw)
  To: 'Robert L. Harris', 'Dave Gilbert (Home)'
  Cc: 'linux-kernel@vger.kernel.org'

> Reiser has no inodes so I guarantee your out but it's 
> irrelevant. What does df -k actually show?  You sure you 
> don't have a process with an open log file that's been removed?

No I am pretty sure that I don't have an open log files.  This drive holds
mainly movies and songs.  I still got the error after a reboot, so I don't
think it is possible that there is anything open on it, especially anything
taking up 112G.  It is just a desktop machine so, that would be a real
rarity on it.  Is it possible that there is some error in the file
structure?  The filesystem is less than 12 hours old, but in that 12 hours
there have been a lot of writes to it (namely the whole 128G) so is it
possible something has been corrupted?

Like I said it was a real odd error to get, but this is the first time I
have worked with drives this big, so I didn't know if this was something
everyone knew about.

Brent

^ permalink raw reply	[flat|nested] 13+ messages in thread
* 128G Limit in Reiserfs? Or the Kernel? Or something else?
@ 2003-09-25 13:08 Norris, Brent
  2003-09-25 13:22 ` Dave Gilbert (Home)
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Norris, Brent @ 2003-09-25 13:08 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

I seem to have hit an odd limit, that I didn't think existed.  I have a 250G
WD IDE hard drive that I have just installed.  Since I couldn't put a Ext3
filesystem on it (mount wouldn't recognize it) I decided to put a ReiserFS
filesystem on it.  Since I have done that I have added 128G of data to the
drive.  Now when I attempt to copy more data to it I get an error that there
is no more space on the drive.

I can touch a 0 byte file and delete it, but as soon as I attempt to move
anything over there with any size it errors out.  df shows me as having 112G
free on that drive so I am a little confused as to what is giving me this
error.  Is it the kernel that is not letting me write to the rest of the
drive or reiserfs or something completely different?  Any help would be
welcome.  Thanks.
 
Brent Norris
Assistant DTC, Edmonson County Schools

Ps. Please CC me on replies.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-09-26 13:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-25 14:03 128G Limit in Reiserfs? Or the Kernel? Or something else? Norris, Brent
2003-09-25 14:44 ` Bartlomiej Zolnierkiewicz
2003-09-25 15:28   ` Erik Mouw
2003-09-25 16:29     ` Bartlomiej Zolnierkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2003-09-26 13:51 Norris, Brent
2003-09-25 17:02 Norris, Brent
2003-09-25 13:54 Norris, Brent
2003-09-25 13:08 Norris, Brent
2003-09-25 13:22 ` Dave Gilbert (Home)
2003-09-25 13:43   ` Robert L. Harris
2003-09-25 13:59     ` Nick Piggin
2003-09-25 13:57 ` Lou Langholtz
2003-09-25 16:45 ` Andreas Dilger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.