mount Fehler???

Post Reply
Message
Author
markus306
Posts: 9
Joined: 02. Aug 2006 14:01

mount Fehler???

#1 Post by markus306 »

Code: Select all

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 Post by Nguyen »

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".

Post Reply