1834169 Members
2463 Online
110064 Solutions
New Discussion

large files

 
Gary Stewart_3
Occasional Contributor

large files

Is there a way to tell if you are running the "Large_files" option on a
machine..K,N or V running 11.XX other than trying to restore a file and it gets
to 2gb and dies?

Thanks
Gary Stewart
4 REPLIES 4
John Paine_2
Occasional Advisor

Re: large files

/etc/default/fs tells you what type of local file systems you have.Check out
the man page for fsadm.
Chris Stamps_2
New Member

Re: large files

Gary,

Within your /etc/fstab file, you should see an largefiles in the options field
of that file.
Alan Riggs_1
Regular Advisor

Re: large files

fsadm -F [hfs|vxfs]
Jason Luginbuhl_1
Frequent Advisor

Re: large files

Alan gives you the most accurate answer of using fsadm to perform this check.
However, I want to clarify that the man page may show you incorrect format on
this command. It suggests:

# fsadm -F fs_type /block_device
such as in:
# fsadm -F hfs /dev/vg00/lvol8

The correct format uses either the raw device file or the mount point:
# fsadm -F hfs /dev/vg00/rlvol
# fsadm -F hfs /var