Operating System - HP-UX
1838604 Members
2946 Online
110128 Solutions
New Discussion

Re: Why is there a file more than 2GB in nolargefiles system ?

 
Kevin.Wang
Frequent Advisor

Why is there a file more than 2GB in nolargefiles system ?

# find /u02 -size +2048000000c
/u02/oradata/oradata/JDEOW/py7333t01.dbf
# ll /u02/oradata/oradata/JDEOW/py7333t01.dbf
-rw-r----- 1 oracle oinstall 2097160192 Jun 23 16:07 /u02/oradata/oradata/JDEOW/py7333t01.dbf
# strings /etc/fstab

/dev/vg00/lvol10 /u02 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
4 REPLIES 4
Massimo Bianchi
Honored Contributor

Re: Why is there a file more than 2GB in nolargefiles system ?

Hi,
i think that file is quite exactly 2G.

you searched for files bigger that 2048000000, but 2G=2*1024*1024*1024=2147483648

HTH,
Massimo
Vicente Sanchez_3
Respected Contributor

Re: Why is there a file more than 2GB in nolargefiles system ?

Hello Kevin,

As I know 2Gb is: 2147483648 bytes.

Regards, Vicente.
Zeev Schultz
Honored Contributor

Re: Why is there a file more than 2GB in nolargefiles system ?

...and this one is 1.95 Gb :)
So computers don't think yet. At least not chess computers. - Seymour Cray
twang
Honored Contributor

Re: Why is there a file more than 2GB in nolargefiles system ?

Please confirm the mounted filesystem is "nolargefiles":
# fsadm -F vxfs