- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- [HELP!] e2fsck fails with my ext3partition
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
06-11-2006 06:29 PM
06-11-2006 06:29 PM
[HELP!] e2fsck fails with my ext3partition
60GB Maxtor disk has 3 partitions:
- /dev/hda1
- swap
- /dev/hda2
/dev/hda2 seems to be having problem, while /dev/hda1 can be accessed normally.
I tried
# e2fsck -y /dev/hda2
but ended in
"e2fsck: e2fsck_read_bitmaps: illegal bitmap block(s) for /"
Could someone pleeeease help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 08:47 PM
06-11-2006 08:47 PM
Re: [HELP!] e2fsck fails with my ext3partition
Your partition is quite dead.
if e2fsck can't fix it, it really can't be fixed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 12:07 AM
06-12-2006 12:07 AM
Re: [HELP!] e2fsck fails with my ext3partition
Maybe you've HW pbl on you HDD/controler.
That should give you clues about the trouble. Probably an HW issue...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 03:23 AM
06-13-2006 03:23 AM
Re: [HELP!] e2fsck fails with my ext3partition
I'll go get a new HDD tomorrow, and try to
dd if=/dev/hda2 of=/dev/sda1 bs=512 conv=noerror,sync
in hoping to save data from the old disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 02:29 PM
07-24-2006 02:29 PM
Re: [HELP!] e2fsck fails with my ext3partition
After mounting the disk as USB external disk on my Windows PC, I used Explore2fs to read most of the files and to save them on my Windows PC.
Thanks anyway.