At IU, how do I map or mount my MDSS account to my workstation?
Note: For information about other methods of accessing the MDSS, see At IU, how do I access the MDSS?
Samba servers act as a gateway between Indiana University's Massive Data Storage Service (MDSS) servers and your workstation, and provide a fast and easily configured way of accessing your MDSS files and folders. See the appropriate section below for instructions on mapping or mounting your MDSS account to your workstation.
Note: If you are connecting from outside the IU network, your computer must be configured to use VPN. For help, see The basics of VPN at IU.
On this page:
Windows
The Samba interface allows you to access your MDSS files and folders as if they resided on a drive on your workstation. Before you can access your MDSS folder directly, you need to configure your computer as follows:
- Right-click
ComputerorMy Computerand selectMap Network Drive....
- In the "Folder:" field, type the path for your MDSS account:
\\smb.mdss.iu.edu\username
Replace
usernamewith your username and clickFinish. - You will be prompted to enter a username and password. Your MDSS folder will be mapped to a drive on the workstation.
Mac OS X
You need Mac OS X 10.1 or later to mount your MDSS space using SMB, the sharing protocol used in Windows. To access your MDSS account using Samba:
- In the Finder, from the
Gomenu, selectConnect to Server....
- In the
Connect to Serverwindow, in the "Address:" field, type: smb://smb.mdss.iu.edu/usernameReplace
usernamewith your username. ClickConnect. - You will be asked to authenticate. Type your username and password
in the appropriate boxes. In Mac OS X 10.4 and earlier, in the
"Workgroup/Domain" box, type
ADS.
- Click
OK. Your MDSS folder will be mounted on the desktop shortly.
Linux
To establish file system access to the MDSS from Linux via Samba,
use one of the following methods (replace netid with
your IU Network ID; you will be prompted for your
password):
- Mount MDSS as
root, as follows: # mkdir /mdss # mount -t cifs -o user=netid,sec=ntlmv2 //smb.mdss.iu.edu/netid /mdssIf the above example returns the error message, "mount: unknown filesystem type 'cifs'", or if you repeatedly get the error message, "mount error 13 = Permission denied", even though you are certain you typed your passphrase correctly, try the following instead:
# mount -t smbfs -o username=netid,krb //smb.mdss.iu.edu/netid /mdssIf the above example returns a "krb5_get_credentials failed" error message, try the following instead:
# mount -t smbfs -o username=netid@ADS.IU.EDU,krb //smb.mdss.iu.edu/netid /mdss - If you want to mount this such that it maps to a local UID
(for example, UID 500) correctly, you may want to do something like
this:
# mount -t cifs -o uid=500,user=netid,sec=ntlmv2 //smb.mdss.iu.edu/netid /mdss
You can add this option to the
smbfsmount options as well. - Once you are finished, you can disconnect using the following command: # umount /mdss
- If you do not have root access, you can use the following commands:
> mkdir ~/mdss
> mount.cifs //smb.mdss.iu.edu/netid ~/mdss -o user=netid,sec=ntlmv2
If the
> mkdir ~/mdss > smbmount //smb.mdss.iu.edu/netid ~/mdss -o username=netid,krbmount.cifscommand does not exist, or if it repeatedly returns the error message, "mount error 1 = Operation not permitted", even though you are certain you typed your passphrase correctly, you may be able to usesmbmount:If
mount.cifsdoes not work without root access, contact your system administrator. - Once you are finished with a user-mounted connection, you can
disconnect using the following command:
> umount.cifs ~/mdss
Or, if you used
> smbumount ~/mdsssmbmount:
Note that you may need a Kerberos-enabled Samba client on your Linux computer. This is the default on many distributions like Red Hat Enterprise Linux (RHEL) and Debian. If the mount command returns "No kerberos support compiled in", you may need to install Samba manually or consult your distribution's documentation to install a Kerberos-enabled Samba client.
Other MDSS shares
MDSS serves out several Samba/CIFS shares to control the class of service (COS) into which data is uploaded and to provide the ability to navigate to other users' shared folders. To use any of the following, substitute the name of the share for your username in the examples above:
-
small: This maps to COS 1, which is for small
files (up to 64MB).
-
medium: This maps to COS 2, which is for
medium-sized files (from 64MB to 1GB).
-
large: This maps to COS 3, which is for large
files (from 1GB to 1TB).
-
hpss-home: This maps to the top-level directory
in MDSS, where you can traverse the directory tree to the home
directory of another user. For example, the username
usernamewould be under directoryu, thens, and thenusername. Note that you won't be able to view the files unless the user has set permissions for you to do so.
Last modified on December 17, 2009.







