Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
You can try to identify the contents by using these commands:
Code:
file /root/.local
head /root/.local
I can't be sure how has this been generated at all other than looking at the contents. It's indeed a huge file. It also seems strange to me that you are getting these "permission denied" warnings. If you are operating as root then you should be able to access anything unless you are using some kind of hardened system. And if you are running as non root, then you shouldn't be able to access /root at all. However that's a different issue.
Well, if I have to reformat, so be it. I've copied all personal stuff and settings, but I'd still like to try to delete this 78G root file, but don't know how to bring it up.
If I mess something up, I re-format anyway.
Any other ideas?
Thanks...
Code:
root@chuckbhp-laptop:/root# file /root/.local
/root/.local: directory
root@chuckbhp-laptop:/root# gksudo nautilus
seahorse nautilus module initialized
Initializing nautilus-share extension
** (nautilus:9919): WARNING **: Unable to add monitor: Operation not supported
--- Hash table keys for warning below:
--> file:///
(nautilus:9919): Eel-WARNING **: "nautilus-metafile.c: metafiles" hash table still has 1 element at quit time (keys above)
(nautilus:9919): Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 1 element at quit time
seahorse nautilus module shutdown
root@chuckbhp-laptop:/root# head /root/.local
head: error reading `/root/.local': Is a directory
But since you didn't put it there, we can assume that it's not important for you. You could as well delete the whole directory:
Code:
cd /root
rm -rf .local
Important note: When using rm, and specially when used with -r, -f or both (and even more when doing so as root, you should double check what you are doing. For example, if you write ". local" instead of ".local" the whole contents of the current dir (whatever that is) will be wiped. There's no need to say the consequences that this can have if you miss your target. I tell you this because it seems you never used rm on command line before.
You could delete it from a graphical explorer as well, you might need first to search for an option to show hidden files though.
It was created somehow during the attempted cp process, when I was attempting to copy the Vista bootloader.
It was either exactly what was read to be copied (a 78G file), OR, somehow, an executable which loaded itself on a later restart, and created the file. ???
It has deleted, and I'm restarting...
Cross yer fingers. Cross yer toes. Cross yer eyes, cross everything!!!
Shutdown applet works again. It was causing upper and lower panels to disappear, with no shutdown option box. Had to restart X to get shutdown option from login page.
Interesting, shutdown process now shows logo screen and proper progress bar, instead of distortion fade to black.
A bit about semantics: the bool loader is a small piece of code that is usually put into the first sector of a disk or a partition. It takes a few bytes only, and its only task is to load the kernel so the OS can continue booting.
Now, to the point: are you sure that what you want to backup is the "boot loader"? Or do you mean to do a backup or your whole windows installation? These are two very different things.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.