Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FS]pas possible de supprimer un fichier sur du reiserFS 3.6
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Sat Jan 06, 2007 12:36 pm    Post subject: [FS]pas possible de supprimer un fichier sur du reiserFS 3.6 Reply with quote

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
View user's profile Send private message
GaMeS
Guru
Guru


Joined: 08 Nov 2005
Posts: 374
Location: Nantes

PostPosted: Sat Jan 06, 2007 12:43 pm    Post subject: Reply with quote

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
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Sat Jan 06, 2007 12:54 pm    Post subject: Reply with quote

En root pareil, la on peu pas dire que je pourrai trouver la solution....
Back to top
View user's profile Send private message
GaMeS
Guru
Guru


Joined: 08 Nov 2005
Posts: 374
Location: Nantes

PostPosted: Sat Jan 06, 2007 12:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Sat Jan 06, 2007 1:13 pm    Post subject: Reply with quote

J'ai pas penser a ces mot clef....

EDIT: je suis tomber sur ces pages qui ne m'aide pas:
http://www.linuxquestions.org/questions/showthread.php?t=298105
http://www.gentoo.org/proj/en/releng/catalyst/2.x/reference.xml?style=printable
http://www.gentoo.org/proj/en/base/embedded/gnap-advancedguide.xml
Back to top
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Sat Jan 06, 2007 2:15 pm    Post subject: Reply with quote

'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
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Sat Jan 06, 2007 2:19 pm    Post subject: Reply with quote

deja fait.
Back to top
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Sat Jan 06, 2007 2:20 pm    Post subject: Reply with quote

alpha_one_x86 wrote:
deja fait.


et ? la sortie du --check çà donne quoi ?
_________________
" 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
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Sat Jan 06, 2007 2:52 pm    Post subject: Reply with quote

Je sais plus et la je peu pas redémarer.
Back to top
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Sat Jan 06, 2007 3:01 pm    Post subject: Reply with quote

boot sur un sysrescuecd et fait refait un check à partir de là sur chacunes de tes partitions reiser3.6... si rien n'est détecté, c'est râre mais cela peut néanmoins se produire, tu peux qd même tenter le rebuild-tree malgré tout

btw: il ya d'autres partitions, fs en plus ?
_________________
" 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
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Sun Jan 07, 2007 10:24 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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