1

Topic: Help backup files before partition repair.

My partition is in need of repair, but first I will backup some files using a Live CD. I can't copy the two files that I want, Bookmarks and Bookmarks.bak, because I am not the owner thus don't have permissions. How can I become the owner and obtain permissions? The files path is:

/media/mint/bfcc9b0f-abbf-49cc-86a7-4b97475bf409/home/luis/.config/chromium/Default

2

Re: Help backup files before partition repair.

Can't you copy the files as root?
However, if the filesystem is in trouble, I'm not sure that operating system commands would be safe to execute.
The safer way to proceed is to keep a clone copy of the partition in question (by dd command, clonezilla or other software), before any repair activity. Then you can retry recovery/repair work in case of unsuccessful result.
If you open the partition as root, you can copy the files to any other folder you have opened as root too. Please look in this discussion from Linux mint forums.
This is valid for "healthy" filesystems.

Furthermore, you could try to use the "photorec" free open source software to look for specific file types, in this case the content type of the files (are they html files? ). The problem with photorec is that it returns many files without their original names and directory tree structure, so you have to check them in order to find the files you want. Anyway, in a broken filesystem there is always probability to loose files or get some corrupted.

*** It is highly recommended to backup any important files before doing resize/move operations. ***