View previous topic :: View next topic |
Author |
Message |
alpha_one_x86 Guru
Joined: 29 Oct 2006 Posts: 544
|
Posted: Sat Jan 06, 2007 12:36 pm Post subject: [FS]pas possible de supprimer un fichier sur du reiserFS 3.6 |
|
|
Bonjour, c'est un petit probleme, pas trés génant mais un peu inquiétant, j'ai fait des fsck sur ma partition, et voila ma console qui est trés explicite:
Code: | user@silvestre ~/messties $ rm -Rf l2jhero1711/
rm: cannot remove directory `l2jhero1711//l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props': Directory not empty
user@silvestre ~/messties $ ls l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/
30152-01.htm.svn-work
user@silvestre ~/messties $ file l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work
l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work: cannot open `l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work' (No such file or directory)
user@silvestre ~/messties $ rm l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work
L2_GameServer_c5/ hero1711ok/ l2jhero1711/
user@silvestre ~/messties $ rm l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work y
rm: cannot remove `l2jhero1711/l2jhero1711/L2_DataPack/data/jscript/quests/160_NerupasFavor/.svn/props/30152-01.htm.svn-work': No such file or directory
rm: cannot remove `y': No such file or directory
user@silvestre ~/messties $
|
Et dans mes recherche sur google je tombe sur des truc a coté de la plaque. |
|
Back to top |
|
|
GaMeS Guru
Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Jan 06, 2007 12:43 pm Post subject: |
|
|
alors ça c'est ballot, j'aimerais pas être à ta place !
en root ça donne quoi ? _________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
|
alpha_one_x86 Guru
Joined: 29 Oct 2006 Posts: 544
|
Posted: Sat Jan 06, 2007 12:54 pm Post subject: |
|
|
En root pareil, la on peu pas dire que je pourrai trouver la solution.... |
|
Back to top |
|
|
GaMeS Guru
Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Jan 06, 2007 12:58 pm Post subject: |
|
|
Tu as googolisé ? du genre => "rm Directory not empty gentoo" => google j'ai de la chance ? _________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
|
alpha_one_x86 Guru
Joined: 29 Oct 2006 Posts: 544
|
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
Posted: Sat Jan 06, 2007 2:15 pm Post subject: |
|
|
'alute
très problablement une corruption ou un déréférencement...
Code: | #reiserfsck --check /dev/sdXX |
après c'est à voir en fonction de l'output... --rebuild-tree /dev/sdXX ou autre... c'est selon
man reiserfsck
Quote: | OPTIONS
--rebuild-sb
This option recovers the superblock on a Reiserfs partition. Normally you only need this
option if mount reports "read_super_block: can't find a reiserfs file system" and you are
sure that a Reiserfs file system is there. But remember that if you have used some partition
editor program and now you cannot find a filesystem, probably something has gone wrong while
repartitioning and the start of the partition has been changed. If so, instead of rebuilding
the super block on a wrong place you should find the correct start of the partition first.
--check
This default action checks filesystem consistency and reports, but does not repair any cor-
ruption that it finds. This option may be used on a read-only file system mount.
--fix-fixable
This option recovers certain kinds of corruption that do not require rebuilding the entire
file system tree (--rebuild-tree). Normally you only need this option if the --check option
reports "corruption that can be fixed with --fix-fixable". This includes: zeroing invalid
data-block pointers, correcting st_size and st_blocks for directories, and deleting invalid
directory entries.
--rebuild-tree
This option rebuilds the entire filesystem tree using leaf nodes found on the device. Nor-
mally you only need this option if the reiserfsck --check reports "Running with --rebuild-
tree is required". You are strongly encouraged to make a backup copy of the whole partition
before attempting the --rebuild-tree option. Once reiserfsck --rebuild-tree is started it
must finish its work (and you should not interrupt it), otherwise the filesystem will be
left in the unmountable state to avoid subsequent data corruptions.
|
edit : fait cela depuis un sysrecuecd c'est le plus simple _________________ " Un psychotique, c'est quelqu'un qui croit dur comme fer que 2 et 2 font 5, et qui en est pleinement satisfait.
Un névrosé, c'est quelqu'un qui sait pertinemment que 2 et 2 font 4, et ça le rend malade ! " |
|
Back to top |
|
|
alpha_one_x86 Guru
Joined: 29 Oct 2006 Posts: 544
|
Posted: Sat Jan 06, 2007 2:19 pm Post subject: |
|
|
deja fait. |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
alpha_one_x86 Guru
Joined: 29 Oct 2006 Posts: 544
|
Posted: Sat Jan 06, 2007 2:52 pm Post subject: |
|
|
Je sais plus et la je peu pas redémarer. |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
_droop_ l33t
Joined: 30 May 2004 Posts: 957
|
Posted: Sun Jan 07, 2007 10:24 am Post subject: |
|
|
Salut
La dernière fois que ca m'est arrivé (il y a 2 ans suite à un orage, je n'ai pas revu ce problème depuis malgrès quelques coupures courant), j'ai du faire un Code: | reiserfsck --rebuild-sb /dev/xxx | pour corriger le problème.
On ne sait jamais, SAUVEGARDE AVANT tes fichiers important.
Bon courage. |
|
Back to top |
|
|
|