- get /dev/xx
fdisk -l
- old system to img
dd if=/dev/sdb of=raspberry.img
- img to new sd card
dd if=raspberry.img of=/dev/sdb
- expand storage from new system
boot to raspberry system and do this:
raspi-config
choose advanced setting
, expand storage
网友评论