I followed Selsinork stuff and have a stable Debian running on the Riot. The one problem I have is SD card corruption, need to remove the SD card and run fsck to fix it, on a very regular note.
One solution (googling) is to repartition and use ramdisks, making the root partition RO etc, but every solution I found use fstab, but my Selsinork Debian does not have a fstab ?
Uboot also sends
console=ttymxc1,115200n8 rootwait root=PARTUUID=0008c9b6-01 enable_wait_mode=off
(from cat /proc/cmdlne) no ramdisks here when I list the mounted devices on the Riot
mount produce this:
/dev/root on / type ext2 (rw,relatime,errors=continue,user_xattr,acl)
devtmpfs on /dev type devtmpfs (rw,relatime,size=507748k,nr_inodes=126937,mode=755)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=103216k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=206420k)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
Where is all the mounting done, and how can I change this ?