Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

identifying large filesystems 1

Status
Not open for further replies.

aixfan

MIS
Jul 6, 2001
13
0
0
US
If I use smitty jfs | Change/Show Characteristics of a Journaled filesystems
select filesystem |
I can see "Large File Enabled = True". Is there a command line equivalent to get this information?

Thanks,
 
As far as I know you can change the attributes with the chfs command. Example "chfs -a Large File Enabled = True /DATA" would change /DATA to enable large files. I dont know the command just to diplay, though.
 

I think it is

lsfs -q filesystemname

bf = true is large file enabled bf = false is not
 
Thanks all!
The lsfs -q command did the trick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top