* Toph Kemmann wrote/schrieb:

> rm: cannot unlink `testen-blabla-bin.index': Read-only file system
> 
> Rechte aendern etc. als root auch nicht moeglich ?!

Ist die betreffende Datei vielleicht auf immutable gesetzt?

[root@fry root]# touch /tmp/foo
[root@fry root]# chattr +i /tmp/foo
[root@fry root]# lsattr /tmp/foo
---i---------- /tmp/foo
[root@fry root]# rm -f /tmp/foo
rm: cannot unlink `/tmp/foo': Operation not permitted
[root@fry root]# chattr -i /tmp/foo
[root@fry root]# lsattr /tmp/foo
-------------- /tmp/foo
[root@fry root]# rm -f /tmp/foo
[root@fry root]# 

Das erkl�rt allerdings nicht die Meldung "Read-only file system".

-martin


-- 
... Had this been an actual emergency, we would have fled in terror,
and you would not have been informed.                                           
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an