All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: Ramesh <ramesh@arasan.com>
Cc: linux-ext4@vger.kernel.org, ext3-users@redhat.com
Subject: Re: File System Selection
Date: Tue, 05 May 2009 10:23:22 -0500	[thread overview]
Message-ID: <4A0059EA.4090904@redhat.com> (raw)
In-Reply-To: <1240983206.446412847@192.168.1.35>

Ramesh wrote:
> Hi All,
> 
> 
> I am developing a SD Block Driver.
> 
> As per old specification (SD Spec 2.0 ) Maximum size of SD memory
> card is 32 GB. - We used ext2 file system.
> 
> By referring the new Specification (SD Spec 3.0) SD memory card size
> is reached upto and including 2TB (Terra Byte) - Block size strictly
> limited to 512 only (as per specification).
> 
> My Questions.
> 
> 1. For 2TB disk with Block size 512, Which file system is preferred
> (ext3/ext4)

do you mean sector size of the block device, or block size of the
fileystem?  I guess it doesn't matter much either way, 2^32*512 is 2T.
Either ext3 or ext4 can handle this size, you'll probably need to make
your decision based on other factors.

> 2. In a 32 bit machine, If I installed the Fedora 10 ( having ext4),
> am I able to use it as effectively ( for the maximum disk/file size
> usage). To utilize 2TB or more size hard disk, is this allowable to
> use 32 bit machine with Ext4 fs?
> 

On a 32 bit machine you will be limited to 16T, this is actually a page
cache limitation.  But 2T should be fine.

-Eric


> Thanks in advance.
> 
> Regards, Ramesh
> 

  reply	other threads:[~2009-05-05 15:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29  5:33 File System Selection Ramesh
2009-05-05 15:23 ` Eric Sandeen [this message]
     [not found] <1241609864.806615859@192.168.1.201>
2009-05-06 15:04 ` Eric Sandeen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A0059EA.4090904@redhat.com \
    --to=sandeen@redhat.com \
    --cc=ext3-users@redhat.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=ramesh@arasan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.