- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot recover 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
11-02-2004 03:08 AM
11-02-2004 03:08 AM
cannot recover a file-system
Here is what i am getting when I try to fsck a LV.
useo0020/ # fsck -F vxfs -o full /dev/vg01/lv_u06
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: error reading device inode 8
vxfs fsck: invalid device config entry found
log replay in progress
vxfs fsck: fsck read failure bno = 104, off = 0, len = 32768
full file system check required, exiting ...
useo0020/ #
Is their a way I can recover this file-systems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:16 AM
11-02-2004 03:16 AM
Re: cannot recover a file-system
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:18 AM
11-02-2004 03:18 AM
Re: cannot recover a file-system
Try following
dd if=/dev/vgxx/lvolx od=/dev/null bs=4k
Check if it is returning any error or not.
Also do you have backups of this FS??
If dd fails, it most probablly a hardware(disk) problem and fsck will not help.
Let us try getting some data from lvol.
mount -F vxfs -o ro /dev/vgxx/lvolx /mount_point. If it mounts, try copying the data somewhere else. If this fails, you options would be doing a newfs on lvol and restoring a faily recent backup.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:31 AM
11-02-2004 03:31 AM
Re: cannot recover a file-system
useo0020/ # fsck -F vxfs -o full,nolog /dev/vg01/lv_u06
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: invalid device config entry found
pass0 - checking structural files
fileset 1 primarfailed validation clear? (ynq)y
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
fileset 999 primary-ilist inode 8877 unreferenced file, reconnect? (ynq)y
vxfs fsck: fsck read failure bno = 13, off = 0, len = 8192
file system check failure, aborting ...
useo0020/ #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:39 AM
11-02-2004 03:39 AM
Re: cannot recover a file-system
I would follow RAC's advice and check your disk.
# lvdisplay -v /dev/vg01/lv_u06
will give you the disk
# dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
check for any errors.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:44 AM
11-02-2004 03:44 AM
Re: cannot recover a file-system
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:55 AM
11-02-2004 03:55 AM
Re: cannot recover a file-system
Doesn't look like this filesystem can be recovered. Make sure you have the latest vxfs patches on the system. If that doesn't solve the problem, then you can try to mount the filesystem ro and try and recover whatever data you can and then recreate the filesystem.
Hope this helps.
Regds