Operating System - HP-UX
1751894 Members
5485 Online
108783 Solutions
New Discussion юеВ

Re: mounting filesystem in HPUX B.11.11 U 9000/800

 
SOLVED
Go to solution
HP UNIX Professionals
Frequent Advisor

mounting filesystem in HPUX B.11.11 U 9000/800

H Experts,

I want to re mount the file system in HPUX box wiht the following option as per our client reqest, i dont know the impact of these options. Please tell me anybody know the exct command and effect.


File system name
================
/test

Options
========
"rw,tmplog,mincache=tmpcache,convosync=delay"

/etc/fstab
===========

/dev/vg03/lvol1 /test vxfs rw,suid,largefiles,delaylog,datainlog 0 2

2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: mounting filesystem in HPUX B.11.11 U 9000/800

Hi:

As always, your first source of information is the manpages:

http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c01911131/c01911131.pdf

Look at 'mount_vxfs'.

Regards1

...JRF...
Shibin_2
Honored Contributor

Re: mounting filesystem in HPUX B.11.11 U 9000/800


Command
=======

mount -F vxfs -o rw,tmplog,mincache=tmpcache,convosync=delay /dev/vg03/lvol1 /test

You may read man pages of mount_vxfs to get to know more details about the options.

convosync - caching behavior of file system.
tmplog - intent logging. To maintain file system intergrity.
mincache - This also caching behavior of FS. The tmpcache value disables delayed extending writes.
rw - Read and Write







Regards
Shibin