Quote Originally Posted by mumsoft View Post
Buddy,

You problay lost only some time, as we all do now and then.
When I told you to check dev/se/2 I was referring to the wrong partition. It has something to do with mirroring, but don't ask we how and what and why.

Actually the disk in the Asus is hiding here:
/dev/ide/host2/bus0/target0/lun0
if you do:
Code:
ls /dev/ide/host2/bus0/target0/lun0
I get:
disc part1 part2 part3 part63
If I'm not wrong, disc refers to the whole hard drive, part1 and part2 both contain a part of the firmware, part3 is where all your stuff goes (/opt, /shares/MYVOLUME1), and part 63 is, well, I don't know.

Try
Code:
reiserfsck --fix-fixable /dev/ide/host2/bus0/target0/lun0/part3
Maybe you should also check part1 and 2, but part3 is where your data is for sure.
Plus I don't know what filesystem is on part1 and part2.
- check and repair part3.
- reboot

Marc

This is what i got when I tried reiserfsck --fix-fixable /dev/ide/host2/bus0/target0/lun0/part3

Code:
[u@h W]reiserfsck --fix-fixable /dev/ide/host2/bus0/target0/lun0/part3
reiserfsck 3.6.11 (2003 www.namesys.com)

*************************************************************
** If you are using the latest reiserfsprogs and  it fails **
** please  email bug reports to reiserfs-list@namesys.com, **
** providing  as  much  information  as  possible --  your **
** hardware,  kernel,  patches,  settings,  all reiserfsck **
** messages  (including version),  the reiserfsck logfile, **
** check  the  syslog file  for  any  related information. **
** If you would like advice on using this program, support **
** is available  for $25 at  www.namesys.com/support.html. **
*************************************************************

Will check consistency of the filesystem on /dev/ide/host2/bus0/target0/lun0/par                                                                             t3
and will fix what can be fixed without --rebuild-tree
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you doYes

###########
reiserfsck --fix-fixable started at Mon Jun 30 01:48:59 2008
###########
Replaying journal..
0 transactions replayed
сChecking internal tree../finished
Comparing bitmaps..finished
сChecking Semantic tree:
сfinished
No corruptions found
There are on the filesystem:
        Leaves 22095
        Internal nodes 135
        Directories 520
        Other files 12235
        Data block pointers 21922575 (11749546 of them are zero)
        Safe links 0
###########
reiserfsck finished at Mon Jun 30 01:53:32 2008
###########
[u@h W]
After that I rebooted but still comes up that the drive is unmounted.

I tried the other parts and got this:

Code:
[u@h W]
[u@h W]reiserfsck --fix-fixable /dev/ide/host2/bus0/target0/lun0/part63
reiserfsck 3.6.11 (2003 www.namesys.com)

*************************************************************
** If you are using the latest reiserfsprogs and  it fails **
** please  email bug reports to reiserfs-list@namesys.com, **
** providing  as  much  information  as  possible --  your **
** hardware,  kernel,  patches,  settings,  all reiserfsck **
** messages  (including version),  the reiserfsck logfile, **
** check  the  syslog file  for  any  related information. **
** If you would like advice on using this program, support **
** is available  for $25 at  www.namesys.com/support.html. **
*************************************************************

Will check consistency of the filesystem on /dev/ide/host2/bus0/target0/lun0/part63
and will fix what can be fixed without --rebuild-tree
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you doYes


reiserfs_open: the reiserfs superblock cannot be found on /dev/ide/host2/bus0/target0/lun0/part63.

Failed to open the filesystem.

If the partition table has not been changed, and the partition is
valid  and  it really  contains  a reiserfs  partition,  then the
superblock  is corrupted and you need to run this utility with
--rebuild-sb.

Abort
[u@h W]
Is that what I should be getting?