- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fstab with dirty characters
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
11-19-2003 09:22 PM
11-19-2003 09:22 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:24 PM
11-19-2003 09:24 PM
Re: fstab with dirty characters
Are you referring to /etc/fstab or /etc/lvmtab?
Could you please post the file?
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:28 PM
11-19-2003 09:28 PM
Re: fstab with dirty characters
This corruption will most likely have been caused by someone editting the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:29 PM
11-19-2003 09:29 PM
Re: fstab with dirty characters
To reconstruct the /etc/fstab file do mount -p and redirect it to a file. Also check it has appropriate permissions.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:30 PM
11-19-2003 09:30 PM
Re: fstab with dirty characters
The fstab is a text file, and can be edited with vi. Normally it is only checked when the server is booting. What you can do is:
edit the fstab and:
# mount -a
the respond should be like:
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg01/lvol1 is already mounted on /var/opt/ignite
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg00/lvol6 is already mounted on /tmp
mount: /dev/vg00/lvol5 is already mounted on /opt
mount: /dev/vg00/lvol4 is already mounted on /home
mount: /dev/vg00/lvol1 is already mounted on /stand
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:48 PM
11-19-2003 09:48 PM
Re: fstab with dirty characters
I do not have the headl, the file is lvmtab
with dirty characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:50 PM
11-19-2003 09:50 PM
Re: fstab with dirty characters
you can view the contents using
#strings /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:50 PM
11-19-2003 09:50 PM
Re: fstab with dirty characters
OK, now it's clear. lvmtab is not a text file.
Try with:
# strings /etc/lvmtab
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:53 PM
11-19-2003 09:53 PM
Re: fstab with dirty characters
DO
strings /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:53 PM
11-19-2003 09:53 PM
Re: fstab with dirty characters
vgdisplay for the VG configurations.
strings is a command which can show the ASCII contents of binary file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:55 PM
11-19-2003 09:55 PM
Re: fstab with dirty characters
Thanks to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 10:02 PM
11-19-2003 10:02 PM
Re: fstab with dirty characters
strings /etc/lvmtab
/dev/vg00
/dev/dsk/c3t2d0
/dev/dsk/c3t0d0
/dev/dsk/c1t0d0
/dev/dsk/c1t2d0
/dev/vg_cem01
/dev/dsk/c4t2d0
/dev/dsk/c4t1d0
/dev/vg_doc_DISK1
1ia?
/dev/dsk/c10t0d2
/dev/dsk/c10t0d3
/dev/vg_doc_DISK0
/dev/dsk/c10t0d0
/dev/dsk/c10t0d1
/dev/dsk/c10t0d4
/dev/dsk/c10t0d5
What is 1ia?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 10:10 PM
11-19-2003 10:10 PM
SolutionIt's just extraneous vg header info. There's nothing you can do to get rid of it so there's nothing to worry about it. Here's mine:
/dev/vg00
~0;TMm
/dev/dsk/c1t6d0
/dev/dsk/c1t5d0
It's got garbage in it too (~0;TMm), but it's not something to be fixed. That's just the way it is.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 10:13 PM
11-19-2003 10:13 PM
Re: fstab with dirty characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:52 AM
11-21-2003 03:52 AM
Re: fstab with dirty characters
strings /etc/lvmtab | grep dev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:58 AM
11-21-2003 03:58 AM
Re: fstab with dirty characters
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 05:09 AM
11-21-2003 05:09 AM
Re: fstab with dirty characters
you may not have the knowledge or the training but I wouldnt call that stupidity. Dont be so hard on yourself. Just keep on learning. ;-))
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:13 AM
11-21-2003 06:13 AM
Re: fstab with dirty characters
Sorry if my previous post seemed curt, it was not intended as such. One of my bosses had just stepped into my cube, with "THAT" look on his face, so I needed to answer quick.
As is generally the case, he was blowing things way out of proportion.
Anyway, I'm glad it helped.