Code Monkey home page Code Monkey logo

Comments (4)

samighi avatar samighi commented on June 22, 2024

I am not sure how I am included on this email thread. But it appears NOOBS with this tool doesn't work. I had the same issue. It assumes two portions. The raspbian imaged work fine as test with Jan build.

Saman

Sent from my iPhone

On Feb 7, 2014, at 8:07 PM, Dan Rollo [email protected] wrote:

I've just made a few attempts at running rpi-clone. The image I was cloning is Raspian from NOOBS 1.3.4. I used -f to force a new SDCard to be partitioned. No errors are printed during the process. I am running the latest script directly from a github clone.

When done, the new SDCard has only one partition, named 'RECOVERY' (1.5G) and it contains the files from the original SDCard that were in the partition named 'BOOT'. The new card has no partition named 'BOOT'. Not surprising this new SDCard does not boot either. Anybody else seeing this? Thanks!

Original card:
'RECOVERY', FAT32, 1.45gb - files: recovery.img, ...
'BOOT', FAT32, 61.9mb - files: config.txt, ...

New card:
'RECOVERY', FAT32, 1.45gb - file: config.txt (this is wrong, these are the 'boot' dir files).
(missing 'BOOT' partition)


Reply to this email directly or view it on GitHub.

from rpi-clone.

davthomaspilot avatar davthomaspilot commented on June 22, 2024

I have the same problem.

I see lots of posts on how to clone to a smaller SD card for Raspbian, but I can't find anything for an SD where Rasbian was installed from NOOBS.

I don't understand what all the partitions are, which one(s) to resize etc--I think that's the key. I guess I'll try harder to figure that out rather than keep searching for a detailed "how to"

from rpi-clone.

samighi avatar samighi commented on June 22, 2024

I am not sure how to properly reply to this (or why I am getting these emails) However

this rpi-clone script assumes the basic two partitions and not based on NOOBS. And it is intended to build from SD card to SD card of similar size. You can go from an 8 GB to 4 GB if it fits.

i have taken a copy of this to enhance it, but it is too complicated to touch. It is strictly intended to make SD to SD image for raw image install. /boot with FAT16 and / with EXT 4 file system.

I hope that someone can enhance it to allow NOOBS live backup and copy. If anyone is interested, I can provide help and testing. I just don't have the PARTED expertise to do what this script does.

I have reduced the rsync (core command) to below. it build a clone /boot directory, mounts it in /mtn/clone and copies your whole SD card over to the new SD card. I have my own version that copies this to a another Raspi with a 500 GB HD, so I can save multiple images. However the reverse build process is not ready yet .

rsync --force -rltWDEgoptv --delete --exclude .gvfs --exclude /dev --exclude /media --exclude /mnt --exclude /proc --exclude /run --exclude /sys --exclude /tmp --exclude lost+found // /mnt/clone

Anyone interested, please keep in touch. Saman

On Jul 7, 2014, at 8:31 PM, davthomaspilot [email protected] wrote:

I have the same problem.

I see lots of posts on how to clone to a smaller SD card for Raspbian, but I can't find anything for an SD where Rasbian was installed from NOOBS.

I don't understand what all the partitions are, which one(s) to resize etc--I think that's the key. I guess I'll try harder to figure that out rather than keep searching for a detailed "how to"


Reply to this email directly or view it on GitHub.

V

from rpi-clone.

SpoddyCoder avatar SpoddyCoder commented on June 22, 2024

@bhamail @samighi @davthomaspilot rpi-clone doesn't support NOOBS, so you should expect errors. I have just released a new tool ClonePi that aims to fill the NOOBS gap...

https://github.com/SpoddyCoder/clonepi

from rpi-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.