Results 1 to 4 of 4

Thread: Dead ubuntu, backing up files permissions

  1. #1
    Join Date
    Jun 2008
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Dead ubuntu, backing up files permissions

    Hi all,

    I am (was) running ubuntu hardy heron and it recently died. The login screen keeps refrshing itself up to the jungly drum sound which is quite annoying and I cant login.

    Anyway I opted to back up my files and start again with intrepid and a fresh install.

    To do this am running ubuntu from a disk and going to copy my important files over to usb.

    THe issue I am having is that the usb is seen as read only and Im not sure how to get around this. I've tried

    sudo cp etc....

    I get

    "cannot create regular file" ... "Read-only file system"

    Im assuming the issues I am having are because I'm running off a live disk. I could really do with backing a few of these files up!

    If anyone can help me change the permissions on the usb stick W would much appreciate it!

  2. #2
    Join Date
    Jun 2008
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dead ubuntu, backing up files permissions

    Note that I cannot see the permissions in properties

  3. #3
    Join Date
    Mar 2007
    Beans
    Hidden!

    Re: Dead ubuntu, backing up files permissions

    Try using something like:

    Code:
    sudo chmod 777 <filename>
    Or try this:

    Code:
    sudo chown $USER:$USER -R <foldername>
    to change the folder owner.

  4. #4
    Join Date
    Jun 2008
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dead ubuntu, backing up files permissions

    Oh yeah!

    After a lot of faffing (I had to reformat my pen drive too!)

    The first one seems to have worked!!!!!!

    Absolute genius!

    Ubuntu forums... probably the best on the web

    Cheers

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
  •