Results 1 to 6 of 6

Thread: No permission to external hard drive with all my phd research... gulp

  1. #1
    Join Date
    Mar 2013
    Beans
    4

    Lightbulb No permission to external hard drive with all my phd research... gulp

    Hi Guys,

    I installed Ubuntu 12.04 today to recover data from my computer after Windows was caught in a start-up loop. I was able to pull all the important files off of my hard drive (running Ubuntu as a trial from a CD) and put them onto an iomega external hard drive. I then wiped my computer and installed Ubuntu 12.04 permenantly, as I was fed up with Windows. Now I am trying to transfer the files from my external hard drive back onto my computer, but am getting a message that I do not have permission to access the drive. I am guessing that I must have had it set to read / write or something incorrectly when I transferred my data in the first place.

    Does anyone know how I might be able to gain permission? I am afraid to mess with the formatting as this drive contains a year and a half of my graduate research backups.

    Thank you very much for your help in advance!

    K

  2. #2
    Join Date
    Apr 2011
    Location
    Cinnamon land
    Beans
    422
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: No permission to external hard drive with all my phd research... gulp

    Well the fast way to check if they're alright might be to open Nautilus as root
    Code:
    gksudo nautilus
    But this probably will not solve your problem as you will still have the same permissions issues with the actual files. I suppose if you copy them over to your computer hard drive you can have a go at getting the permissions right on the copied folder without worrying about messing up.

    I had a look for you and this post here may help you sort it out - although i'm not sure how much you know about Ubuntu so don't hesitate to ask back.
    check out KDE Neon
    Dell Inspiron 5625, AMD Ryzen 7 5825U


  3. #3
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No permission to external hard drive with all my phd research... gulp

    A root nautilus file browser might be an answer to getting your files, but before you try this we really need more information. What filesystem is on the Iomega drive? Did you format it yourself or is it as it came when you bought it? Plug the drive in, let it be automounted and post the output of these two terminal commands:

    Code:
    sudo fdisk -lu
    mount
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  4. #4
    Join Date
    Mar 2013
    Beans
    4

    Re: No permission to external hard drive with all my phd research... gulp

    Thanks guys, I solved my immediate problem. I actually went back and launched temporary Ubuntu from the CD again, and it magically allowed me to access my files. It won't let me move them to the hard drive however, so I am just slowly clouding everything.

    I will mess around with Nautilus and see if there is any way to gain permission via your reccommendions, and let you know what works.

    Thanks again!!

    K

  5. #5
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No permission to external hard drive with all my phd research... gulp

    Quote Originally Posted by KShark000 View Post
    I actually went back and launched temporary Ubuntu from the CD again, and it magically allowed me to access my files. It won't let me move them to the hard drive however, so I am just slowly clouding everything.
    With respect - you are. The UID of the live session "ubuntu" account is 999, whereas the UID of your home folder in your 12.04 HD installation will be 1000, which is why you ran into a permissions error when you tried to copy to there. You really need to post the information I suggested. If the live CD can read your Iomega drive, but your permanent 12.04 installation cannot, then there is a mount issue or a permissions issue that needs to be identified. Magic is not involved.

    Quote Originally Posted by KShark000 View Post
    I will mess around with Nautilus and see if there is any way to gain permission via your reccommendions, and let you know what works.
    If you mean a root nautilus, then I strongly suggest you do not - at least not yet. It may be needed, but it would be much better to see exactly what is going on.

    EDIT: and if you do post the output of fdisk and mount as I requested, please do so from the permanent 12.04 installation. Posting that information from the live CD session would be pointless.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  6. #6
    Join Date
    Mar 2013
    Beans
    4

    Re: No permission to external hard drive with all my phd research... gulp

    Originally Posted by KShark000
    I actually went back and launched temporary Ubuntu from the CD again, and it magically allowed me to access my files. It won't let me move them to the hard drive however, so I am just slowly clouding everything.


    Quote Originally Posted by coffeecat View Post
    With respect - you are.
    Haha, sorry, I guess my wording was ambiguous. By "I am just slowly clouding everything" I meant I am slowly sending all my data to cloud storage. Not, I am slowly confusing the situation. I am going to have to wait until all my cloud transfers finish, and then I will switch back to the UID = 1000 Ubuntu and post the info you requested.

    K

Tags for this Thread

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
  •