Re: [expert] reiserfs info needed

2000-09-16 Thread Asheesh Laroia

On Sat, 16 Sep 2000, Vincent Danen wrote:

> On Sat Sep 16, 2000 at 09:10:37AM -0500, Ellick Chan wrote:
> 
> > > Just out of curiousity, what's the file size limit with ext2?  I think
> > > it's 2GB but I need to know for sure.  Does anyone know?
> 
> > Ext2 is a 32-bit file sys, which can address up to 2^31 kb, or 2gb, as
> > well as reiserfs. A quick way to find out the file size limit is to type
> > 'dd if=/dev/null of=testfile', then 'ls -l testfile'. This only works 

That'll give you a zero-byte file.

I just tried it.  An EOF sent to "dd" (which is the output of /dev/null;
see its manpage) will result in "0+0 records in; 0+0 record out."

You need to do:

dd if=/dev/zero of=testfile

instead.  That will give you an infinite-size file.

-- Asheesh.

> > if you have more or equal than the file size limit in free space.
> 
> So reiserfs can only have up to 2GB for file sizes as well?  I thought
> it would be bigger?
> 
> I'll try that test once I can free up enough space on a drive over
> here.  Thanks!

Hey!  Try my test first!

:-)

> 
> 

-- 




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] reiserfs info needed

2000-09-16 Thread Vincent Danen

On Sat Sep 16, 2000 at 09:10:37AM -0500, Ellick Chan wrote:

> > Just out of curiousity, what's the file size limit with ext2?  I think
> > it's 2GB but I need to know for sure.  Does anyone know?

> Ext2 is a 32-bit file sys, which can address up to 2^31 kb, or 2gb, as
> well as reiserfs. A quick way to find out the file size limit is to type
> 'dd if=/dev/null of=testfile', then 'ls -l testfile'. This only works 
> if you have more or equal than the file size limit in free space.

So reiserfs can only have up to 2GB for file sizes as well?  I thought
it would be bigger?

I'll try that test once I can free up enough space on a drive over
here.  Thanks!

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
// Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
// MandrakeSoft, Inc.   www.linux-mandrake.com
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux uptime: 1 day 14 hours 41 minutes.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] reiserfs info needed

2000-09-16 Thread Ellick Chan

On Fri, 15 Sep 2000, Vincent Danen wrote:

> Just out of curiousity, what's the file size limit with ext2?  I think
> it's 2GB but I need to know for sure.  Does anyone know?
>
Ext2 is a 32-bit file sys, which can address up to 2^31 kb, or 2gb, as
well as reiserfs. A quick way to find out the file size limit is to type
'dd if=/dev/null of=testfile', then 'ls -l testfile'. This only works 
if you have more or equal than the file size limit in free space.
 
> Also, is there a limit to file sizes under ReiserFS?  Or, rather, a
> logical file size limit?  I know with XFS it's 9 million TB and the
> filesystem itself can be a maximum of 18 million TB.  Does anyone know
> what these limits are for reiserfs?
> 
> Reason I ask is I'm writing an article on reiserfs and want to make
> sure I accurate information here.  Thanks!
> 
> 

-- 
Regards,

Ellick Chan
[EMAIL PROTECTED]
Sep 15





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.