--fix-fixable being ignored

2003-03-08 Thread michael stone
I have an ide raid server with a 610GB /home directory with errors. Running
reiserfsck --check says it has found 6 errors which can be fixed with
--fix-fixable.  But when I run it with --fix-fixable, the option is ignored and
and a check is simply run again.  Any advice?  The filesystem errors are really
screwing up quota services, so I need to get them fixed.  Thanks!

The server is running Raidzone Linux (Modified version of RedHat 7.1).


[EMAIL PROTECTED] /root]# reiserfsck --fix-fixable --logfile fix.log /dev/rze1

-reiserfsck, 2002-
reiserfsprogs 3.x.1b

Will check consistency of the filesystem on /dev/rze1
Will fix what can be fixed w/o --rebuild-tree
Will put log info to 'fix.log'

Do you want to run this program?[N/Yes] (note need to type Yes):Yes
###
reiserfsck --fix-fixable started at Sat Mar  8 17:44:49 2003
###
Filesystem seems mounted read-only. Skipping journal replay..
--fix-fixable ignored
Checking S+tree..ok
Comparing bitmaps..on-disk bitmap does not match to the correct one.
Checking Semantic tree...
/ok
There were found 6 corruptions which can be fixed with --fix-fixable
check_and_free_buffer_mem: dirty buffer (4 16) found
###
reiserfsck finished at Sat Mar  8 17:52:41 2003
###



--
Michael Stone
Linux / High Performance Computing Administrator

The University of Texas at Austin
Mechanical Engineering Department
ETC 3.130 ph: 471.5951
[EMAIL PROTECTED]

http://hpc.me.utexas.edu



Re: --fix-fixable being ignored

2003-03-08 Thread Anders Widman
 I have an ide raid server with a 610GB /home directory with errors. Running
 reiserfsck --check says it has found 6 errors which can be fixed with
 --fix-fixable.  But when I run it with --fix-fixable, the option is ignored and
 and a check is simply run again.  Any advice?  The filesystem errors are really
 screwing up quota services, so I need to get them fixed.  Thanks!

 The server is running Raidzone Linux (Modified version of RedHat 7.1).


 [EMAIL PROTECTED] /root]# reiserfsck --fix-fixable --logfile fix.log /dev/rze1

 -reiserfsck, 2002-
 reiserfsprogs 3.x.1b

This  is  a  very old version of reiserfsprogs. Download new ones from
ftp://ftp.namesys.com/pub/reiserfsprogs/

//Anders