HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Large files error
Operating System - HP-UX
1825804
Members
2234
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:16 AM
06-19-2008 08:16 AM
I have created logical volume and when I am trying to put he file system on it, I am getting error for large files. My logical volume will be of size 60GB
bash-3.2# newfs -F vxfs /dev/vgoracle/rlvol1
version 5 layout
524288 sectors, 524288 blocks of size 1024, log size 16384 blocks
unlimited inodes, largefiles not supported
524288 data blocks, 507712 free data blocks
16 allocation units of 32768 blocks, 32768 data blocks
bash-3.2#
Thanks
bash-3.2# newfs -F vxfs /dev/vgoracle/rlvol1
version 5 layout
524288 sectors, 524288 blocks of size 1024, log size 16384 blocks
unlimited inodes, largefiles not supported
524288 data blocks, 507712 free data blocks
16 allocation units of 32768 blocks, 32768 data blocks
bash-3.2#
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:20 AM
06-19-2008 08:20 AM
Re: Large files error
It's not an error. It's simply reporting that you created the file system without largefiles support, which is the default. You need to add the "-o largefiles" option to newfs to enable largefiles support when creating it. Now that it's created, you can enable largefiles support with this command:
fsadm -F vxfs -o largefiles /dev/vgoracle/lvol1
fsadm -F vxfs -o largefiles /dev/vgoracle/lvol1
--
Jeff Traigle
Jeff Traigle
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP