Results 1 to 4 of 4

Thread: How to map drive in linux

  1. #1
    Join Date
    Jul 2009
    Posts
    19

    How to map drive in linux

    I know this is pretty easy in Windows based Operating System. But i have moved to Linux as i have a curiosity to learn and experiment with different Operating Systems. How to map drive in linux from a local network? Please help the newbie...

  2. #2
    Join Date
    Jan 2009
    Posts
    203

  3. #3
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to map drive in linux

    You must install samba packages and other dependency before you can mount a network windows partition on your linux machine. Once you have installed samba then run this command :
    Code:
    mount -t smbfs
    This could help...

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: How to map drive in linux

    Try using this command :

    Code:
    mkdir /mount
    mount //comp1/shared /mount
    This will work for mounting network drives. in the above command comp1 is the name of the network computer and shared is the folder/directory which is shared... This command will mount the network share in the mount folder that you created in the above command...

Similar Threads

  1. How can I format pen drive in Red Hat Enterprise Linux?
    By Dalajit in forum Operating Systems
    Replies: 7
    Last Post: 31-08-2011, 10:19 PM
  2. need help for installing red hat linux via hard drive
    By Bartolomeo in forum Operating Systems
    Replies: 4
    Last Post: 20-07-2011, 08:18 AM
  3. I am trying to run linux from a pen drive
    By Miguel Reyes in forum Operating Systems
    Replies: 5
    Last Post: 30-12-2010, 12:00 AM
  4. USB Drive is not mounting on Linux
    By Dumpkin in forum Operating Systems
    Replies: 5
    Last Post: 16-11-2010, 09:19 PM
  5. Linux not detecting external drive
    By dan-dan in forum Operating Systems
    Replies: 3
    Last Post: 14-10-2009, 10:58 PM

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
  •  
Page generated in 1,713,245,616.04806 seconds with 17 queries