- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bad block in optical disk
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
02-22-2003 01:28 AM
02-22-2003 01:28 AM
Bad block in optical disk
I've an archive stored in a Magneto-optical library (HP 200fx). Running fsck on 4 of 30 mo disks it reports: Cannot read: BLK xxxxx.
I guess this is a phisical disk error, so I must replace the disk. I need to know If there is any other chance to correct this error and if I can determine at which file the bad blocks belong to.
Thank you
Romano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2003 01:56 AM
02-22-2003 01:56 AM
Re: Bad block in optical disk
Try re-creating the file system on that disk.
After re-creation use fsck to check the file system.
It still the problem persists you need to replace the drive.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2003 06:24 AM
02-22-2003 06:24 AM
Re: Bad block in optical disk
Try **formating** the disk with mediainit command ("man mediainit" for details).
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2003 08:46 AM
02-22-2003 08:46 AM
Re: Bad block in optical disk
did you try to read the complete data form the raw-device using "dd" ?
If this is possible, try to set up a logical volume on a real disk and "dd" the data to the lvol. May be the fsck is correctable on the lvol and with luck you will be able to restore the filesystem.
good luck
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2003 02:43 PM
02-22-2003 02:43 PM
Re: Bad block in optical disk
Eugeny