i know this is a rbpi discord but im despirate to get some help getting my sbc working
k9t33n
we need a bit more information to help you
jannik44
<@444617420574031873> please provide more detail
human
So I have a orange pi 5 with a 128gb m.2. I’m currently booting off a ssd on the side. I want to be able to boot off the m.2. Is there a way I can copy the files over? And will I still be able to use some of the storage on the 128gb?( I’m asking this because when I flashed the 32gb ssd it showed that I cannot use it for storage anymore)
jannik44
sure, just plug it in a Computer and copy the files, its as easy as that
human
Any way I can do that on the pi?
jannik44
while its running?
jannik44
nahh, wouldnt do that
human
Yes like thru the terminal
human
Ok
_krazy.
You can
_krazy.
dd if=/dev/sda of=/dev/sdb bs=32M status=progress
change bs (chuck size) to whatever works best for you.
_krazy.
And also make sure to change the disk names to what you need