Results 1 to 9 of 9

Thread: Mount Drive not showing files

  1. #1
    Join Date
    Sep 2006
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Cool Mount Drive not showing files

    I'm using ubuntu 9.10 and I'm trying to mount a shared drive from my airport extreme. I am able to mount the drive via:
    sudo mount -t cifs //extreme.local/videos /media/videos

    once I change into that drive though and run ls, nothing shows up. The weird thing, though, is that I can change directories. So I can type cd TV and it'll go into that directory, but when I run ls in that directory nothing shows up.

    Also, if I mount the drive in nautilus, everything shows up fine, but I need terminal access to the drive.

    Any ideas?

  2. #2
    Join Date
    Jun 2009
    Location
    north tx
    Beans
    29

    Re: Mount Drive not showing files

    just a shot in the dark but try dir instead of ls

  3. #3
    Join Date
    Sep 2006
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Mount Drive not showing files

    Nope. That didn't work either

  4. #4
    Join Date
    Jun 2009
    Location
    north tx
    Beans
    29

    Re: Mount Drive not showing files

    could it be permission problems? try using sudo dir... its pretty weird that it shows it in nautilus but not the terminal...

  5. #5
    Join Date
    Jun 2009
    Location
    north tx
    Beans
    29

    Re: Mount Drive not showing files

    oh wait just reread your original post... if you mount the drive with nautilus can you see the files in the terminal?

  6. #6
    Join Date
    Sep 2006
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Mount Drive not showing files

    if I mount the drive in nautilus I can see the files in ~/.gvfs, but I'm not always able to use nautilus to mount the drive (normally I just ssh into the box). What could nautilus be doing differently?

  7. #7
    Join Date
    Sep 2006
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Mount Drive not showing files

    bump. Any ideas on this?

  8. #8
    Join Date
    Feb 2010
    Location
    Cape Town, South Africa
    Beans
    2
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Mount Drive not showing files

    I have the exact same problem when mounting a Hard Drive that is being shared via my Time Capsule. Could it have something to do with the fact that the shared drive is formatted using HFS+ ?

  9. #9
    Join Date
    Feb 2010
    Location
    Cape Town, South Africa
    Beans
    2
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Mount Drive not showing files

    Ahh.. a little more browsing and I came across this page:

    https://bugs.launchpad.net/ubuntu/+s...ba/+bug/406466

    The last post on the page gave me the solution...

    The trick is the " nounix,noserverino, " in the next section.

    My fstab looks like this now (and I can see all folders and files now)

    //Time-Capsule/MyBook/Backups /media/TC_MyBook cifs user,rw,iocharset=utf8,nounix,noserverino,uid=1000 ,gid=1000,file_mode=0775,dir_mode=0775,credentials =/home/joebloggs/smb.pass 0 0

    Hope this helps

    Martijn

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
  •