Operating System - HP-UX
1833821 Members
2591 Online
110063 Solutions
New Discussion

How to update fstab with bdf list

 
SOLVED
Go to solution
Ahmed_58
Regular Advisor

How to update fstab with bdf list

Hi,
I add new filesystems using command line, and now I want to update my fstab with all options used like vxfs, largefiles, etc. not manually?

Any one with a trick?

Ahmed
5 REPLIES 5
RAC_1
Honored Contributor

Re: How to update fstab with bdf list

Yes.

mount -p

For more options,

mount -v
There is no substitute to HARDWORK
Ahmed_58
Regular Advisor

Re: How to update fstab with bdf list

Hi RAC,
thanks,... current fstab contain only the system fileststes,... ends with log 0 0, what is mean by 0 0 ?
-----------------------------------------
/dev/vg00/lvol8 /var vxfs delaylog 0 0
----------------------------------------
with mount -v ends with log on data time...

mount -v
/dev/cxvg03/lvol1 on /disk1/oradata type vxfs log on Thu Mar 16 08:11:26 2006

so, shall i copy up to vxfs log and add 0 0 ?

Regards,
Ahmed
RAC_1
Honored Contributor
Solution

Re: How to update fstab with bdf list

0 0 means, first zero is reserved for future use. Last zero is fsck check sequence. man fstab for details. You can use vxfs log. These are the options with which FS is mounted. For detailed information about these options, refer man page of mount_vxfs
There is no substitute to HARDWORK
Ahmed_58
Regular Advisor

Re: How to update fstab with bdf list

thanks RAC...you are the best.
Hein van den Heuvel
Honored Contributor

Re: How to update fstab with bdf list

>> thanks RAC...you are the best.

Then assign some points!

Only a few more points needed to recognize the olympian efforts RAC puts into helping out.


Hein. (0 points for this)