Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Usb Storage Problem

  • 20-01-2009 05:01PM
    #1
    Registered Users, Registered Users 2 Posts: 220 ✭✭


    Hi all,

    How come when I plug my external usb hd ( a 3 y/o 300 gig lacie lego type) into my ubuntu box i don't have permission to delete anything.

    I do for the 1st few seconds then I'm denied deleting rights. I've tried to change my permissions to read/write but I'm told I'm not allowed.

    Also when I delete stuff from my 2 gig usb stick it goes instead to a hidden trash folder that I can only see and delete on my xp box.

    Oddness.

    Many thanks


Comments

  • Registered Users, Registered Users 2 Posts: 2,717 ✭✭✭ARGINITE


    Don't hang me if I am wrong, I am no linux expert.
    Open a terminal, then change directory to your usb drive and type:
    sudo chown -R "your user name here" *

    Regarding the hidden trash folder, its like the recycling bin from windows, empty your trash before unmounting the usb drive should solve the problem.


  • Registered Users, Registered Users 2 Posts: 7,516 ✭✭✭matrim


    Is the HD formatted to NTFS?

    If it is you might need to enable Write support to NTFS. There are plenty of tutorials on this on the ubuntu forums


  • Registered Users, Registered Users 2 Posts: 220 ✭✭joe_dunne


    Hi all,

    Thanks for all the replies i'll try em out when I get home.


    Maxim the hd is formated fat32.

    I'll leave it to tomorrow to drop my wireless connection problems on you.


  • Posts: 6,176 ✭✭✭ [Deleted User]


    Did you try

    sudo rm whatever


  • Closed Accounts Posts: 1,377 ✭✭✭An Fear Aniar


    Did you try

    sudo rm whatever

    You might have to force the rm
    sudo rm -rf /path/to/usb/folder
    

    the -rf makes it force deletion recursively i.e. deletes a folder and all the contents within it.

    be careful using that one though, because you can delete your entire digital life if you use it on the wrong files.


    .


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 220 ✭✭joe_dunne


    Hi all,

    Thanks for all the reply's I appreciate it.

    Joe


Advertisement