Windows Shares on ACO user systems

Since start of 2021 the correct server is srvfilegrp07.gsi.de, the older server 04 is now read-only.

how to access a windows share from an aco user system like acc7, acc8, etc.

Graphical

open the thunar filemanager and enter the url smb://srvfilegrp07.gsi.de/ACOGroup int the location

User: <your windows user>
Domain: campus
Password: <your windows password>

After that you should be able to see (and umount) the share in your file manager e.g. Thunar.

Here a picture as an example:

2020-03-20_MountWindowsShareOnTheCluster.png

Terminal

gio mount "smb://srvfilegrp07.gsi.de/ACOGroup"

User and Domain can also be specified directly in the mount command, then you will only be asked for your password:

gio mount "smb://campus;<username>@srvfilegrp07.gsi.de/ACOGroup"

unmount it from terminal using

gio mount -u "smb://srvfilegrp07.gsi.de/ACOGroup"

filesystem should be accessible from a terminal via /run/user/$(id -u)/gvfs/... and as a fallback ~/.gvfs/...

-- RaphaelMueller - 20 Mar 2020
Topic revision: r5 - 12 May 2022, ChristophHandel
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback