Can't delete files

Discussion in 'Linux' started by mrpostman, Nov 6, 2009.

  1. mrpostman

    mrpostman

    Joined:
    Jul 6, 2009
    Messages:
    21
    Likes Received:
    0
    Hi everyone,

    I'm looking for a bit of guidance regarding my AA1.

    I am having loads of problems deleting files from a mounted memory card drive. It's an SD card (write protection off - on the side of the card its self)

    When I browse to the mounted removable disk, all the folders and files have a small yellow face with a yellow hand on. I try to right click to delete, but the delete option in the menu is faded out, and when I left click the file and press the DEL button, nothing happens.

    I tried right clicking and changing the file permissions but it says I can not do it as its a read only file system.

    I tried logging on as root using "su -" and typing my password (via terminal) thinking I'd be able to change it then, but had no luck.

    Any help would be appreciated,

    Thanks
     
    mrpostman, Nov 6, 2009
    #1
  2. mrpostman

    RockDoctor

    Joined:
    Aug 21, 2008
    Messages:
    963
    Likes Received:
    0
    Location:
    Minnesota, USA
    Is this an SD card in the left slot that Linpus is using as an extension of the SSD? If so, then perhaps (I don't use such a system, so I'm not sure this will work) what you need to do is browse to these files/folders not on the SD card but in their apparent location within the main filesystem structure and delete them there. For example, if file foo.bar is stored somewhere on the SD card but appears to be located in /home/user/foo.bar because of the way Linpus uses the SD card, then one would delete the file /home/user/foo.bar.

    If you're comfortable using Linux, another technique would be to boot your favorite Linux disto from a live USB stick, mount the SD card, and delete away.

    HTH
     
    RockDoctor, Nov 6, 2009
    #2
  3. mrpostman

    Darryl

    Joined:
    Sep 1, 2008
    Messages:
    308
    Likes Received:
    0
    try this in terminal..
    Code:
    sudo thunar
    opens the file system as root, delete what ya like........be careful ;)
     
    Darryl, Nov 7, 2009
    #3
  4. mrpostman

    mrpostman

    Joined:
    Jul 6, 2009
    Messages:
    21
    Likes Received:
    0
    Thank you for both replies, I really appreciate any help with this.

    I tried browsing to this directory, but there was no foo.bar in this dir....

    I am absolutely rubbish with linux so I dont really fancy booting from another linux distro....



    Darryl, I logged in to root using sudo thunar, the files still wouldn't delete and I still couldnt change the permissions. However, when I closed that "logged in as root" window , I tried to browse to my SD card again and the little face with the hand had gone, but I still couldn't delete.
     
    mrpostman, Nov 7, 2009
    #4
  5. mrpostman

    RockDoctor

    Joined:
    Aug 21, 2008
    Messages:
    963
    Likes Received:
    0
    Location:
    Minnesota, USA
    Slight misunderstanding here. Referring to /home/user/foo.bar, replace user with the name of an actual folder in /home, and replace foo.bar with the name of an actual file.
     
    RockDoctor, Nov 7, 2009
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.