seyo-iv Posted October 11, 2021 Share Posted October 11, 2021 Hi guys, i have a problem. My Nano does not recognize my sd card. I have formated it via gui but i can only install modules on internal storage. I have tried different cards but no luck. Quote Link to comment Share on other sites More sharing options...
seyo-iv Posted October 11, 2021 Author Share Posted October 11, 2021 I had to configurate fstab. The SD was formated and I could find it under /dev, so just paste this in fstab. config global option anon_swap '0' option anon_mount '0' option auto_swap '1' option auto_mount '1' option delay_root '5' option check_fs '0' config mount option target '/sd' option device '/dev/sda1' option fstype 'auto' option options 'rw,sync' option enabled '1' config 'swap' option device '/dev/sda2' option enabled '1' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.