- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Fsck Query
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-15-2000 01:52 AM
11-15-2000 01:52 AM
CANNOT READ BLOCK 70224
CANNOT READ BLOCK 70240
CANNOT READ BLOCK 100336
Phase 5 - BAD CYLINDER GROUPS
Phase 6 - DISK MEDIA PROBLEMS ENCOUNTERED, BAD BLOCKS WERE FOUND ON THE DISK.
Once fsck is finished the file system will still not mount.
I have a full dump of this logical volume. Is there any way to fix this volume without having to delete it, then recreate it and restore the files from back up. Maybe its a disk fault?
Any help will be greatly appreciated
Jim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 01:57 AM
11-15-2000 01:57 AM
Re: Fsck Query
lvdisplay -v /dev/vg00/lvol1
and look for any stale extents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 02:01 AM
11-15-2000 02:01 AM
SolutionThere is no way to recover it. You have bad blocks on it which fsck cannot fix. You need to delete it, re-initialise it and recover what you can.
only thing you could try is create another lvol the exact same size and dd the one you cant fsck to the new one. If the dd works your in luck, you have a copy of your data, if not, your dead. (ie. dd if=/dev/vgXX/rlvolXX of=/dev/vgXX/rvlolXY bs=64k)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 02:06 AM
11-15-2000 02:06 AM
Re: Fsck Query
Good news first: you said you had a full dump of this volume
;-))
Bad news: if fsck claims that there are bad blocks, you'll never be able to mount this volume again, as fsck won't fix anything.
The only solution is a low level format of your disk.
:-((
Good luck
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 02:11 AM
11-15-2000 02:11 AM
Re: Fsck Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 02:13 AM
11-15-2000 02:13 AM
Re: Fsck Query
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 02:14 AM
11-15-2000 02:14 AM
Re: Fsck Query
Check out
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=b021e3930f8bf0cd15/screen=ckiDisplayDocument?docId=400000000247125
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 11:35 AM
11-15-2000 11:35 AM
Re: Fsck Query
lvol1 normally refers to the root. I hope you are running fsck manually in single user mode.
Also I hope you are using the character device file name while doing fsck.
As fsck is pointing that it has bad blocsk on the disk, I would recommend that either you change your disk or recreate the file system.
(You have the backup and the data recovery should not be a problem)
- Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 03:12 AM
11-16-2000 03:12 AM
Re: Fsck Query
Jim.