View previous topic :: View next topic |
Author |
Message |
v3rn60 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Nov 2006 Posts: 28 Location: portmosuth uk
|
Posted: Fri Mar 30, 2007 4:58 pm Post subject: hard drives not mounting |
|
|
hi i recently re install gentoo on my server before both of the storage drives mounted up fine i edit the fstab and that seemed to do the trick
ive now reinstall gentoo and now there not mounting i checked the messags in /var/log to see in there and saw this
Mar 30 21:09:24 cleif kernel: EXT3-fs error (device hdd): ext3_check_descriptors: Block bitmap for group 880 not in group ($
Mar 30 21:09:24 cleif kernel: EXT3-fs: group descriptors corrupted!
is ther any way of fixeing this i have nearly 500 gig of software and porsonal stuff on ther i can aford to lose both drive have the same error
paul |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54850 Location: 56N 3W
|
Posted: Fri Mar 30, 2007 5:25 pm Post subject: |
|
|
v3rn60,
You can try mounting manually using an alternate superblock, if that fails, the next step is e2fsck. However e2fsck can do more harm than good, so you should make an image of the filesystem before you start.
If you are unable to make an image of the filesystem, run e2fsck but do not allow it to make any changes until you have determined what it wants to do.
Only then allow it to change the filesystem
You will have an alternate superblock at 32768.
Readparticularly the bits under the ext2 and ext3 filesystem specifics and before you go much further.
Understand what you are about to do before you do it. Ask more questions if you wish too. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krinn Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Blade Runner/movie_blade_runner_howl.gif)
Joined: 02 May 2003 Posts: 7470
|
Posted: Sat Mar 31, 2007 7:16 am Post subject: Re: hard drives not mounting |
|
|
v3rn60 wrote: |
Mar 30 21:09:24 cleif kernel: EXT3-fs error (device hdd): ext3_check_descriptors: Block bitmap for group 880 not in group ($
Mar 30 21:09:24 cleif kernel: EXT3-fs: group descriptors corrupted!
|
are you sure you're not trying to mount /dev/hdd instead of /dev/hdd1 (mounting a disk instead of mounting a partition) ?
you better fdisk -l /dev/hdd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|