- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with mounting a file system
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
12-15-2005 05:24 AM
12-15-2005 05:24 AM
As I unmounted a old file system and i was mounting another directory, i got this error:
# mount /dev/vg10/lvol6 /bunty/oracle/data
/dev/vg10/lvol6: unrecognized file system
# mount -F vxfs /dev/vg10/lvol6 /bunty/oracle/data
vxfs mount: file system on /dev/vg10/lvol6 has structural damage
Note : i forgot to update /etc/fstab file before mounting.
now i have deleted the old file system entries.
Please suggest
bunty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:28 AM
12-15-2005 05:28 AM
Re: Problem with mounting a file system
fsck -F vxfs /dev/vg10/rlvol6
Then try the mount - also post a vgdisplay -v vg10
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:35 AM
12-15-2005 05:35 AM
Re: Problem with mounting a file system
mount -a
Any errors will display after a delay.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:41 AM
12-15-2005 05:41 AM
Re: Problem with mounting a file system
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: OLT extent 0 has bad magic
read of primary OLT failed
vxfs fsck: OLT extent 1 has bad magic
read of OLT copy failed
vxfs fsck: no valid OLT, cannot continue
file system check failure, aborting ...
# mount -F vxfs /dev/vg10/lvol6 /bunty/oracle/data/
vxfs mount: file system on /dev/vg10/lvol6 has structural damage
# fsck -F vxfs /dev/vg10/rlvol6
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: OLT extent 0 has bad magic
read of primary OLT failed
vxfs fsck: OLT extent 1 has bad magic
read of OLT copy failed
vxfs fsck: no valid OLT, cannot continue
file system check failure, aborting ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:42 AM
12-15-2005 05:42 AM
Re: Problem with mounting a file system
lvdisplay -v vg10 and lvdisplay -v /dev/vg10/lvol6 |more - see what devs it has and any errors...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 05:45 AM
12-15-2005 05:45 AM
Re: Problem with mounting a file system
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 06:15 AM
12-15-2005 06:15 AM
Re: Problem with mounting a file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 01:57 AM
12-16-2005 01:57 AM
Re: Problem with mounting a file system
Definately get a list of you LVM PV's, and cross-compare with /etc/fstab, or any RAW devices you may be using on the system.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 07:39 PM
12-16-2005 07:39 PM
Re: Problem with mounting a file system
You posted a question on the 14th, on how to remove a FS, ( http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=983617 ) did you performed the suggestions provided and did you used the correct disks?
It could be that you've "dd" to a wrong disk.
Good Luck
Darrel