Closed Thread
Results 1 to 3 of 3

Thread: Mount network drive

  1. #1
    Crop is offline Learning Programmer
    Join Date
    Jan 2007
    Posts
    62
    Rep Power
    0

    Mount network drive

    I tried to use the network GUI but it keeps crashing whenever I try to mount a network drive. So my question is what commands can I use from the console to do this?

    I need to mount \\lnr-st330\documents to /media/lnr-st330

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    powerspike Guest
    assuming it's a windows volume you are trying to mount, have you got smb tools isntalled on your system ?

    you could try something like mount -t smbfs -o <options> \\lnr-st330\documents /media/lnr-st330

    options are comma seperated like username=bob,password=theman

    etc etc

    also check out the program called smbmount

  4. #3
    ptt3 Guest
    That would work. You could also use:

    Code:
    smbmount //windows/mount/point /mnt/local/mount rw,uid=<Windows User>

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Beginner Mount website as folder with SSH
    By Alexander in forum Linux Tutorials, Guides and Tips
    Replies: 2
    Last Post: 02-16-2011, 06:42 PM
  2. Mount command
    By BigLinux in forum Linux Programming and Scripting
    Replies: 1
    Last Post: 08-28-2009, 01:09 PM
  3. C# Mapping a network drive
    By Void in forum C# Programming
    Replies: 3
    Last Post: 12-20-2008, 11:56 AM
  4. Mount .cue/.bin file?
    By Off in forum Linux/Unix General
    Replies: 1
    Last Post: 07-08-2008, 05:39 AM

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