- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fs with a large file option?
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
02-18-2003 01:44 AM
02-18-2003 01:44 AM
how to create fs with a large file option ?
(with command line)
thanks for your help.
regard,
Gerald
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 01:46 AM
02-18-2003 01:46 AM
Solutionfsadm -F vxfs -o largefiles
If you have online jfs you can do this while the filesystem is mounted, if not, you will need to unmount it first, run the command, then mount it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 01:49 AM
02-18-2003 01:49 AM
Re: fs with a large file option?
With "-o largefiles":
1 example:
#mkfs -F vxfs -o largefiles /dev/vg01/rlvol1
2 example:
#mkfs -F hfs -o largefiles /dev/vg01/rlvol1
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 02:03 AM
02-18-2003 02:03 AM
Re: fs with a large file option?
# fsadm -F vxfs -o largefiles mnt_point
and a new filesystem with largefile option can be created like follows:
# mkfs -F vxfs -o largefiles /dev/vgXY/rlvolX
To get the largefile option you have to mount the filesystem with this option and also add it in the /etc/fstab if necessary:
# mount -F vxfs -o largefile /dev/vgXY/lvolX /mnt_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 02:17 AM
02-18-2003 02:17 AM
Re: fs with a large file option?
If you have Online JFS then you can extend without umounting the file system as Stefan suggested.
Else you have to umount the file system to enable large files.
Make sure you update the /etc/fstab after enabling it
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 05:14 AM
02-18-2003 05:14 AM
Re: fs with a large file option?
if you are using SAM to create the logical volume, under "Modify FS Defaults..." -> "file System Attributes", you have "Allow Large Files" which will have to be checked.
Hope this helps too!
Best Regards
Yogeeraj