APC – Fixing Fedora’s Rogue Fsck…
The ‘default’ Fedora 13 system for ARM mounts the root as nfs.. To change it to the (correct) ext3, modify /etc/fstab as follows: # cat /etc/fstab /dev/mmcblk0p2 / ext3 defaults 1 1 /dev/mmcblk0p1 /boot vfat defaults 1 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 proc /proc proc defaults 0 0 sysfs … Continue reading →