- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Could not create file more than 2 GB
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
05-19-2000 08:56 PM
05-19-2000 08:56 PM
We are not able create file size more than
2 GB in HFS file system on HPUX 10.20. Any patch is there to resolve this problem ?
P.Parthiban
India
Email Id: pparthi@hclinsys.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2000 12:18 AM
05-20-2000 12:18 AM
SolutionYou can convert your filesystem for supporting >2GB filesystems using the following command.
#/usr/sbin/fsadm -F hfs -o largefiles /dev/vg02/rlvol1
however you should be careful while taking the backup of these filesystems. AS tar,cpio may not support more than 2GB files. You canuse fbackup or dd for safe backup of these filesystems. ( HP does not recomend to use tar/cpio for these filesystems).
check the following for full details:
http://www.docs.hp.com/hpux/content/lgfiles4.pdf
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2000 05:09 PM
05-22-2000 05:09 PM
Re: Could not create file more than 2 GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2000 11:03 PM
05-22-2000 11:03 PM
Re: Could not create file more than 2 GB
pls clarify?
Regards
Nikhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2000 12:56 AM
05-23-2000 12:56 AM
Re: Could not create file more than 2 GB
As Bill Hassell said, your program sould be able to handle the 64bit file handler.( That does not mean that you should have a 64bit OS/system.) you can check the /usr/share/docs/lg_files.txt for more details.
From 10.20 onwards large file support is included in to hfs and jfs. This will be done by implementing the special calls to the system.
Mr. Nikhel, I am not sure about increasing the filessystem sizes using fsadm command. but it is mainly used to administer the filesystem. you can convert for nolargfiles support to largefile support etc.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2000 04:44 PM
07-08-2000 04:44 PM
Re: Could not create file more than 2 GB
Bill Hassell, sysadmin