Results 1 to 10 of 10

Thread: Files showing up in terminal, but not in Nautilus

  1. #1
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Files showing up in terminal, but not in Nautilus

    OK, so I installed Ubuntu 8.04 on a computer that was given to me by a friend. It's going to be used by my sister, and she needed to have all of her documents. Easy, just pull out the HDD in her (broken) machine and put it into this new one. It's working just fine, except for one oddity.

    When I go to her "My Documents" folder (/media/disk/Documents and Settings/Owner/My Documents) in Nautilus there are supposedly no files. However, when go to her "My Documents" folder in the terminal and do an ls, all of her documents show up. What do you think is wrong?
    archlinux \\ amd+ati \\ subtle \\ website

  2. #2
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Re: Files showing up in terminal, but not in Nautilus

    Hmm, nobody knows? Well, guess I'll try the best I can. =/
    archlinux \\ amd+ati \\ subtle \\ website

  3. #3
    Join Date
    Apr 2007
    Beans
    36

    Re: Files showing up in terminal, but not in Nautilus

    I'm having this problem also on an External USB hard drive. If I figure anything out I'll post here.

    It's strange. I can successfully unrar files in folders that don't show up in nautilus. So I don't think it is data corruption because I believe rar files have CRC checks
    Last edited by Vasto; October 5th, 2008 at 07:26 PM.

  4. #4
    scouser73's Avatar
    scouser73 is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2008
    Beans
    1,663
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Wink Re: Files showing up in terminal, but not in Nautilus

    Could it possibly be hidden folders?, Just a guess like.

  5. #5
    Join Date
    Aug 2008
    Beans
    111

    Re: Files showing up in terminal, but not in Nautilus

    If its hidden folders, just go into the folder in nautilus and press ctrl+h
    ///////
    Intel Core 2 Quad Q6600 (OCed:378x9:3.4GHz), P5K-SE, 4gb DDR2 800MHz Corsair RAM (4-4-4-12 OCed) 500gb Seagate 7200.11 HDD, Antec 900, 8600GT

  6. #6
    Join Date
    Apr 2007
    Beans
    36

    Re: Files showing up in terminal, but not in Nautilus

    It's not hidden folders. None of them have the . prefix. Also, they show up in a normal ls.

  7. #7
    Join Date
    Oct 2007
    Beans
    370
    Distro
    Ubuntu

    Re: Files showing up in terminal, but not in Nautilus

    could you post the output of at least one line from ls -l? (that's a l)

  8. #8
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Files showing up in terminal, but not in Nautilus

    I think it could be the file permissions. The directory may not have read permissions set.

  9. #9
    Join Date
    Dec 2006
    Beans
    258

    Re: Files showing up in terminal, but not in Nautilus

    Did you setup two different accounts? One for your sister and one for you? Is the terminal an nautilus both running under the same account?

    Like the previous poster, Zeus suggested, can you post the output of 'ls -la'

    Also, what is the name you log on to use nautilus.

  10. #10
    Join Date
    Apr 2007
    Beans
    36

    Re: Files showing up in terminal, but not in Nautilus

    For me at least it isn't file permissions. The files don't show up even when I "sudo nautilus". However one thing that did work was moving the files with the terminal. It worked for the one file I tried. I'm going to look up some bash commands tomorrow to see if I can move all the folders while keeping the folder names.

    EDIT: Interesting note though. If I move the files back into the original directory, they dissappear again.

    EDIT:: I fixed my problem. From the terminal:
    Code:
    mkdir Temporary
    mv Problem_Directory Temporary
    Then from the GUI you should be able to see those files. And you can cut and paste them to wherever you want. It is a strange bug that I'm not sure what it was caused by.
    Last edited by Vasto; October 6th, 2008 at 04:45 PM.

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
  •