Find the answer to your Linux question:
Results 1 to 3 of 3
I am at the highest level of PCManFM, however - it displays everything but the user files for the open operating system (Debian). In other word, I can see all ...
  1. #1
    Linux Newbie BoDiddley's Avatar
    Join Date
    Oct 2010
    Location
    Plainfield, New Jersey
    Posts
    132

    PCManFM

    I am at the highest level of PCManFM, however - it displays everything but the user files for the open operating system (Debian). In other word, I can see all mounts - other OS's and USB harddrive, but my current file system is not present. Of course I can access my files in LXTerminal, but how do I display them in PCManFM.

    Do I need the gvfs-backends,or gvfs-fuse?

    Thanks

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    Have you looked in /etc/fstab to see if your / partition is entered in there? And that it looks somewhat like my entry.

    Code:
    # Pluggable devices are handled by uDev, they are not in fstab
    /dev/sda5 / ext4 defaults,noatime 1 1
    proc /proc proc defaults 0 0
    devpts /dev/pts devpts mode=0622 0 0
    # Dynamic entries below
    your /dev/sdX / will be different from mine like /dev/sda1 or /dev/sda2 but the / and type of file system (ext3,2,or 4) should come after. I gave up on pcmanfm but I realize you have it interlaced with LXDE. Also are you using separate kernels like 2.6.32 and updated to 2.6.35 or whatever.

    Because 2.6.32 kernels use /dev/hdx while the newer kernels use /dev/sdx in /etc/fstab. I ran into this situation with a liqourix kernel install. So I had to edit fstab and use UUID= to straighten things out.

    antiX-forum - View topic - smxi kernel 2.6.38-2.dmz.2-liquorix-686 booting (SOLVED)
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Linux Newbie BoDiddley's Avatar
    Join Date
    Oct 2010
    Location
    Plainfield, New Jersey
    Posts
    132
    Thanks, but that is a bit intense for me at this point.... trying not to break anything. For now I simply installed XFE. XFE looks directly at my file system and no others. I will use PCManFm when I want to search other partitions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •