How create a SD card from linux command line
linux command line sd sd card raspberry pi raspberry piReading time: 3 minutes, 0 seconds

The creation of SD card is a recurrent problem when, for instance, you will install a new raspberry pi.
The command line is a good solution for several reason:
- If you must do the action only one time, it's useless to install a graphical interface.
- On a server or on a live installation, you...