Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i Linux and raw devices

Re: Oracle 9i Linux and raw devices

From: Peter J. Holzer <hjp-usenet_at_hjp.at>
Date: Sun, 13 Apr 2003 21:49:47 +0200
Message-ID: <slrnb9jfqr.sgj.hjp-usenet@teal.hjp.at>


On 2003-04-12 22:51, Andreas <ast1200_at_netscape.net> wrote:
> 2^32 = 4294967296 (4GB), but isn't the point. I know that maximum
> size of file on ext2 & ext3 file system is limited to 2GB

The maximum size on ext2 and ext3 file systems is not and has never been limited to 2 GB. It was the VFS layer that imposed that limit and it affected all file systems alike. (Block devices of course were not affected, since they aren't accessed through the VFS layer). On systems with a 64 bit long, you could always create larger files on ext2. Since kernel 2.4, it also works on systems with 32 bit longs.

        hp

-- 
   _  | Peter J. Holzer    | Latein ist das humanoide Äquivalent
|_|_) | Sysadmin WSR       | zu Fortran.
| |   | hjp_at_hjp.at         |
__/   | http://www.hjp.at/ |    -- Alexander Bartolich in at.linux
Received on Sun Apr 13 2003 - 14:49:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US