How do I attach a network share?

Discussion in 'Linux' started by Willem.deboer, Nov 9, 2008.

  1. Willem.deboer

    Willem.deboer

    Joined:
    Oct 31, 2008
    Messages:
    11
    Likes Received:
    0
    In my home network, I have a WD My Book World 500 Gb harddrive. It appears to all Windows XP clients as a network share and works extremely well for central storage.
    Is there an easy way to mount these shares permanently in Linpus? To my surpise, when adding my HP networked printer, I could see all my network shares in the tree when selecting a printer. But where can I attach the file shares in a graphical environment similar to the printer utility? I would really like to use my shares in Linpus.
     
    Willem.deboer, Nov 9, 2008
    #1
  2. Willem.deboer

    markh

    Joined:
    Oct 6, 2008
    Messages:
    299
    Likes Received:
    0
    There are quite a few different methods available. I'm using pyNeighborhood, as described in this topic: viewtopic.php?f=34&t=89

    Looking through the networking forum will give you some other options.

    Mark
     
    markh, Nov 9, 2008
    #2
  3. Willem.deboer

    WayneD

    Joined:
    Nov 5, 2008
    Messages:
    4
    Likes Received:
    0
    Hi,

    New to linux but sorted our Apsire One to connect to my NAS drive like this for example.

    1. Open My Documents
    2. Right-click and create a folder called "My Net Docs" (no quotes)
    3. Right-click blank area in MY Documents and click Open Terminal Here
    4. In the terminal, type the following to create network share link to the folder you just created. Read my NOTE below 1st.
    Code:
    sudo mount \\192.168.1.2\family\wayne "My Net Docs"
    NOTE: The IP (192.168.1.2) is the result IP from pinging my NAS drive on my network.
    This NAS has a share called family and a sub-folder beneath called wayne

    Hope this helps.

    Wayne
     
    WayneD, Nov 11, 2008
    #3
  4. Willem.deboer

    Willem.deboer

    Joined:
    Oct 31, 2008
    Messages:
    11
    Likes Received:
    0
    Wayne,

    if I type what you suggest, I get the following messages:
    audit_log_user_command(): Connection refused
    mount: you must specify the filesystem type

    What's happening?

    If I use syntax:

    sudo mount //192.168.1.2/family/wayne "My Net Docs"

    it does work. Is it possible to mount the root of the share?

    Willem
     
    Willem.deboer, Nov 11, 2008
    #4
  5. Willem.deboer

    Guest Guest

    Try and use smb4k
    sudo yum install smb4k
    then type from Terminal: smb4k
     
    Guest, Nov 16, 2008
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.