Filesystemcheck (en)
Zur Navigation springen
Zur Suche springen
- in Deutsch | - in English |
On this page the execution of a filesystemcheck is explained.
Procedure for older OE 1.5 images
init 4 umount /media/hdd fsck.ext3 -p -f /dev/discs/disc0/part1 mount /media/hdd init 3
Procedure for recent images from OE 1.6 upwards
init 4 umount /media/hdd fsck.ext3 /dev/sda1 mount /media/hdd init 3