- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount - file system on /dev/vg00/lvol6 has structu...
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
04-19-2005 04:30 AM
04-19-2005 04:30 AM
Anyway to fix it without replacing the drive?
# mount /tmp
mount - file system on /dev/vg00/lvol6 has structural damage
# fsck /dev/vg00/lvol6
vxfs fsck: OLT extent 0 has bad checksum
read of primary OLT failed
vxfs fsck: OLT extent 1 has bad checksum
read of OLT copy failed
vxfs fsck: no valid OLT, cannot continue
file system check failure, aborting ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 04:42 AM
04-19-2005 04:42 AM
Re: mount - file system on /dev/vg00/lvol6 has structural damage
>Anyway to fix it without replacing the drive?
How much space to you have left on that pv?
Are you mirrored?
The rapid workaround would be if you have some spare logical extend would be to add a new lv and mount it on /tmp the other alternative would be to use a symbolic link to somewhere with more space then lvremove /dev/vg00/lvol6 and recreate it again
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 04:43 AM
04-19-2005 04:43 AM
Solutioncat /etc/fstab to make sure that lvol6 is a vxfs filesystem then
newfs -F vxfs /dev/vg00/rlvol6
mount /tmp
Of course, any files residing in /tmp will be lost but that should be of little consequence.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 04:43 AM
04-19-2005 04:43 AM
Re: mount - file system on /dev/vg00/lvol6 has structural damage
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=317817
And couple of other ones:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=695634
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13072
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 05:07 AM
04-19-2005 05:07 AM
Re: mount - file system on /dev/vg00/lvol6 has structural damage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 05:11 AM
04-19-2005 05:11 AM