# # XO Multiboot /etc/fstab # # Uncomment if you are booting via internal flash # mtd0 / jffs2 defaults,noatime 1 1 # Uncomment if you are booting from a usb-stick: /dev/sda1 / ext3 noatime,errors=remount-ro 0 1 # Uncomment if you are booting from a SD card: # /dev/mmcblk0p1 / ext3 noatime,errors=remount-ro 0 1 # Uncomment if you want to access internal flash via /mnt/flash # mtd0 /mnt/flash jffs2 defaults,noatime,noauto 1 1 # Uncomment if needed (not necesarry in Ubuntu) # devpts /dev/pts devpts gid=5,mode=620 0 0 # tmpfs /dev/shm tmpfs defaults,size=15% 0 0 # proc /proc proc defaults 0 0 # sysfs /sys sysfs defaults 0 0