-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow piclone to write to SD card when running from external HD #9
Comments
IMHO RPi can only boot from SD card. while interesting "PiDrive" is just a SD card boot based with root filesystem on HDD. As far as can see it has a USB3 interface while RPi has USB2 (a bottleneck). Basic SD card reader reads/writes at 20MB/s. PiDrive USB-SATA is limited by the RPi single USB hub design... probably max 30MB/s to come back to your question, piclone can be used to clone your SD card to the HDD drive => piclone is not designed for your need. Berryboot installs the boot partition on SDcard and the root partition on HDD. |
Guillaume: Thanks again, Mark J Culross, KD5RXT |
ok, your need is clear ;) just add a partition on the SD card (you can use parted, gparted) then use "rsync" from your HDD root file to the SD card second partition pay attention, your HDD partition is largely bigger than your SD card, so you can "rsync" only some folders. IMHO piclone is not designed nor intended for your need (HDD=>SDcard) it is SDcard => SDcard mainly Kindly, |
It is possible (& very desirable) for RPi devices boot from SDcard, but run from a much larger external USB hard disk (e.g. WD PiDrive). It would be nice to be able to directly copy the root partition from the (2nd partition on the) PiDrive back to the built-in SD card as a convenient backup, since, in this configuration, the RPi is not really running from the 2nd partition on the SDcard, but rather from the 2nd partition on the PiDrive.
With the current version of piclone, writing to the SD card is globally prohibited. Rather than generically disallowing writing to any/all partitions on the built-in SDcard, would it be possible to disallow writing to the actual mounted devices/partitions instead, thus allowing the described backup ??
The text was updated successfully, but these errors were encountered: