1819721 Members
3092 Online
109606 Solutions
New Discussion юеВ

Find largefile support

 
YOGI_3
Frequent Advisor

Find largefile support

Gud moning all...
how to find a specific file system is created to suppport largefiles option.

Have a gud de and thanx

yogesh

There is never a wrong time to do the right things
5 REPLIES 5
Michael Roberts_3
Honored Contributor

Re: Find largefile support

Some features of the file system can be shown
with fstyp.

fstyp -v /dev/vg00/lvol4

or use the 'm' option to mkfs that shows which options were used to create the file system.

mkfs -m /dev/vg00/lvol4
etouq ot hguone revelc ton m'i
Mel Burslan
Honored Contributor

Re: Find largefile support

hoping that you have online JFS installed on your system

fsadm /mountpoint

will show you either largefiles or nolargefiles.

hope this helps
________________________________
UNIX because I majored in cryptology...
Sudeesh
Respected Contributor

Re: Find largefile support

use fsadm
issue mount command to see options used during mount time.

[rx260-03]/ >fsadm /home
fsadm: /etc/default/fs is used for determining the file system type
largefiles
[rx260-03]/ >mount
/ on /dev/vg00/lvol3 ioerror=nodisable,log,dev=40000003 on Thu Aug 11 08:13:55 2
005

Sudeesh
The most predictable thing in life is its unpredictability
Muthukumar_5
Honored Contributor

Re: Find largefile support

You can try as,

# bdf | awk '!/Filesystem/ { print $1" "$NF }' | while read fs mount;
do
echo "${fs} - `fsadm -F $(fstyp $fs) $mount`" 2>/dev/null
done

hth.
Easy to suggest when don't know about the problem!
Cem Tugrul
Esteemed Contributor

Re: Find largefile support

YOGI,

fsadm /mountpoint

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't