Difference between revisions of "Mapping CS Home Directories Using SAMBA (SMB)"

 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Intro to SAMBA==
+
== Intro to Samba ==
  
:[http://www.samba.org SAMBA], as used in our CS Dept., is a method of mapping the dept's Grad Net user home directories (residing on our Linux-based home directory file server) to Windows and MacOS-based computers.  Basically, you can map your Linux home directory to, for example, some lettered drive on your Windows system.  (The actual protocol used is called '''SMB''', which stands for ''Server Message Block''.  You may also see or hear it as the term SMB/CIFS.)
+
[http://www.samba.org Samba], as used in the Computer Science Department, is a method of mapping the department's Grad Net user home directories (residing on our Linux-based home directory file server) to Windows, MacOS, and Linux-based computers over the network.  Basically, you can map your Linux home directory to, for example, some lettered drive on your Windows system.  (The actual protocol used is called ''SMB'', which stands for ''Server Message Block''.  You may also see or hear it as the term SMB/CIFS.)
  
:As an example, on our CS Grad Network, a home directory such as ''/users/mary'' can be mapped onto a Windows system as drive H: or drive M: or whatever drive letter is available.  The drive letter used is arbitrary.
+
As an example, on our CS Grad Network, a home directory such as <code>/users/mary</code> can be mapped onto a Windows system as drive H: or drive M: or whatever drive letter is available.  The drive letter used is arbitrary.
  
==''Who'' Can Use This Capability In CS To Map Their CS Linux Home Directory?==
+
== ''Who'' Can Use This Capability in CS to Map Their CS Linux Home Directory? ==
  
:Currently, this feature is '''''only''''' available to '''faculty, researchers, postdocs, staff, and instructors''' with '''''CS''' Grad Net Linux accounts''. <!-- (We hope to expand this capability to students in the future.)  -->
+
This feature is currently available to anyone with a [https://support.cs.jhu.edu/wiki/Obtaining_CS_Computer_Accounts '''''CS Grad Net''' Linux account''].
  
==How To Map Your CS Grad Net Home Linux Directory USING SAMBA/SMB==
+
:'''''NOTE:''''' If your Grad Net Linux account was created ''before'' July 2018, you ''might'' need to [[How To Reset Your Password|have your CS password reset]] before  you can use Samba for the first time.  So, try mapping the directory first, and if you are unable to map your home directory using the below instructions, you will most likely need to have us reset your password (even if you can log in to our Linux systems without problems.)
  
:Currently, to map your Linux home directory, you'll need a seperate SAMBA account created:
+
== How to Map Your CS Grad Net Home Linux Directory Using Samba ==
  
:If you are '''faculty, a researcher, a postdoc, staff, or an instructor''' with '''''CS''' Grad Net Linux account'', then...
+
* Make sure your system resides somewhere on the JHU network.  You must have a JHU-based IP (plugged in network, Hopkins Wifi, VPN, etc.)
  
:* Send an email to [mailto:support@cs.jhu.edu support@cs.jhu.edu] to schedule stopping by to see one of us to have a special SAMBA account created, and you will need to create a SAMBA password to use at that time.  (This seperate SAMBA account works in conjunction with your CS a Linux Grad account to provide access to your Linux Grad account home directory.)
+
* If your system is outside of JHU, then you need to first become part of [https://support.cs.jhu.edu/wiki/VPN_-_JHU JHU's VPN] service.
  
:Once the account is created:
+
* On your Windows, Mac, or Linux system, use its appropriate drive mapping command/configuration to map your ''CS home directory''.  In the case of your home directory, the share name will be the same as your Linux account name.
  
:* Make sure your system is residing somewhere on the JHU network. You must have a JHU-based IP (plugged in network, Hopkins Wifi, VPN, etc.)
+
* You'll need the server name for the share:  ''rtfm.cs.jhu.edu''
  
:* If your system is outside of JHU, then you need to first become part of [http://www.it.johnshopkins.edu/services/network/VPN JHU's VPN] service.
+
Typically, use the following mapping processes:
  
:* On your Windows or Mac system, use its appropriate drive mapping command/configuration to map a share that we will provide you when you create your account.
+
==Windows 10==
  
:Typically, use the following mapping tools:
+
* Run '''This PC'''
 +
** There are two ways to get to '''This PC'''
 +
***METHOD 1:
 +
****Run ''File Explorer''
 +
****Choose ''This PC''
 +
***METHOD 2:
 +
****From Windows 10 Search bar, search and run ''This PC''
  
::'''''Windows:'''  Windows Explorer -----> Tools -----> Map network drive''
+
* Choose ''Map Network Drive''
  
::'''''MAC:'''  Finder ----> Go ----> Connect to Server''
+
* Choose Drive Letter from the drop-down (Remember, Drive Letter is arbitrary.)
  
:In both cases, the server name is '''rtfm.cs.jhu.edu''' and the share would simply be your username.
+
* Enter \\''servername''\''sharename''
 +
** in our case, you'd be entering rtfm.cs.jhu.edu as the server name.  So, ''\\rtfm.cs.jhu.edu\sharename'' (where ''sharename'' is your username, for instance.)
  
:e.g.  in Windows:
+
* Decide whether you want to check off:
 +
::Reconnect at sign-in  
  
::'''\\rtfm.cs.jhu.edu\mary'''
+
:::and/or
::(notice the use of ''back'' slashes.)
+
 
 +
::Connect using different credentials (you need to make sure you use the credentials for accessing your Grad Net shares, which might not be the same as the login you use when you start Windows.)
 +
 
 +
::'''NOTE:''' If your windows system is on a different domain (e.g., ''WIN'' or something else) and you're having issues connecting to our CS shares, choose the ''Connect using different credentials'' option, and for username, ''pre''pend your CS username with ''csoffice\''    So, if your CS username is jane1, then you should enter ''csoffice\jane1''
 +
 
 +
*Click '''Finish'''
 +
 
 +
==MAC==
 +
 
 +
* Click on ''Finder''
 +
 
 +
* Choose ''Go''
 +
 
 +
* Choose ''Connect to Server''
 +
 
 +
* Enter ''smb:''//''servername''/''sharename''
 +
 
 +
==Linux==
 +
 
 +
:Varies depending on your desktop environment.  Please search the Internet for SMB/SAMBA filesystem-mounting techniques for your flavor of Linux.
 +
 
 +
==NOTES:==
 +
 
 +
===Server Name Format===
 +
As mentioned above, in each instance of mounting the SMB share on the CS Grad Net, the server name to use is <code>rtfm.cs.jhu.edu</code>.
 +
 
 +
e.g.  in Windows:
 +
 
 +
:<code>\\rtfm.cs.jhu.edu\mary</code>
 +
:''(notice the use of '''back''' slashes.)''
 +
 
 +
or on mac:
 +
 
 +
:<code>smb://rtfm.cs.jhu.edu/mary</code>
 +
:''(notice the use of '''forward''' slashes.)''
  
:or on mac:
 
  
::'''smb://rtfm.cs.jhu.edu/mary'''
 
::(notice the use of ''forward'' slashes.)
 
  
  

Latest revision as of 22:21, 11 January 2022

Intro to Samba

Samba, as used in the Computer Science Department, is a method of mapping the department's Grad Net user home directories (residing on our Linux-based home directory file server) to Windows, MacOS, and Linux-based computers over the network. Basically, you can map your Linux home directory to, for example, some lettered drive on your Windows system. (The actual protocol used is called SMB, which stands for Server Message Block. You may also see or hear it as the term SMB/CIFS.)

As an example, on our CS Grad Network, a home directory such as /users/mary can be mapped onto a Windows system as drive H: or drive M: or whatever drive letter is available. The drive letter used is arbitrary.

Who Can Use This Capability in CS to Map Their CS Linux Home Directory?

This feature is currently available to anyone with a CS Grad Net Linux account.

NOTE: If your Grad Net Linux account was created before July 2018, you might need to have your CS password reset before you can use Samba for the first time. So, try mapping the directory first, and if you are unable to map your home directory using the below instructions, you will most likely need to have us reset your password (even if you can log in to our Linux systems without problems.)

How to Map Your CS Grad Net Home Linux Directory Using Samba

  • Make sure your system resides somewhere on the JHU network. You must have a JHU-based IP (plugged in network, Hopkins Wifi, VPN, etc.)
  • If your system is outside of JHU, then you need to first become part of JHU's VPN service.
  • On your Windows, Mac, or Linux system, use its appropriate drive mapping command/configuration to map your CS home directory. In the case of your home directory, the share name will be the same as your Linux account name.
  • You'll need the server name for the share: rtfm.cs.jhu.edu

Typically, use the following mapping processes:

Windows 10

  • Run This PC
    • There are two ways to get to This PC
      • METHOD 1:
        • Run File Explorer
        • Choose This PC
      • METHOD 2:
        • From Windows 10 Search bar, search and run This PC
  • Choose Map Network Drive
  • Choose Drive Letter from the drop-down (Remember, Drive Letter is arbitrary.)
  • Enter \\servername\sharename
    • in our case, you'd be entering rtfm.cs.jhu.edu as the server name. So, \\rtfm.cs.jhu.edu\sharename (where sharename is your username, for instance.)
  • Decide whether you want to check off:
Reconnect at sign-in
and/or
Connect using different credentials (you need to make sure you use the credentials for accessing your Grad Net shares, which might not be the same as the login you use when you start Windows.)
NOTE: If your windows system is on a different domain (e.g., WIN or something else) and you're having issues connecting to our CS shares, choose the Connect using different credentials option, and for username, prepend your CS username with csoffice\ So, if your CS username is jane1, then you should enter csoffice\jane1
  • Click Finish

MAC

  • Click on Finder
  • Choose Go
  • Choose Connect to Server
  • Enter smb://servername/sharename

Linux

Varies depending on your desktop environment. Please search the Internet for SMB/SAMBA filesystem-mounting techniques for your flavor of Linux.

NOTES:

Server Name Format

As mentioned above, in each instance of mounting the SMB share on the CS Grad Net, the server name to use is rtfm.cs.jhu.edu.

e.g. in Windows:

\\rtfm.cs.jhu.edu\mary
(notice the use of back slashes.)

or on mac:

smb://rtfm.cs.jhu.edu/mary
(notice the use of forward slashes.)