I want to copy my HOME folder to a USB flash drive but I can't. I accidentally removed Python 3 and lost many important stuffKeep /home directory when installing Ubuntu 14.04Why can't I copy a large number of files to my USB flash drive?Recover Ubuntu OS after windows update/upgrade?Install Ubuntu Server to a flash drive, permanentlyWhat kind of FileSystem do you recommend for USB Flash Drive?Need help with a full install of Ubuntu 15.10 on flash drive?I've accidentally overwritten my partition tableMake usb with linux bootable
Best gun to modify into a monsterhunter weapon?
Why does Intel's Haswell chip allow multiplication to be twice as fast as addition?
Look mom! I made my own (Base 10) numeral system!
Generator for parity?
How to identify the wires on the dimmer to convert it to Conventional on/off switch
A question about 'reptile and volatiles' to describe creatures
Acceptable to cut steak before searing?
What is a "Genuine Geraldo interviewee"?
Why are the inside diameters of some pipe larger than the stated size?
How to mark beverage cans in a cooler for a blind person?
Physics of Guitar frets and sound
What happen if I gain the control of aura that enchants an opponent's creature? Would the aura stay attached?
Why couldn't soldiers sight their own weapons without officers' orders?
Is it possible to script what applications should open certain file extensions?
In the movie Harry Potter and the Order or the Phoenix, why didn't Mr. Filch succeed to open the Room of Requirement if it's what he needed?
Team goes to lunch frequently, I do intermittent fasting but still want to socialize
Shabbat clothing on shabbat chazon
Why should public servants be apolitical?
Is TA-ing worth the opportunity cost?
Keeping a Weakness Secret
Working examples for SemidefiniteOptimization
Colleagues speaking another language and it impacts work
Yajilin minicubes: the Hullabaloo, the Brouhaha, the Bangarang
How quickly could a country build a tall concrete wall around a city?
I want to copy my HOME folder to a USB flash drive but I can't. I accidentally removed Python 3 and lost many important stuff
Keep /home directory when installing Ubuntu 14.04Why can't I copy a large number of files to my USB flash drive?Recover Ubuntu OS after windows update/upgrade?Install Ubuntu Server to a flash drive, permanentlyWhat kind of FileSystem do you recommend for USB Flash Drive?Need help with a full install of Ubuntu 15.10 on flash drive?I've accidentally overwritten my partition tableMake usb with linux bootable
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I accidentally removed Python 3 from /etc
and now I lost many important folders, programs and also the Gnome shell. I know, I'm stupid.
I can still log in with my user but now everything is like this:
I believe the right solution is to install ubuntu 18.04 again.
Since my $HOME
folder is undamaged (everything I had there remained: see screenshot below) I want to copy it to a flash drive so I can install Ubuntu again without losing my personal files.
But when I put my USB flash drive in, it shows me this message:
[ 264.065197] sd 6:0:0:0: [sdb] Asking for cache data failed
[ 264.065242] sd 6:0:0:0: [sdb] Assuming drive cache: write through
How can I solve this to copy my home to a flash drive using this terminal?
I don't know if there is a way to restore everything again. I think reinstalling it should be better, but if there is another solution to this without reinstalling Ubuntu again it feel free to share.
boot python usb-drive
New contributor
add a comment |
I accidentally removed Python 3 from /etc
and now I lost many important folders, programs and also the Gnome shell. I know, I'm stupid.
I can still log in with my user but now everything is like this:
I believe the right solution is to install ubuntu 18.04 again.
Since my $HOME
folder is undamaged (everything I had there remained: see screenshot below) I want to copy it to a flash drive so I can install Ubuntu again without losing my personal files.
But when I put my USB flash drive in, it shows me this message:
[ 264.065197] sd 6:0:0:0: [sdb] Asking for cache data failed
[ 264.065242] sd 6:0:0:0: [sdb] Assuming drive cache: write through
How can I solve this to copy my home to a flash drive using this terminal?
I don't know if there is a way to restore everything again. I think reinstalling it should be better, but if there is another solution to this without reinstalling Ubuntu again it feel free to share.
boot python usb-drive
New contributor
2
If you have terminal, do you also have network. If so, you can reinstall python3.sudo apt install python3
– oldfred
8 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago
add a comment |
I accidentally removed Python 3 from /etc
and now I lost many important folders, programs and also the Gnome shell. I know, I'm stupid.
I can still log in with my user but now everything is like this:
I believe the right solution is to install ubuntu 18.04 again.
Since my $HOME
folder is undamaged (everything I had there remained: see screenshot below) I want to copy it to a flash drive so I can install Ubuntu again without losing my personal files.
But when I put my USB flash drive in, it shows me this message:
[ 264.065197] sd 6:0:0:0: [sdb] Asking for cache data failed
[ 264.065242] sd 6:0:0:0: [sdb] Assuming drive cache: write through
How can I solve this to copy my home to a flash drive using this terminal?
I don't know if there is a way to restore everything again. I think reinstalling it should be better, but if there is another solution to this without reinstalling Ubuntu again it feel free to share.
boot python usb-drive
New contributor
I accidentally removed Python 3 from /etc
and now I lost many important folders, programs and also the Gnome shell. I know, I'm stupid.
I can still log in with my user but now everything is like this:
I believe the right solution is to install ubuntu 18.04 again.
Since my $HOME
folder is undamaged (everything I had there remained: see screenshot below) I want to copy it to a flash drive so I can install Ubuntu again without losing my personal files.
But when I put my USB flash drive in, it shows me this message:
[ 264.065197] sd 6:0:0:0: [sdb] Asking for cache data failed
[ 264.065242] sd 6:0:0:0: [sdb] Assuming drive cache: write through
How can I solve this to copy my home to a flash drive using this terminal?
I don't know if there is a way to restore everything again. I think reinstalling it should be better, but if there is another solution to this without reinstalling Ubuntu again it feel free to share.
boot python usb-drive
boot python usb-drive
New contributor
New contributor
edited 8 hours ago
user3140225
7393 silver badges17 bronze badges
7393 silver badges17 bronze badges
New contributor
asked 9 hours ago
Lucas_GuerraLucas_Guerra
133 bronze badges
133 bronze badges
New contributor
New contributor
2
If you have terminal, do you also have network. If so, you can reinstall python3.sudo apt install python3
– oldfred
8 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago
add a comment |
2
If you have terminal, do you also have network. If so, you can reinstall python3.sudo apt install python3
– oldfred
8 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago
2
2
If you have terminal, do you also have network. If so, you can reinstall python3.
sudo apt install python3
– oldfred
8 hours ago
If you have terminal, do you also have network. If so, you can reinstall python3.
sudo apt install python3
– oldfred
8 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Use 2 USB Drives
First USB
Create a LiveUSB (also known as installation USB) of Ubuntu on this USB drive. You will need to use another computer for this task. If you already have a LiveUSB drive you used to install Ubuntu, you can skip this step.
Second USB
This will be your Home backup USB. Make sure you have enough space to keep all your home folders in this USB drive.
Boot from the LiveUSB
Use the Try Ubuntu without installation option to get to the Live session of Ubuntu. This will boot Ubuntu from the LiveUSB.
Mount the internal system partition
Mount the internal disk partition containing your /home
folder. If you don't have a separate /home
partition (standard Ubuntu installations don't) it will be your Ubuntu /
partition.
Easiest way to mount this partition is to use the Disks
application in Ubuntu. Look through each physical drives listed in Disks on the left margin and locate your internal physical drive. Then identify your Ubuntu partition. It will be formatted ext4
.
Highlight the partition and click on the stopped ⬛ icon to turn it into a play ▶ icon. Note down the mountpoint which will look like
/media/ubuntu/<mountpointoftheinternalpartition>
where <mountpointoftheinternalpartition>
is a bunch of letters and numbers.
Insert the second USB into the computer.
Do not unplug the first one to insert the second one! Use a different USB socket.
Copy all your folders and files into the second USB.
You can use Nautlus and drag and drop all the folders if you are the only user of this computer. Or use the command below
If you have multiple users and want to preserve the data of all the users, open a terminal by pressing Ctrl+Alt+T and use a command like:
sudo cp -rp /media/ubuntu/<mountpointoftheinternalpartition>/home /media/ubuntu/USB2TB/home
Make sure /media/ubuntu/USB2TB/home
actually refers to you second USB drive where you intend to copy /home
and /media/ubuntu/<mountpointoftheinternalpartition>/home
actually refers to the /home
folder in your internal drive.
Note: If you have a separate /home
partition you will need to copy the contents of that partition to the second USB with a command like:
sudo cp -rp /media/ubuntu/<mountpointofthehomepartition> /media/ubuntu/USB2TB/home
Eject (Safely Remove) the second USB.
Be patient. If you have a lot of data copied to the USB, it may take a while for the data in the write cashe to be actually written to the USB. Don't lose your data by unplugging the USB too soon.
Install Ubuntu
There is an Install Ubuntu icon in the Live session. You can use it to install Ubuntu after you have safely copied all your important data to the second USB.
Once you have checked the new installation is running properly, you can copy your data from the second USB to your Home folder.
If you have other users and copied all their home data, then follow the instructions in the After Installation section of this answer.
Hope this helps
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
Lucas_Guerra 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%2faskubuntu.com%2fquestions%2f1164653%2fi-want-to-copy-my-home-folder-to-a-usb-flash-drive-but-i-cant-i-accidentally-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use 2 USB Drives
First USB
Create a LiveUSB (also known as installation USB) of Ubuntu on this USB drive. You will need to use another computer for this task. If you already have a LiveUSB drive you used to install Ubuntu, you can skip this step.
Second USB
This will be your Home backup USB. Make sure you have enough space to keep all your home folders in this USB drive.
Boot from the LiveUSB
Use the Try Ubuntu without installation option to get to the Live session of Ubuntu. This will boot Ubuntu from the LiveUSB.
Mount the internal system partition
Mount the internal disk partition containing your /home
folder. If you don't have a separate /home
partition (standard Ubuntu installations don't) it will be your Ubuntu /
partition.
Easiest way to mount this partition is to use the Disks
application in Ubuntu. Look through each physical drives listed in Disks on the left margin and locate your internal physical drive. Then identify your Ubuntu partition. It will be formatted ext4
.
Highlight the partition and click on the stopped ⬛ icon to turn it into a play ▶ icon. Note down the mountpoint which will look like
/media/ubuntu/<mountpointoftheinternalpartition>
where <mountpointoftheinternalpartition>
is a bunch of letters and numbers.
Insert the second USB into the computer.
Do not unplug the first one to insert the second one! Use a different USB socket.
Copy all your folders and files into the second USB.
You can use Nautlus and drag and drop all the folders if you are the only user of this computer. Or use the command below
If you have multiple users and want to preserve the data of all the users, open a terminal by pressing Ctrl+Alt+T and use a command like:
sudo cp -rp /media/ubuntu/<mountpointoftheinternalpartition>/home /media/ubuntu/USB2TB/home
Make sure /media/ubuntu/USB2TB/home
actually refers to you second USB drive where you intend to copy /home
and /media/ubuntu/<mountpointoftheinternalpartition>/home
actually refers to the /home
folder in your internal drive.
Note: If you have a separate /home
partition you will need to copy the contents of that partition to the second USB with a command like:
sudo cp -rp /media/ubuntu/<mountpointofthehomepartition> /media/ubuntu/USB2TB/home
Eject (Safely Remove) the second USB.
Be patient. If you have a lot of data copied to the USB, it may take a while for the data in the write cashe to be actually written to the USB. Don't lose your data by unplugging the USB too soon.
Install Ubuntu
There is an Install Ubuntu icon in the Live session. You can use it to install Ubuntu after you have safely copied all your important data to the second USB.
Once you have checked the new installation is running properly, you can copy your data from the second USB to your Home folder.
If you have other users and copied all their home data, then follow the instructions in the After Installation section of this answer.
Hope this helps
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
add a comment |
Use 2 USB Drives
First USB
Create a LiveUSB (also known as installation USB) of Ubuntu on this USB drive. You will need to use another computer for this task. If you already have a LiveUSB drive you used to install Ubuntu, you can skip this step.
Second USB
This will be your Home backup USB. Make sure you have enough space to keep all your home folders in this USB drive.
Boot from the LiveUSB
Use the Try Ubuntu without installation option to get to the Live session of Ubuntu. This will boot Ubuntu from the LiveUSB.
Mount the internal system partition
Mount the internal disk partition containing your /home
folder. If you don't have a separate /home
partition (standard Ubuntu installations don't) it will be your Ubuntu /
partition.
Easiest way to mount this partition is to use the Disks
application in Ubuntu. Look through each physical drives listed in Disks on the left margin and locate your internal physical drive. Then identify your Ubuntu partition. It will be formatted ext4
.
Highlight the partition and click on the stopped ⬛ icon to turn it into a play ▶ icon. Note down the mountpoint which will look like
/media/ubuntu/<mountpointoftheinternalpartition>
where <mountpointoftheinternalpartition>
is a bunch of letters and numbers.
Insert the second USB into the computer.
Do not unplug the first one to insert the second one! Use a different USB socket.
Copy all your folders and files into the second USB.
You can use Nautlus and drag and drop all the folders if you are the only user of this computer. Or use the command below
If you have multiple users and want to preserve the data of all the users, open a terminal by pressing Ctrl+Alt+T and use a command like:
sudo cp -rp /media/ubuntu/<mountpointoftheinternalpartition>/home /media/ubuntu/USB2TB/home
Make sure /media/ubuntu/USB2TB/home
actually refers to you second USB drive where you intend to copy /home
and /media/ubuntu/<mountpointoftheinternalpartition>/home
actually refers to the /home
folder in your internal drive.
Note: If you have a separate /home
partition you will need to copy the contents of that partition to the second USB with a command like:
sudo cp -rp /media/ubuntu/<mountpointofthehomepartition> /media/ubuntu/USB2TB/home
Eject (Safely Remove) the second USB.
Be patient. If you have a lot of data copied to the USB, it may take a while for the data in the write cashe to be actually written to the USB. Don't lose your data by unplugging the USB too soon.
Install Ubuntu
There is an Install Ubuntu icon in the Live session. You can use it to install Ubuntu after you have safely copied all your important data to the second USB.
Once you have checked the new installation is running properly, you can copy your data from the second USB to your Home folder.
If you have other users and copied all their home data, then follow the instructions in the After Installation section of this answer.
Hope this helps
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
add a comment |
Use 2 USB Drives
First USB
Create a LiveUSB (also known as installation USB) of Ubuntu on this USB drive. You will need to use another computer for this task. If you already have a LiveUSB drive you used to install Ubuntu, you can skip this step.
Second USB
This will be your Home backup USB. Make sure you have enough space to keep all your home folders in this USB drive.
Boot from the LiveUSB
Use the Try Ubuntu without installation option to get to the Live session of Ubuntu. This will boot Ubuntu from the LiveUSB.
Mount the internal system partition
Mount the internal disk partition containing your /home
folder. If you don't have a separate /home
partition (standard Ubuntu installations don't) it will be your Ubuntu /
partition.
Easiest way to mount this partition is to use the Disks
application in Ubuntu. Look through each physical drives listed in Disks on the left margin and locate your internal physical drive. Then identify your Ubuntu partition. It will be formatted ext4
.
Highlight the partition and click on the stopped ⬛ icon to turn it into a play ▶ icon. Note down the mountpoint which will look like
/media/ubuntu/<mountpointoftheinternalpartition>
where <mountpointoftheinternalpartition>
is a bunch of letters and numbers.
Insert the second USB into the computer.
Do not unplug the first one to insert the second one! Use a different USB socket.
Copy all your folders and files into the second USB.
You can use Nautlus and drag and drop all the folders if you are the only user of this computer. Or use the command below
If you have multiple users and want to preserve the data of all the users, open a terminal by pressing Ctrl+Alt+T and use a command like:
sudo cp -rp /media/ubuntu/<mountpointoftheinternalpartition>/home /media/ubuntu/USB2TB/home
Make sure /media/ubuntu/USB2TB/home
actually refers to you second USB drive where you intend to copy /home
and /media/ubuntu/<mountpointoftheinternalpartition>/home
actually refers to the /home
folder in your internal drive.
Note: If you have a separate /home
partition you will need to copy the contents of that partition to the second USB with a command like:
sudo cp -rp /media/ubuntu/<mountpointofthehomepartition> /media/ubuntu/USB2TB/home
Eject (Safely Remove) the second USB.
Be patient. If you have a lot of data copied to the USB, it may take a while for the data in the write cashe to be actually written to the USB. Don't lose your data by unplugging the USB too soon.
Install Ubuntu
There is an Install Ubuntu icon in the Live session. You can use it to install Ubuntu after you have safely copied all your important data to the second USB.
Once you have checked the new installation is running properly, you can copy your data from the second USB to your Home folder.
If you have other users and copied all their home data, then follow the instructions in the After Installation section of this answer.
Hope this helps
Use 2 USB Drives
First USB
Create a LiveUSB (also known as installation USB) of Ubuntu on this USB drive. You will need to use another computer for this task. If you already have a LiveUSB drive you used to install Ubuntu, you can skip this step.
Second USB
This will be your Home backup USB. Make sure you have enough space to keep all your home folders in this USB drive.
Boot from the LiveUSB
Use the Try Ubuntu without installation option to get to the Live session of Ubuntu. This will boot Ubuntu from the LiveUSB.
Mount the internal system partition
Mount the internal disk partition containing your /home
folder. If you don't have a separate /home
partition (standard Ubuntu installations don't) it will be your Ubuntu /
partition.
Easiest way to mount this partition is to use the Disks
application in Ubuntu. Look through each physical drives listed in Disks on the left margin and locate your internal physical drive. Then identify your Ubuntu partition. It will be formatted ext4
.
Highlight the partition and click on the stopped ⬛ icon to turn it into a play ▶ icon. Note down the mountpoint which will look like
/media/ubuntu/<mountpointoftheinternalpartition>
where <mountpointoftheinternalpartition>
is a bunch of letters and numbers.
Insert the second USB into the computer.
Do not unplug the first one to insert the second one! Use a different USB socket.
Copy all your folders and files into the second USB.
You can use Nautlus and drag and drop all the folders if you are the only user of this computer. Or use the command below
If you have multiple users and want to preserve the data of all the users, open a terminal by pressing Ctrl+Alt+T and use a command like:
sudo cp -rp /media/ubuntu/<mountpointoftheinternalpartition>/home /media/ubuntu/USB2TB/home
Make sure /media/ubuntu/USB2TB/home
actually refers to you second USB drive where you intend to copy /home
and /media/ubuntu/<mountpointoftheinternalpartition>/home
actually refers to the /home
folder in your internal drive.
Note: If you have a separate /home
partition you will need to copy the contents of that partition to the second USB with a command like:
sudo cp -rp /media/ubuntu/<mountpointofthehomepartition> /media/ubuntu/USB2TB/home
Eject (Safely Remove) the second USB.
Be patient. If you have a lot of data copied to the USB, it may take a while for the data in the write cashe to be actually written to the USB. Don't lose your data by unplugging the USB too soon.
Install Ubuntu
There is an Install Ubuntu icon in the Live session. You can use it to install Ubuntu after you have safely copied all your important data to the second USB.
Once you have checked the new installation is running properly, you can copy your data from the second USB to your Home folder.
If you have other users and copied all their home data, then follow the instructions in the After Installation section of this answer.
Hope this helps
edited 6 hours ago
answered 9 hours ago
user68186user68186
17.7k8 gold badges52 silver badges75 bronze badges
17.7k8 gold badges52 silver badges75 bronze badges
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
add a comment |
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
1
1
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
That sounds great, I'll try it later. I did not know that if I choose the option "Try Ubuntu without installation" it would come with the same home folder that I had before, I thought it would be an empty home folder. That's nice. I'll try it later.
– Lucas_Guerra
8 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
@Lucas_Guerra I have fixed the answer.
– user68186
7 hours ago
add a comment |
Lucas_Guerra is a new contributor. Be nice, and check out our Code of Conduct.
Lucas_Guerra is a new contributor. Be nice, and check out our Code of Conduct.
Lucas_Guerra is a new contributor. Be nice, and check out our Code of Conduct.
Lucas_Guerra is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1164653%2fi-want-to-copy-my-home-folder-to-a-usb-flash-drive-but-i-cant-i-accidentally-r%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
2
If you have terminal, do you also have network. If so, you can reinstall python3.
sudo apt install python3
– oldfred
8 hours ago
yeah, I did that. I installed python again and all python packages necessary. But for some reason, I couldn't install the gnome-shell again because there was an error message saying that there were some files corrupted (and it didn't show which files), so I believe that reinstall it is better.
– Lucas_Guerra
7 hours ago