Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Mapping drives  (Read 6231 times)

0 Members and 1 Guest are viewing this topic.

Accessless

    Topic Starter


    Adviser
  • Thanked: 15
    • Yes
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Mapping drives
« on: June 12, 2009, 12:53:23 PM »
Is it possible to map drives in Linux? I.e. home directory as C:\, disk drives as D:\ instead of /dev/sr'x'?

SUSE 11.1 KDE desktop.

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: Mapping drives
« Reply #1 on: June 12, 2009, 03:08:12 PM »
Linux has a single file system starting at the root "/".  Everything has to be "mounted" to it.  So you create a directory, e.g. "/mnt/cdrom" and the CDROM is then attached to that directory.  If you think about it, it makes more sense than having a logical limit of 26 different drives.  In a networked environment, it's easy to exceed 26.

Look up the HowTo on mounting devices for more info.
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

Accessless

    Topic Starter


    Adviser
  • Thanked: 15
    • Yes
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Re: Mapping drives
« Reply #2 on: June 13, 2009, 06:28:31 AM »
Right I have successfully mounted my Windows C drive, yes it works very badly... The only thing now is how do I retain mounted drives after a shutdown or restart?

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: Mapping drives
« Reply #3 on: June 13, 2009, 07:27:29 AM »
Check out the file /etc/fstab.  >This article< might help.
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos