Hello Manfred und Martin,

1.)
Friday, October 4, 2002, 10:26:14 AM, you wrote:
MP> Gehe in das Verzeichnis von 'testen-blabla-bin.index'
MP> mache einen df auf das Verzeichnis (also df .)
MP> da steht dann, welches Dateisystem das ist

Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda3             38535468   2421736  34156212   7% /

MP> und dann "mount -o remount <Dateisystem>
MP> Damit wird dieses Read-Only weggemacht.

mount -o remount /dev/hda3 /
oder
mount -o remount /dev/hda3

dauert ewig und es scheint sich nix zu tun ?!

in /etc/fstab steht:

/dev/hda3       /         ext3       defaults,usrquota   1   1

MP> Alternative: Rebooten. Dann werden alle Dateisysteme laut fstab gemountet und da
MP> sollte von Read-Only nichts drinstehen. 

... reboot brachte leider auch keine Loesung.

2.)
Friday, October 4, 2002, 10:22:20 AM, you wrote:
MS> [root@fry root]# touch /tmp/foo
MS> [root@fry root]# chattr +i /tmp/foo
MS> [root@fry root]# lsattr /tmp/foo
MS> ---i---------- /tmp/foo
MS> [root@fry root]# rm -f /tmp/foo
MS> rm: cannot unlink `/tmp/foo': Operation not permitted
MS> [root@fry root]# chattr -i /tmp/foo
MS> [root@fry root]# lsattr /tmp/foo
MS> -------------- /tmp/foo
MS> [root@fry root]# rm -f /tmp/foo
MS> [root@fry root]# 

.. leider auch so nicht loes(ch)bar !!

Trotzdem vielen Dank!

toph

----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an