>> What is the internal difference between largefiles and nolargefiles.
1-bit
>> Why is it nolargefiles by default.?
Because HP-UX development is extremely conservative.
>> Is there any problem in keeping largefiles while creating a filesystem.?
None. Absolutely zero, as long as the 'stat' structure has 64 bits to store the size
>> Why there is an option.?
To protect old & broken applications which are using 32 bit integer to store seek/tell information, or otherwise report on file size
s using 32 bit integers from 'accidently' running into files larger than they can handle.
See:
http://docs.hp.com/en/940/lgfiles4.pdfHein