
Originally Posted by
mumsoft
Hmm... I hope someone else has some clue?
I'm almost out of ideas.
But please tell what you get with:
and try
Code:
reiserfsck --fix-fixable /dev/se/2
You could also try to mount it yourself, and post here what you get with:
Code:
mount -t reiserfs /dev/se/2 /shares/MYVOLUME1
Marc
I did what you said and this is what I got, still no good =(
im thinking only thing i could do is replace the harddrive but I really dont wanna lose all my stuff thats on it.
Code:
(none) login: root
BusyBox v1.00-pre2 (2008.01.27-00:53+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
[u@h W]
[u@h W]mount
rootfs on / type rootfs (rw)
/dev/root on /mnt type cramfs (ro)
none on /mnt/dev type devfs (rw)
/dev/ide/host2/bus0/target0/lun0/part1 on / type cramfs (rw)
/dev on /dev type devfs (rw)
proc on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
ramfs on /tmp type ramfs (rw)
ramfs on /shares type ramfs (rw)
ramfs on /foreign_shares type ramfs (rw)
[u@h W]
[u@h W]reiserfsck --fix-fixable /dev/se/2
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/se/2
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 do):Yes
[u@h W]
[u@h W]mount -t reiserfs /dev/se/2 /shares/MYVOLUME1
mount: mounting /dev/se/2 on /shares/MYVOLUME1 failed: No such file or directory
[u@h W]