SUMMARY: largefile support on vxfs
2007-12-24 19:52:00
I got a lot of replies.
to check if largefiles are enabled:
/usr/lib/fs/vxfs/fsadm /u01
nolargefiles
So that's good, I was on the right track.
unlike ufs, you can change this on the fly with fsadm like this:
/usr/lib/fs/vxfs/fsadm -o largefiles /u01
and just to clarify, /u01 is the filesystem in question, im just lazy...
--Buddy
> -----Original Message-----
> From: Lumpkin, Buddy
> Sent: Monday, May 07, 2001 1:21 PM
> To: 'codeprof at codeprof.com'
> Subject: largefile support on vxfs
>
> Hello All,
>
> This is probably a dumb question...
>
> We have a file transfer product that is failing half way thru with
> "write() system call failed". Since the filesize gets to just over 2gb
> when this happens, I assume this has something to do with large file
> support.
>
> Does the filesystem that was created need to be modified? Or is this just
> a mount option like on UFS?
>
> I will RTFM, im just in a big hurry to get an answer on this one.
>
> Thanks in advance,
>
> --Buddy
>
>
Comments
Got something to say?
You must be logged in to post a comment.

