mount Fehler???

Antworten
Nachricht
Autor
markus306
Beiträge: 9
Registriert: 02. Aug 2006 14:01

mount Fehler???

#1 Beitrag von markus306 » 03. Aug 2006 8:16

Code: Alles auswählen

server18712:~# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
server18712:~# 
is doch sicher nich richtig bei der hda oder. denke mal muss rw stehn. bin noch linux noob vondaher keinen plan wie ich das behebe. danke im vorraus

Nguyen

#2 Beitrag von Nguyen » 03. Aug 2006 10:38

Da gibt es nichts zu beheben.
Die Zeile:
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
ist korrekt.

Im Fehlerfall wird die Partition read-only "gemountet".

Antworten