Operating System - HP-UX
1850447 Members
4722 Online
104054 Solutions
New Discussion

Re: Error after create new file system

 
Mousa55
Super Advisor

Error after create new file system

Hi

These two message are appeared after I tray
To create new file system to new volume group I have created
How to solve this problem

newfs -F vxfs /dev/vg12/rlvol1
version 4 layout
143351808 sectors, 17918976 blocks of size 8192, log size 256 blocks
unlimited inodes, largefiles not supported
17918976 data blocks, 17918008 free data blocks
547 allocation units of 32768 blocks, 32768 data blocks
last allocation unit has 27648 data blocks
# newfs -F vxfs -o largefiles /dev/vg12/rlvol1
version 4 layout
143351808 sectors, 17918976 blocks of size 8192, log size 256 blocks
unlimited inodes, largefiles supported
17918976 data blocks, 17918008 free data blocks
547 allocation units of 32768 blocks, 32768 data blocks
last allocation unit has 27648 data blocks

Thanks & kind Regards
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: Error after create new file system

What's the problem? Other than you used newfs twice, after you forgot -o largefiles.
Those messages are just giving you filesystem statistics.
Mousa55
Super Advisor

Re: Error after create new file system

thanks for your replay