How to mount NAND when running the OS from a SD ?


Thanks. :lol:



Code:
sudo mkdir /mnt/nand

sudo ubiattach /dev/ubi_ctrl -m 4

sudo mount -t ubifs ubi0:rootfs /mnt/nand


I though there was a way to do it via /etc/fstab only, but seems i have to use rc.local ;)


BTW, /mnt is more appropriate than /media
 
Last edited by a moderator:
BTW, /mnt is more appropriate than /media
Probably. The only difference is that /media appears on the desktop/quicklaunch/whatever while /mnt needs to be navigated to. If that's what you want, then it's more appropriate. Can't imagine someone wanting such immediate access to the NAND that they'd want it on the desktop, but who am I to say otherwise?
 
Duh, never noticed this quicklaunch...


Indeed, all sort of needs can exist ^^.
 
Back
Top