- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- large filesystem support
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
08-18-2006 02:35 AM
08-18-2006 02:35 AM
large filesystem support
How to veiw filesystems is large support or not ? pl. guide me. In fstab no entry is found and also told me how to see what parameters are sets for filesystems?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:39 AM
08-18-2006 02:39 AM
Re: large filesystem support
For example, to see if /home supports largefiles:
# fsadm -F vxfs /home
largefiles
It will return 'largefiles' if it does support them, or 'nolargefiles' if it does not.
The above command assumes your filesystems are of the 'vxfs' type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:41 AM
08-18-2006 02:41 AM
Re: large filesystem support
One way is:
# mkfs -F vxfs -m /dev/vg00/lvol6
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:41 AM
08-18-2006 02:41 AM
Re: large filesystem support
Run this command (assuming it's a vxfs filesystem):
fsadm -F vxfs /mountpoint
You can do this will the filesystem is mounted and it will report "largefiles" if largesfiles are supported. Man fsadm_vxfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:42 AM
08-18-2006 02:42 AM
Re: large filesystem support
# fsadm /var
fsadm: /etc/default/fs is used for determining the file system type
largefiles
fsadm /stand
fsadm: /etc/default/fs is used for determining the file system type
vxfs fsadm: mountpoint /stand is not a vxfs file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:47 AM
08-18-2006 02:47 AM
Re: large filesystem support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:49 AM
08-18-2006 02:49 AM
Re: large filesystem support
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=5,inosize=256,logsize=2048,largefiles /dev/vg00/lvol8 2621440
with the command "mkfs" the "-m" option will give you the solution.
largefiles- large files enabled in the lvol.
nolargefiles- large files not enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:54 AM
08-18-2006 02:54 AM
Re: large filesystem support
u should have assigned the points to great Olympians.