Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with FileSystem inconsistency ext3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
freakflakes
n00b
n00b


Joined: 05 Jan 2005
Posts: 1
Location: Valencia, Venezuela, South America

PostPosted: Wed Jan 05, 2005 5:59 pm    Post subject: Problem with FileSystem inconsistency ext3 Reply with quote

Hi i've never posted before, and my english is no good, so i'll try,
i overclocked my computer and after that i get Filesystem inconsistency, i fix that problem but after that i get this error, where this file exist and i cannt delete it, look the UID and the GID, this is a directory file, look the size! how can i fix this problem?? its a file from the splashutils, i've change the name of the directory of splash so i could installed later. i need some help, here there some info about the problem thanks.


Code:
turi syscalls # pwd
/var/tmp/portage/nosepuedeborrar/work/nolopuedoborrar/libs/klibc-0.179/klibc/sys
calls
turi syscalls # ls -lai
total 68
368704 drwxrwxrwx  3 root       root        8192 Jan  4 18:34 .
367787 drwxrwxrwx  3 root       root       12288 Jan  5 07:39 ..
369004 dr-x-w--wx  2 1680819278 1986347347 49152 Dec 31  1969 .setpgid.d
turi syscalls # uname -i
GenuineIntel
turi syscalls # uname -a
Linux turi 2.6.9-gentoo-r1 #6 Sat Nov 13 13:31:27 VET 2004 i686 Celeron (Copperm
ine) GenuineIntel GNU/Linux
turi syscalls # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Celeron (Coppermine)
stepping        : 6
cpu MHz         : 601.450
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat p
se36 mmx fxsr sse
bogomips        : 1187.84

turi syscalls # chmod -R 755 .setpgid.d/
chmod: changing permissions of `.setpgid.d/': Operation not permitted
turi syscalls # chown -R root:root .setpgid.d/
chown: changing ownership of `.setpgid.d/': Operation not permitted
turi syscalls # unlink .setpgid.d/
unlink: cannot unlink `.setpgid.d/': Is a directory
turi syscalls #

_________________
changos mangos
Back to top
View user's profile Send private message
soulwarrior
Guru
Guru


Joined: 21 Oct 2002
Posts: 331

PostPosted: Wed Feb 08, 2006 7:32 am    Post subject: Reply with quote

You could use debugfs to remove the file. An example would be:
Code:

sync
debugfs -w /dev/hda3
cd /directory
rm filexy
rm directoryxy
quit
sync


I am having the same problem with ext3. From time to time I get this inconsistencies and am still looking for the source of the problem.

You can find these sort of files with:
Code:

find / -nouser
or
find / -nogroup


Do you have this problem an a normal computer or on a laptop?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum