The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
fstab question Katkota UNIX for Dummies Questions & Answers 3 11-02-2008 02:12 AM
Parameter to edit in /etc/fstab in RH 8.0 scriptlearner Linux 1 08-29-2008 01:58 AM
How to edit /etc/fstab when root was mounted as read only ilan Linux 3 02-28-2008 09:51 PM
bdf , /etc/fstab , /etc/mnttab Cameron HP-UX 6 12-03-2007 09:34 AM
/etc/fstab byblyk Linux 6 07-07-2004 12:51 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-07-2009
Registered User
 

Join Date: Mar 2005
Posts: 59
odd entry in /etc/fstab

I was making text file copies of some system utility output (e.g. ioscan) and happened to look at /etc/fstab and found this:
/dev/vg02/lvol1 /prodbkup vxfs ioerror=mwdisable,log,nodatainlog,dev=40
020001 0 0

my other entries look like this:
/dev/vg04/lvol1 /trainbkup vxfs log,nodatainlog 0 0
---
I have no idea why this filesystem is different. tje ioerror=mwdisable and the dev=40020001
What does it mean and does it make sense?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-08-2009
 

Join Date: May 2008
Location: Sydney, Australia
Posts: 996
See man mount_vxfs for a description of the ioerror= mount option.

The dev= option seems to be undocumented (at least on the systems I'm looking at). What operating system and version of Veritas Filesystem are you using?
Reply With Quote
  #3 (permalink)  
Old 01-08-2009
Registered User
 

Join Date: Mar 2005
Posts: 59
HP-UX B.11.23 U i64

no idea about the Veritas - if you tell me how to find out I will report back
Reply With Quote
  #4 (permalink)  
Old 01-08-2009
Registered User
 

Join Date: Nov 2005
Posts: 34
I don't know what dev option means, either, but in general, if you want to read up on Veritas File System (which is what you have), go here: Storage Foundation and High Availability 4.1

I have no clue how to check vxfs version on HPUX, on Solaris or Linux you would check the package/rpm info, whatever package mgmt is used on HPUX should give you the info.
Reply With Quote
  #5 (permalink)  
Old 01-08-2009
 

Join Date: May 2008
Location: Sydney, Australia
Posts: 996
swlist VRTSvxfs will tell you what version you're using.

I think I know what's going on here. If you run the mount -p command to display the mounted filesystems in fstab format, you will probably see a dev= option for every device. I suspect another admin has simply copied and pasted those mount options into fstab at some point; but I imagine the dev= option is meaningless in there as it would be dynamically set to the device number of the device that is mounted.

In other words, don't put it in /etc/fstab.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 07:39 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66