Skip to content
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

[feature request] piclone on a loopback device (on a file created on a HDD) #7

Open
golfromeo-fr opened this issue Jun 16, 2016 · 3 comments

Comments

@golfromeo-fr
Copy link
Contributor

golfromeo-fr commented Jun 16, 2016

it would be interesting to be able to use piclone on a loopback device

http://tldp.org/HOWTO/Cryptoloop-HOWTO/loopdevice-setup.html
=> instead of a real device, a file created on top of a filesystem, mounted as a loopback device

interesting for a board with a HDD attached (USB or SATA)

what is needed is to display the available /dev/loop? in the destination folder

Let's see what I can do to help here. => proposal see #8

I mean creating an empty file of approx 32GB (if SDcard or eMMC is of 32GB)
dd if=/dev/zero of=SAVE20160616.bin bs=100M count=330
sudo losetup /dev/loop0 SAVE20160616.bin

then it is easy to 7zip the file SAVE20160616.bin (and/or MD5sum)

@E3V3A
Copy link

E3V3A commented Sep 29, 2016

This is a cool PR, why hasn't it been merged?

@jtmoderate876
Copy link

I would really like to see a way to clone to an (reduced size) image file (on an attached USB, a NAS, etc. rather than just a hard copy overwriting a full sd or other drive). Perhaps this feature request is similar or accomplishes the same thing?

@jtmoderate876
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants