Results 1 to 8 of 8

Thread: Cant access folder because of Lucid upgrade problem

  1. #1
    Join Date
    Apr 2009
    Beans
    47

    Exclamation Cant access folder because of Lucid upgrade problem

    Hello everyone.

    Just upgraded to Lucid from Karmic, but I've got two problems:

    1: After install I restarted, but it just showed the boot loader for 1 second and then black screen!

    I then thought I would just reinstall Ubuntu so I used the Live CD to access the folders on the computer to get a backup.

    2: But some of the folders in the Documents folder has got a white cross over it and when I try to open them I get the message: "The folder contents could not be displayed."

    What I want is just to get the files (some of them is a bit important) and make a quick reinstall so if somebody knows a way to open the folders and make a backup it would be GREAT.

    //Adavur

  2. #2
    Join Date
    May 2005
    Location
    Los Angeles, CA, USA
    Beans
    187
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Cant access folder because of Lucid upgrade problem

    Can you post the output of

    Code:
    ls -l ~/Documents

  3. #3
    Join Date
    Apr 2009
    Beans
    47

    Question Re: Cant access folder because of Lucid upgrade problem

    Hello again and thanks for your reply.

    The only way to access a terminal was by using the Live CD and this is my output:

    Code:
    ubuntu@ubuntu:~$ ls -l /media/.../Documents
    total 588
    drwx------  2 1000 1000   4096 2010-03-30 15:19 Folder 1 (not accessible)
    drwx------ 10 1000 1000   4096 2010-04-20 18:26 Folder 2 (not accessible)
    -rwxr-xr-x  1 1000 1000 553056 2010-03-25 19:55 file1.pdf
    drwxr-xr-x  2 1000 1000   4096 2010-04-07 19:55 Folder 3 (accessible)
    drwx------  2 1000 1000   4096 2010-03-30 15:22 Folder 4 (not accessible)
    -rwxr-xr-x  1 1000 1000  26624 2009-06-17 17:36 file2.doc
    (renamed files)

    I also tried to access the files with the Puppy Linux Live CD, but it wouldn't even allow me to access the hard drive at all.

    Thank you in advance.

  4. #4
    Join Date
    Apr 2009
    Beans
    47

    Re: Cant access folder because of Lucid upgrade problem

    Anyone?

  5. #5
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cant access folder because of Lucid upgrade problem

    as i understand, lucid is installed but you have issues at boot time, right ?
    try to boot into recovery mode, if grub menu is hidden, at end of bios process, hold "shift" key down to show it, then select the 2d line (recovery mode) to boot

  6. #6
    Join Date
    Apr 2009
    Beans
    47

    Re: Cant access folder because of Lucid upgrade problem

    Thank you man, I couldn't figure out how to show the GRUB menu. Booted into low graphic something and had access to my folders.

    I still have no idea why I couldn't access some of the folders on the Live CD whilst I could access others, but thank you very much

  7. #7
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cant access folder because of Lucid upgrade problem

    Quote Originally Posted by Adavur View Post
    Thank you man, I couldn't figure out how to show the GRUB menu. Booted into low graphic something and had access to my folders.

    I still have no idea why I couldn't access some of the folders on the Live CD whilst I could access others, but thank you very much
    nice

    now into console:

    sudo apt-get update
    sudo apt-get install -f
    sudo dpkg --configure -a
    sudo dpkg-reconfigure gdm
    sudo dpkg-reconfigure plymouth
    sudo update-initramfs -u
    sudo grub-mkconfig && update-grub

    the easiest and secured way to access your files is to install MountManager and tweak it with your prefs for devices and partitions. Then for files: sudo chown "user" "the path to your file", where "user" is the user name you boot with.
    Last edited by dino99; May 5th, 2010 at 05:20 PM.

  8. #8
    Join Date
    Apr 2009
    Beans
    1,173

    Re: Cant access folder because of Lucid upgrade problem

    Quote Originally Posted by Adavur View Post
    Code:
    ubuntu@ubuntu:~$ ls -l /media/.../Documents
    total 588
    drwx------  2 1000 1000   4096 2010-03-30 15:19 Folder 1 (not accessible)
    The user id and group id (1000:1000) implies that it is not you, unless you run ls -ln to see id number instead of names.

    sudo chown -r user:usergroup path will restore ownership (recursively).

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
  •