Operating System - Linux
1827862 Members
1797 Online
109969 Solutions
New Discussion

largefiles option in linux ext3 filesystem

 
SOLVED
Go to solution
J.D._3
Frequent Advisor

largefiles option in linux ext3 filesystem

All,

Is there a largefiles option in a linux ext3 filesystem via the mkfs.ext3 or equivalent command? The largefiles option I'm looking for is something equivalent to HP-UX "newfs -F vxfs -o largefiles" command. If I recall, we did this for HP-UX so we could tar files larger than 2 gig. Thanks in advance.

J.D.
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: largefiles option in linux ext3 filesystem

Assuming your kernel can cope with large files (any 2.4 kernel), it's on by default.

You don't have to enable it.
One long-haired git at your service...
Mark Grant
Honored Contributor

Re: largefiles option in linux ext3 filesystem

Just as an addition, setting largefiles on HPUX doesn't allow you to tar files larger than 2GB as "tar" can't copy files of that size.
Never preceed any demonstration with anything more predictive than "watch this"