Ubuntu connect to common areas and network share: Difference between revisions
From IThelp
(Created page with "No:Ubuntu koble til fellesområder og nettverksområder Some units and departments have common areas or other shared network areas. For being able to connect to these netw...") |
mNo edit summary |
||
Line 4: | Line 4: | ||
* Press ctrl+l (L for location) and type the path to the network share. Ask a colleguag if you dont know the path. | * 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 | '''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 | |||
[[File:Nautilus-Fellesomraade.png]] | [[File:Nautilus-Fellesomraade.png]] | ||
Latest revision as of 09:47, 29 May 2017
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
- Log on with your username and password and Domain: UIB
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
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 to uibfelles (equivalent to N:\ on managed Windows computers):
smbclient -W UIB.NO -U <username> //skuld.uib.no/uibfelles