Difference between revisions of "Ubuntu connect to common areas (fellesområder) and network share"

From IT-help UiB
Line 20: Line 20:
 
Replace <username> with your username.  
 
Replace <username> with your username.  
  
  smbclient -W UIB.NO -U <username> //klient.uib.no/felles/  
+
smbclient -W UIB.NO -U <username> //klient.uib.no/felles/
  
 
With option D, you can specify the folder you want to start in.  
 
With option D, you can specify the folder you want to start in.  
  
  smbclient -W UIB.NO -U <username> D <folder name> //klient.uib.no/felles/  
+
smbclient -W UIB.NO -U <username> D <folder name> //klient.uib.no/felles/
 
 
  
 
To connect uibfelles (equivalent to N:\ on managed Windows computers):  
 
To connect uibfelles (equivalent to N:\ on managed Windows computers):  
  
  smbclient -W UIB.NO -U <username> //skuld.uib.no/uibfelles
+
smbclient -W UIB.NO -U <username> //skuld.uib.no/uibfelles
  
 
[[Category:BRA]]
 
[[Category:BRA]]
Line 36: Line 35:
 
[[Category:Network share]]
 
[[Category:Network share]]
 
[[Category:Common areas]]
 
[[Category:Common areas]]
 +
[[Category:Private computer]]

Revision as of 13:28, 9 October 2014

Some units and departments have common areas or other shared network areas. For being able to connect to these network areas the computer has to be on the VPN or Eduroam or UiB wired network.

  • Press ctrl+l (L for location) and type the path to the network share. Ask a colleguag if you dont know the path.

NB! In Windows operating systems uses backslash (\) to seperate directories, but in Mac and Linux use frontslash (/). Type the path like this: smb://klient.uib.no/felles Nautilus-Fellesomraade.png

  • Log on with your username and password and Domain: UIB

Nautilus-fellesomraadepaalogg.png

Save bookmark

You can use the bookmark as a shortcut next time to want to connect to a network aera.

  • Press the Bookmark menu and Add Bookmarks

Sftp-mot-sync-nautilus-bookmark.png

Command line / terminal

Replace <username> with your username.

smbclient -W UIB.NO -U <username> //klient.uib.no/felles/

With option D, you can specify the folder you want to start in.

smbclient -W UIB.NO -U <username> D <folder name> //klient.uib.no/felles/

To connect uibfelles (equivalent to N:\ on managed Windows computers):

smbclient -W UIB.NO -U <username> //skuld.uib.no/uibfelles