The best way to recovery my data in an old failed ubuntu

ساخت وبلاگ

This is something you will do only once, so you need not set up a perfect environment in the live system.

- Have you mounted the partition with your data? In that case maybe it is mounted with read permissions only for root (the superuser), not for your regular user.

Either you change the mounting so that your regular user will get permissions, or you save the file with a tool, that runs with root permissions.

- Do you need help with mounting the partition with your data?

- Do you want a graphical user interface, or can you use terminal window commands for saving the files?

cp and rsync are good command line tools

Code:

sudo cp ...
#or
sudo rsync ...
nautilus is the file browser of standard Ubuntu. Graphical programs should be run it with gksudo (or sudo -H) to avoid overwriting your configuration files with root permissions.

Code:

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install gksu
gksudo nautilus &

feed all...
ما را در سایت feed all دنبال می کنید

برچسب : نویسنده : استخدام کار feedoll بازدید : 228 تاريخ : شنبه 29 اسفند 1394 ساعت: 17:40