han
Newbie
Karma: 0
Posts: 1
|
 |
« on: September 13, 2009, 09:01:00 AM » |
|
Hi,
When I was booting my SheevaPlug, I was getting this error 'Mounting local filesystems failed'
I notice that my fstab (out of the box) was like this : # UNCONFIGURED FSTAB FOR BASE SYSTEM tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0 /proc /proc proc rw,noexec,nosuid,nodev 0 0 sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0 varrun /var/run tmpfs rw,nosuid,mode=0755 0 0 varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0 udev /dev tmpfs rw,mode=0755 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0 rootfs / rootfs rw 0 0 tmpfs /var/cache/apt tmpfs defaults,noatime
I remove the / from the first /proc line and now my sheeva boots without this error ! (proc /proc proc rw,noexec,nosuid,nodev 0 0)
Hope this help someone
Nicolas
|