- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs mount: /dev/vg00/lvol6 is corrupted
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-16-2008 09:29 PM
тАО01-16-2008 09:29 PM
vxfs mount: /dev/vg00/lvol6 is corrupted
After I reboot the A900 HP server, the /opt parition couldn't auto mount. And it shows the error :
Mount file systems
Output from "/sbin/rc1.d/S100localmount start":
----------------------------
mountall: cannot mount /dev/vg00/lvol6
mountall: diagnostics from mount
vxfs mount: /dev/vg00/lvol6 is corrupted. needs checking
checking quotas
Do anyone explain why and how to fix?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 10:16 PM
тАО01-16-2008 10:16 PM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
basically, could be your system not properly shutdown ..
just perform fsck -y
#fsck -y
#mountall
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 10:20 PM
тАО01-16-2008 10:20 PM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
# fsck -y
fsck: /dev/vg00/rlvol1: mounted file system
vxfs fsck: /dev/vg00/lvol3 is currently mounted
vxfs fsck: /dev/vg00/lvol4 is currently mounted
vxfs fsck: /dev/vg00/lvol5 is currently mounted
vxfs fsck: file system had I/O error(s) on meta-data.
log replay in progress
pass0 - checking structural files
pass1 - checking inode sanity and blocks
vxfs fsck: fsck read failure bno = 818536, off = 0, len = 8192
file system check failure, aborting ...
vxfs fsck: /dev/vg00/lvol7 is currently mounted
vxfs fsck: /dev/vg00/lvol8 is currently mounted
# mount -a
mount: /dev/vg01/lv_users is already mounted on /users
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
vxfs mount: /dev/vg00/lvol6 is corrupted. needs checking
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 10:55 PM
тАО01-16-2008 10:55 PM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
If the o/p is same, you can try running same in single user mode.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 11:21 PM
тАО01-16-2008 11:21 PM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
What is the version of OS ?
What is the size of the filesystem, i mean the exact size ??
Try this command..
fsck -F vxfs -o full -y /dev/vg00/lvol6
mount -F vxfs /dev/vg00/lvol6 /
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2008 11:32 PM
тАО01-16-2008 11:32 PM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
It uses HP 11.00 and the size of /opt filesystem is ~4000M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 06:23 AM
тАО01-17-2008 06:23 AM
Re: vxfs mount: /dev/vg00/lvol6 is corrupted
fsck CANNOT fix a broken disk. The word I/O error means that data needed by fsck to make sense out of the directory structures is not available or corrupt. The disk is indeed toast and will have to be replaced. If the data is very important, There are several companies that specialize in data recovery but make absolutely sure they can handle HP-UX disks.
Sounds like a bad disk to me. Try running diskinfo and dd against it:
diskinfo /dev/rdsk/
dd if=/dev/rdsk/
If any of this fails or gives error then it is sure that disk is faulty and needs replacement.