Operating System - HP-UX
1823198 Members
3883 Online
109648 Solutions
New Discussion юеВ

Re: Enable the largefile option after creating the file system

 
SOLVED
Go to solution
sreekanthtm
Trusted Contributor

Enable the largefile option after creating the file system

How can I enable the largefile option after creating the file system
I creaed a file system, command used is
#newfs -F vxfs /dev/vg00/rlvol9
Now I want to enable the large file option

Rgds
Sreekanth
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: Enable the largefile option after creating the file system

It appears that there is a -o largefiles on newfs. newfs_vxfs(1M) says to also see fsadm_vxfs(1M) and that says it does it.
wizzard
Occasional Contributor

Re: Enable the largefile option after creating the file system

newfs -F vxfs -o largefiles /dev/vg00/rlvol9
Peter Godron
Honored Contributor
Solution

Re: Enable the largefile option after creating the file system

Hi,
if this is a brand new (no data) fs then the answer is to re-run your newfs command with the -o largefile option.

However, if this is a already used fs then you should use the fsadm command

see "man 1m fsadm_vxfs"
sreekanthtm
Trusted Contributor

Re: Enable the largefile option after creating the file system

fsadm can be used for this.
Thaks

Sreekanth
sreekanthtm
Trusted Contributor

Re: Enable the largefile option after creating the file system

fsadm

Rgds
Sreekanth