B
bigbee
Grünschnabel
Guten Abend,
ich habe das Problem, dass auf meinem vServer /tmp und vielleicht noch mehr Verzeichnisse read-only sind.
Mit
kann ich zwar wieder Dateien in das Verzeichnis schreiben und alle Dienste manuell wieder hochfahren, aber das kann es ja nicht sein...
fsck -f liefert:
e2fsck / liefert:
mount liefert:
Wäre toll, wenn ihr mir helfen könntet, danke schon einmal!
Gruß bigBee
ich habe das Problem, dass auf meinem vServer /tmp und vielleicht noch mehr Verzeichnisse read-only sind.
Mit
Code:
mount -n -o remount /
fsck -f liefert:
Code:
fsck -f -p
fsck 1.41.1 (01-Sep-2008)
/dev/xvda1: 127015/1847776 files (2.9% non-contiguous), 3369756/3691520 blocks
e2fsck / liefert:
Code:
e2fsck 1.41.1 (01-Sep-2008)
e2fsck: Is a directory while trying to open /
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
mount liefert:
Code:
/dev/xvda1 on / type ext3 (rw,acl,usrquota,user_xattr)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
Wäre toll, wenn ihr mir helfen könntet, danke schon einmal!
Gruß bigBee