forked from Controls/gitea-pages
21 lines
734 B
Markdown
21 lines
734 B
Markdown
# Windows Drives in Home Directory
|
|
|
|
The Windows shares which get automatically connected on a PSI Windows system can also be automatically mounted on login on RHEL system.
|
|
|
|
The mountpoints can be found in `~/network-drives`.
|
|
The `U:` drive is there named `home`, while the rest keeps their original share name.
|
|
|
|
This feature is enabled by default on workstation type systems.
|
|
It can be controlled in Hiera with:
|
|
|
|
```
|
|
user_session::mount_cifs_shares: true
|
|
```
|
|
|
|
These mounts are created with the first user session and will end with the last session closed.
|
|
If for some reason they are not created (e.g. due to offline login), you might execute `setup-network-drives` to bring them back in again.
|
|
|
|
Note this does not work for RHEL7.
|
|
|
|
|