Linux

NAS File Server 2 steps for LINUX PC

With help from Rolf Jordi, STI-I2S-LSA1

  1. Check the network parameter
  2. Connect

Check the network parameter

Check that the DNS servers in /etc/resolv.conf are the Active Directory ones (128.178.15.227 & 128.178.15.228)

Connect

  1. Create an mounting point
    • install the tools
      $ sudo aptitude install samba
      $ sudo aptitude install cifs
      $ sudo aptitude install smbfs (si besoin)
    • creating the mounting point /mnt/sti
      $ sudo mkdir /mnt/sti
  2. Map the drive of the institute on mounting point /mnt/sti with user ‘nomimap
    “institut” and “lab” are the unit’s acronym.

    • Institut
      cifs //stisrv.epfl.ch/institut/
      $ sudo mount -v -t cifs //stisrv.epfl.ch/institut/ /mnt/sti -o username=imap_name,domain=INTRANET,iocharset=utf8
    • Lab
      cifs //sti-nas1.rcp.epfl.ch/lab/
      $ sudo mount -v -t cifs //sti-nas1.rcp.epfl.ch/lab/ /mnt/sti -o username=imap_name,domain=INTRANET,iocharset=utf8

    puis cliquer sur “Se connecter”

  3. the password is requested , type your Gaspar password
  4. navigate to your personal folder
    $ cd /mnt/sti/laboratoire/nomimap

Help

Laurent Kling 33511
David Desscan 34633