Jump to content

Setting up a SD Card on the NANO using Windows 10?


AaronLandon

Recommended Posts

On 6/11/2020 at 3:06 PM, AaronLandon said:

Whats up everyone so Im somewhat new to the Wifi Nano and Command Prompt. So that being said I need help mounting a sd card on the Wifi Nano in Command Prompt or if there is a way to  omegle xender do on the Nano web interface. Any help would be great.

 

thank you my issue has been solved

Link to comment
Share on other sites


The problem is solved, it was enough to change fstab to:

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'

And then format the SD card
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...