LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Deleting files (https://www.linuxquestions.org/questions/linux-newbie-8/deleting-files-846601/)

rmcellig 11-25-2010 06:44 PM

Deleting files
 
1 Attachment(s)
I just ran xdiskusage and this is what I came up with. Could it be these backups that are causing the problem? If so how can I delete them?

tiredofbilkyyaforallican 11-25-2010 06:56 PM

Which problems are you running into? With the information you have given there is nothing anyone can say to help.It would be beneficial to atleast know which distro you are using.

rmcellig 11-25-2010 07:39 PM

Sorry about that. I am using Ubuntu 10.10. i noticed that I had hardly any space left on my HD. When I ran xdiskusage I noticed that there was over 56GB of backup files. What I did was go into sudo nautilus and highlighted the files and then selected move to trash. They are not in the trash. I know they are still taking up space on my HD but I don't know how to delete them.

tiredofbilkyyaforallican 11-25-2010 07:48 PM

That is better, you may be able to go into the files and instead of moving to trash try right clicking and hitting DELETE instead.

rmcellig 11-25-2010 07:53 PM

1 Attachment(s)
The problem is that I don't know where the files are. I can't see them when I go to sudo nautilus.

rmcellig 11-25-2010 08:16 PM

1 Attachment(s)
I found them but I don't know how to delete them. There is no delete when I right click on the files or go under the edit menu.

tiredofbilkyyaforallican 11-25-2010 11:44 PM

It would appear they are in the trash already but I don't know how you would eliminate them, I know this is stating the obvious but did you try to empty the trash?

nepremicnine 11-26-2010 05:38 AM

rm -rf ?!

rmcellig 11-26-2010 06:11 AM

This is so weird. When I right click on the files and select move to trash, they are already in the trash. When I double click on the trash icon in my panel. There is nothing in the trash.

Do I just open a terminal and type in rm -rf ?!

I am really not sure what to do at this point.

rmcellig 11-26-2010 06:13 AM

I was just wondering, can I boot from the Ubuntu live CD and somehow delete them from there? Please advise.

repo 11-26-2010 06:18 AM

Quote:

When I double click on the trash icon in my panel. There is nothing in the trash.
They are in root's thrash, since you deleted them as root.
Open a terminal
login as root
type
Code:

cd /root/.local/share/Trash/files/
ls

remove the files

If you have mc installed, use this to browse and delete the files


Kind regards

rmcellig 11-26-2010 06:23 AM

I am OK now Thanks!!

repo 11-26-2010 06:25 AM

Quote:

Originally Posted by rmcellig (Post 4171686)
I am OK now Thanks!!

Perhaps you can share the solution for further references, and mark the thread solved.

Kind regards

rmcellig 11-26-2010 06:26 AM

I marked this thread solved. Thanks Repo!!


All times are GMT -5. The time now is 05:15 PM.