1752447 Members
6343 Online
108788 Solutions
New Discussion юеВ

Re: file system

 
Anand_46
Occasional Contributor

file system

how to specify file syetm as large file system in hp ux
3 REPLIES 3
Sanjay Kumar Suri
Honored Contributor

Re: file system

When you create the new file system as below:

# newfs -F hfs -o largefiles /dev/vg01/rmyfs1

# newfs -F vxfs -o largefiles /dev/vg01/rmyfs1

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Mauro Gatti
Valued Contributor

Re: file system

If you want more info read man newfs_vxfs or man newfs_hfs depending on file system you wanto to use.
Ubi maior, minor cessat!
Jannik
Honored Contributor

Re: file system

you can converte filesystems online with onlineJFS installed, this is the command:
with hfs:
fsadm -F hfs -o largefiles /dev/vgXY/lvolX
with vxfs:
fsadm -F vxfs -o largefiles /dev/vgXY/lvolX
jaton