- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount option nolargefiles
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
06-07-2002 10:29 AM
06-07-2002 10:29 AM
mount option nolargefiles
Greetings!
I was advised to remove the nolargefiles option from my hfs filesystem on my fileserver. I did this and rebooted. Does my filesystem now support large files? Or do I need to run fsadm on the unmounted filesystem first?
-john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:34 AM
06-07-2002 10:34 AM
Re: mount option nolargefiles
an fsadm -F hfs /dev/vgxx/lvolnn to display the settings.
You can then use the fsadm -F hfs -o largefiles (or nolargefiles) option to enable it as the default.
Man fsadm_hfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:36 AM
06-07-2002 10:36 AM
Re: mount option nolargefiles
If you want to have your filesystem support largefiles, do a fsadm for the filesystem / lv and check if largefiles is set to on. If not you have to use the fsadm command to set the largefiels option on for your filesystem and then use the largeiles option in the mount command.
Try this link for more help,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009872653
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:38 AM
06-07-2002 10:38 AM
Re: mount option nolargefiles
See the man page on fsadm.
example:
fsadm -F hfs -o largefiles /dev/vg02/lvol1
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:50 AM
06-07-2002 10:50 AM
Re: mount option nolargefiles
I guess you modified /etc/fstab file and added the largefile option(-o largefiles). If you have done that and rebooted the system then it should support for largefiles now. Run fsadm -F hfs /dev/vgxx/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:51 AM
06-07-2002 10:51 AM
Re: mount option nolargefiles
To know wiht what options the filesystem is created
mkfs -m /mount point name
to change it
fsadm -olongfilename /mountpoint
Manoj Srivastava