Operating System - HP-UX
1830831 Members
2745 Online
110017 Solutions
New Discussion

Re: mount option nolargefiles

 
John Downs_1
Frequent Advisor

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
I'd rather be fly fishing for trout!
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: mount option nolargefiles

No enough data to answer but you can do
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.
If it ain't broke, I can fix that.
Sanjay_6
Honored Contributor

Re: mount option nolargefiles

Hi john,

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
Jon Finley
Honored Contributor

Re: mount option nolargefiles

you need to run fsadm on the file system to convert from nolargefiles to largefiles.

See the man page on fsadm.

example:

fsadm -F hfs -o largefiles /dev/vg02/lvol1


Jon
"Do or do not. There is no try!" - Yoda
Arockia Jegan
Trusted Contributor

Re: mount option nolargefiles

John,

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/ to find out the file system has large files support.
MANOJ SRIVASTAVA
Honored Contributor

Re: mount option nolargefiles

Hi John


To know wiht what options the filesystem is created

mkfs -m /mount point name

to change it

fsadm -olongfilename /mountpoint


Manoj Srivastava