Copy all data between linux partitionsToasted NTFS File System from Failed Re-Partitioning & Recovery...
Why did Luke use his left hand to shoot?
How can I prevent an oracle who can see into the past from knowing everything that has happened?
Does the US government have any planning in place to ensure there's no shortages of food, fuel, steel and other commodities?
Does Skippy chunky peanut butter contain trans fat?
Reading Mishnayos without understanding
Sharepoint metadata URL
Possible issue with my W4 and tax return
Need help with a circuit diagram where the motor does not seem to have any connection to ground. Error with diagram? Or am i missing something?
Is `Object` a function in javascript?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Does diversity provide anything that meritocracy does not?
Why did Mr. Elliot have to decide whose boots were thickest in "Persuasion"?
What species should be used for storage of human minds?
Switch case implementation in Java for an integer pair combination
What's the oldest plausible frozen specimen for a Jurassic Park style story-line?
A fantasy book with seven white haired women on the cover
Can you determine if focus is sharp without diopter adjustment if your sight is imperfect?
How to deal with an underperforming subordinate?
Why is that max-Q doesn't occur in transonic regime?
What makes papers publishable in top-tier journals?
Concatenating two int[]
Caron Accent v{a} doesn't render without usepackage{xeCJK}
Why didn't the 2019 Oscars have a host?
What senses are available to a corpse subjected to a Speak with Dead spell?
Copy all data between linux partitions
Toasted NTFS File System from Failed Re-Partitioning & Recovery OptionsHow can I recover my accidentally-deleted Windows 7 boot partition?Encrypted Windows 7 & Linux Advice WantedLinux, Windows 7 boot removedPreinstalled Windows 8 and Linux UEFI dual boot on a laptopNTFS partition size not recognized after disaster recovery cloneBootable linux backups without DDgrub2 loads vfat filesystem errorcorrupted Arch Linux OS after accessing partition from Windows 7(dual boot)Accidentally Restored LUKS Header on Regular Filesystem
I used to have a Windows 10/Arch Linux dual boot. As I don't need Windows anymore, I deleted it and wanted to expand Arch.
I created a new Arch partition, made it bootable.
Now, what should I copy to get all my data on this new partition ? Obviously /home isn't enough, I have lots of stuff everywhere on the filesystem, and the whole of it on a single /partition.
I first thought of using cp -ru --p=links
, but I'm not sure.
EDIT:
I finally installed GParted Live, and used it, it worked perfectly.
data-recovery arch-linux
New contributor
|
show 3 more comments
I used to have a Windows 10/Arch Linux dual boot. As I don't need Windows anymore, I deleted it and wanted to expand Arch.
I created a new Arch partition, made it bootable.
Now, what should I copy to get all my data on this new partition ? Obviously /home isn't enough, I have lots of stuff everywhere on the filesystem, and the whole of it on a single /partition.
I first thought of using cp -ru --p=links
, but I'm not sure.
EDIT:
I finally installed GParted Live, and used it, it worked perfectly.
data-recovery arch-linux
New contributor
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago
|
show 3 more comments
I used to have a Windows 10/Arch Linux dual boot. As I don't need Windows anymore, I deleted it and wanted to expand Arch.
I created a new Arch partition, made it bootable.
Now, what should I copy to get all my data on this new partition ? Obviously /home isn't enough, I have lots of stuff everywhere on the filesystem, and the whole of it on a single /partition.
I first thought of using cp -ru --p=links
, but I'm not sure.
EDIT:
I finally installed GParted Live, and used it, it worked perfectly.
data-recovery arch-linux
New contributor
I used to have a Windows 10/Arch Linux dual boot. As I don't need Windows anymore, I deleted it and wanted to expand Arch.
I created a new Arch partition, made it bootable.
Now, what should I copy to get all my data on this new partition ? Obviously /home isn't enough, I have lots of stuff everywhere on the filesystem, and the whole of it on a single /partition.
I first thought of using cp -ru --p=links
, but I'm not sure.
EDIT:
I finally installed GParted Live, and used it, it worked perfectly.
data-recovery arch-linux
data-recovery arch-linux
New contributor
New contributor
edited 5 hours ago
Jean-Marc Zimmer
New contributor
asked yesterday
Jean-Marc ZimmerJean-Marc Zimmer
1013
1013
New contributor
New contributor
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago
|
show 3 more comments
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Jean-Marc Zimmer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1409035%2fcopy-all-data-between-linux-partitions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jean-Marc Zimmer is a new contributor. Be nice, and check out our Code of Conduct.
Jean-Marc Zimmer is a new contributor. Be nice, and check out our Code of Conduct.
Jean-Marc Zimmer is a new contributor. Be nice, and check out our Code of Conduct.
Jean-Marc Zimmer is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1409035%2fcopy-all-data-between-linux-partitions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What exactly are you trying to achieve? Are you sure you are after a file level (rather then block level) solution?
– davidgo
yesterday
In fine I'd like to have a large Arch Linux partition on my whole drive -exept BIOS, EFI, and Swap. However Windows was left of Linux and I don't have a live GParted. So I'm trying to clone the old partition into the first one.
– Jean-Marc Zimmer
23 hours ago
To clone partition you copy the partition, not the files. You may also have some irritation moving the boot loader. You have not provided sufficient information about your disk to enable meaningful answers. You may want to provide the outputs of (run as root) "lsblk; lvs" to give us a feel for your setup. That said, have you looked at gparted? This program can do lots of magic with moving partitions arround and resizing them - but, of-course, BACK UP FIRST.
– davidgo
22 hours ago
I don't know how I managed to mess my partition up like that : the old partition doesn't boot anymore, grub-mkconfig fails, and so on... if I manage to start it again, i'll install gparted.
– Jean-Marc Zimmer
22 hours ago
Have you tried using Supergrub 2 to rescue/boot your system? - supergrubdisk.org/super-grub2-disk as got me out of a pickle more then once
– davidgo
20 hours ago