Results 1 to 4 of 4

Thread: Where does Ubuntu Mount CIFS though GUI?

  1. #1
    Join Date
    Apr 2005
    Location
    IL
    Beans
    26

    Question Where does Ubuntu Mount CIFS though GUI?

    I used Places > Connect to Server to connect to a samba share using CIFS.

    Now i want to use the terminal to copy some files. Where does the GUI mount the shared Drive.

    I looked in /mnt and /media but was unable to find the mounted share other than the link on the desktop though the GUI.

    Thanks,
    Aaron
    Thank You! Your the reason this forum Rocks!!
    ~"A"

  2. #2
    Join Date
    Mar 2008
    Location
    England
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Where does Ubuntu Mount CIFS though GUI?

    It is a while since I've used the GUI to mount shares, but AFAIK all GNOME Virtual File Systems (CIFS, SSHFS etc.) are in ~/.gvfs (it's a hidden dir)

    Hope it helps...

  3. #3
    Join Date
    Apr 2005
    Location
    IL
    Beans
    26

    Smile Re: Where does Ubuntu Mount CIFS though GUI?

    That was it. Thanks.
    Thank You! Your the reason this forum Rocks!!
    ~"A"

  4. #4
    Join Date
    Jun 2006
    Beans
    8

    Another solution to mount shares

    At least gnome mounts them, although the location isn't obvious. That is not the case with KDE as far as I can tell, and XFCE does not have a network browser. Personally, I prefer to have cifs shares mounted automatically to rationally named directories where I can access them easily from the command line. Attached is my cifs management system.

    These scripts provide a convenient way to automatically mount
    samba/Windows shares when the user logs in, with the option for each
    share to be disconnected or remain mounted when the user logs out.
    This capability is useful for:
    - Making shares available in console sessions and remote logins, or
    desktops such as XFCE that don't provide share browsing through the
    file manager.
    - Making shares available to command line operations and scripts
    on desktops like KDE that let you browse and manipulate shares
    graphically, but don't actually mount them.
    - Making shares more obvious and accessible to the command line and
    scripts on desktops like gnome that browse and mount them, but in
    obscure places like ~/.gvfs/My\ Share\ on\ SomeServer.
    - Keeping shares mounted for background processes and cron jobs when
    you log out of the graphical environment.

    They have been tested on Ubuntu 8.04 and 9.04, Xubuntu 9.04,
    Fedora 10 and 11, openSUSE 11.1, PCLinuxOS 2009.2, and Slackware 12.2.

    I hope you find them useful.
    Attached Files Attached Files
    Last edited by mperrin; August 12th, 2009 at 06:47 PM. Reason: Attachment didn't stick the first time

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
  •