- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxfs & large file size
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-09-2000 06:33 AM
11-09-2000 06:33 AM
HP-ux 11 is having capability of 128gb
of single file size,
How to create (or) convert a file system
to have large file size(upto 128gb)?
Is it possible in Vxfs files system?
Thanks & regards
R.Suresh.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 06:38 AM
11-09-2000 06:38 AM
Re: vxfs & large file size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 06:40 AM
11-09-2000 06:40 AM
Re: vxfs & large file size
/usr/share/doc/lg_files.txt
Has all the instructions and information.
AdvancedJFS (or OnlineJFS) changes this process and makes it easier to manage the filesytem.
There are also several threads on this. Use the Search tab at the left, search for largefiles and select the Forums section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 06:41 AM
11-09-2000 06:41 AM
Re: vxfs & large file size
To create a filesystem capable of holding large files, specify the option 'largefiles' to mkfs:-
mkfs -F vxfs -o largefiles
You don't have to specify the 'largefiles' option in /etc/fstab as it defaults to the capability of the filesystem. However 'largefiles' in /etc/fstab will fail the mount if the filesystem is not capable and 'nolargefiles' will fail the mount if the filesystem contains any large files.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 07:18 AM
11-09-2000 07:18 AM
Re: vxfs & large file size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2000 09:48 AM
11-09-2000 09:48 AM
Re: vxfs & large file size
OnlineJFS is not required. If you have it, you can skip the umount/mount steps and do it online.