amuza 0 Posted February 28 Share Posted February 28 Hello! I have Armbian running on a Lime2. It runs from the microSD. The board has eMMC and I have also connected a SATA SSD through USB because I would like to move the system to the SSD. I have tried doing so through the nand-sata-install.sh script but it always shows the following message: There are no available partitions. Please create them. I get that message no matter if I choose to have the boot partition on eMMC or on microSD. And I don't know much about partitions. What partitions should I create? Where should I create them? How should I create them? Thank you! 0 Quote Link to post Share on other sites
Solution Werner 359 Posted February 28 Solution Share Posted February 28 Try to check fdisk -l In theory you should get two results: your sdcard and your eMMC. Once you got the block device of your eMMC open it with a partition tool like cfdisk and try to create a partition on it. Not sure whats wrong though because the script should take care for it...in theory. 0 Quote Link to post Share on other sites
amuza 0 Posted February 28 Author Share Posted February 28 Thank you @Werner! I followed your instructions. I found the eMMC device through fdisk -l and then I run cfdisk on it, so now it has a linux partition. However, nothing has changed, I keep receiving the same message when I choose to move things to USB/SATA, I keep getting: There are no avaliable partitions. Please create them. 0 Quote Link to post Share on other sites
amuza 0 Posted February 28 Author Share Posted February 28 Hey, it worked! I just did the same for the SSD and it is working now! Thanks again! 0 Quote Link to post Share on other sites
Werner 359 Posted February 28 Share Posted February 28 Still odd, but kind a solved....I guess? 0 Quote Link to post Share on other sites
amuza 0 Posted February 28 Author Share Posted February 28 Yes, it is solved! : ) 0 Quote Link to post Share on other sites
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.
Note: Your post will require moderator approval before it will be visible.