Results 1 to 6 of 6

Thread: Cannot delete files

  1. #1
    Join Date
    Feb 2008
    Location
    A Sith Ifrican in London
    Beans
    282
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question Cannot delete files

    I am trying to delete a folder with mp3 files in called Opera.

    I get the following error message:

    Error while deleting.

    Files in the folder "Opera" cannot be handled because you do not have permissions to see them.
    I am using Karmic 9.10 (64-bit version) which was loaded onto a brand new 64-bit computer yesterday.

    I have clicked on "show hidden files" but that doesn't do anything.

    The folder is on a REV drive.

    Failing anything here, I will have to go to a Windows machine and format the drive.

    Ampers.

    Ampers Taylor - AmpersUK on Twitter - ampers on Skype - Web www.ampers.me.uk

  2. #2
    Join Date
    Aug 2007
    Location
    Hawthorne, NJ
    Beans
    551
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cannot delete files

    Open the terminal (APPLICATIONS>ACCESSORIES>TERMINAL) type
    sudo nautilus

    Be careful, you can also delete system files as a super user.
    Before Executing commands, understand WHAT you are doing and WHY YOU WOULD WANT TO DO THAT. Some Commands can be VERY dangerous if you are uninformed!

  3. #3
    Join Date
    Mar 2009
    Location
    De Cymru
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cannot delete files

    The best option would be to use sudo to delete the files by the looks of your problem. If you know where the files are stored, simple do:
    Code:
    sudo rm -Rf /media/rev-drive/music/Opera
    This should fix the issue for you. You can change the /media/rev-drive/music/Opera to the correct path to your music directory. If you need help finding this I'll try my best to explain otherwise I hope this will help you.

  4. #4
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Cannot delete files

    Quote Originally Posted by jflaker View Post
    Open the terminal (APPLICATIONS>ACCESSORIES>TERMINAL) type
    sudo nautilus

    Be careful, you can also delete system files as a super user.
    Wouldn't you prefer to use gksudo when gaining elevated rights with a graphical application ?

  5. #5
    Join Date
    Mar 2009
    Location
    De Cymru
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cannot delete files

    Quote Originally Posted by jflaker View Post
    Open the terminal (APPLICATIONS>ACCESSORIES>TERMINAL) type
    sudo nautilus

    Be careful, you can also delete system files as a super user.
    I highly recommend against opening nautilus in root-mode, however if you do please type the following:
    Code:
    gksudo nautilus
    sudo nautilus isn't recommended please use gksudo if you are going to do this method.

  6. #6
    Join Date
    Dec 2008
    Location
    United States
    Beans
    766
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Cannot delete files

    Some way you have the wrong permissions on that folder
    open a terminal
    Application->accessories->terminal

    copy and past this into terminal
    gksu nautilus
    Then when ask type your password then find the folder
    you want to delete.Do not delete this folder right click
    it and go to the bottom were it says properties click
    that and then go to the permissions tab and change it to
    your user name then after exiting all of that go and delete
    the folder

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •