Results 1 to 6 of 6

Thread: Mount folder on localnetwork

  1. #1
    Join Date
    Mar 2007
    Beans
    8

    Mount folder on localnetwork

    I want to mount smb://boden/pfilm/ as /home/jonathan/boden
    How do I do?

  2. #2
    Join Date
    Jul 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    265
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mount folder on localnetwork

    Quote Originally Posted by Xaziva View Post
    I want to mount smb://boden/pfilm/ as /home/jonathan/boden
    How do I do?
    Please someone reply to this, i also want to know.

  3. #3
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: Mount folder on localnetwork

    go to places-->connect to server then choose from the drop down "custom location" and add the path there ("smb://[server]/[share]") - ah, didn't see you want to mount it as a home folder :S hmm...you could probably mount it then edit the path to your home folder using gconf-editor. not 100% sure that will work though.

  4. #4
    Join Date
    Mar 2007
    Beans
    8

    Re: Mount folder on localnetwork

    Anyone?

  5. #5
    Join Date
    Jul 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    265
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mount folder on localnetwork

    Quote Originally Posted by Xaziva View Post
    Anyone?
    I try ask in other forum for u, nobody reply yet.

  6. #6
    Join Date
    Jul 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    265
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mount folder on localnetwork

    First create the directory /home/jonathan/boden on the local machine.

    Then read the man page for mount
    http://linuxcommand.org/man_pages/mount8.html
    http://linuxcommand.org/man_pages/smbmount8.html
    http://linux.die.net/man/8/mount.cifs
    http://linux.die.net/man/8/smbmount

    mount -t cifs //server/share /mnt --verbose -o user=username

    mount -t smbfs

    Also see man pages for
    ssh
    ftp



    -----------------------------
    Paris Heng @ Wifi-Linux
    Last edited by Paris Heng; May 4th, 2008 at 08:17 PM.

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
  •