Operating System - HP-UX
1753782 Members
7222 Online
108799 Solutions
New Discussion юеВ

Lvcreate - enable large files

 
SOLVED
Go to solution
Tim O'Connell
Regular Advisor

Lvcreate - enable large files

I need to create a filesystem to uncompress an Oracle dump file of approx 3gb. When the uncompress gets to approx 2.1gb if fails. How can I enable large files. My current lvcreate command is:
lvcreate -s g -D y -m 1 -L 5000 /dev/vg01

Thanks,

Tim
5 REPLIES 5
Marcel Boogert_1
Trusted Contributor

Re: Lvcreate - enable large files

Hi there,

Use: newfs -o largefiles

MB.
Pete Randall
Outstanding Contributor
Solution

Re: Lvcreate - enable large files

See the man page for fsadm:

fsadm -o largefiles /dev/vg02/lvol1


Pete

Pete
Franky_1
Respected Contributor

Re: Lvcreate - enable large files

Hi,

you can use the "newfs -o largefiles" option when creating FS or
the "fsadm -F vxfs -o largefiles " option when already created

Regards

Franky
Don't worry be happy
Tim O'Connell
Regular Advisor

Re: Lvcreate - enable large files

Used FSADM. Worked perfectly.

Many thanks for the prompt response,

Tim
john korterman
Honored Contributor

Re: Lvcreate - enable large files

Hi,
... and when you have enabled largefiles for the file system, please remember to check the mount options for the file system in /etc/fstab: the mount option must then be largefiles - I cannot remember if that happens automatically, but it is at least easy to check and correct.

regards,
John K.
it would be nice if you always got a second chance