1821625 Members
3303 Online
109633 Solutions
New Discussion юеВ

Filesystem

 
Leon Smith, Jr
Advisor

Filesystem

If I have allowed for the creation of large files within my filesystem, why can't I create a file larger than 2 gig?
3 REPLIES 3
Geoff Wild
Honored Contributor

Re: Filesystem

What is output of:

fsadm /your/filesystem

Example:

fsadm /data/work
fsadm: /etc/default/fs is used for determining the file system type
largefiles

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: Filesystem

If you allow largefiles after the filesystem has been laid nown by newfs, fsadm must be used to convert the filesystem to largefiles.

If you are accessing via an older version of NFS, the 2 GB limit still applies.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Chris Watkins_1
Respected Contributor

Re: Filesystem

Sounds odd to me.
Make sure it "took":

fsadm -v /mounted/filesystem/path
(Should show "largefiles" in the output)

Secondly... make sure you specified it in your mount options!

grep /mountpoint /etc/fstab

/dev/vgx/lvolx /mountpoint vxfs largefiles,rw,etc, 0 2

Not without 2 backups and an Ignite image!