Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
remote_access_to_dcs_servers [2021/02/10 13:30] – [Availability from off-campus] ac1mde | remote_access_to_dcs_servers [2023/02/21 11:18] (current) – ac1pdl | ||
---|---|---|---|
Line 3: | Line 3: | ||
This is available via VPN or on-campus. | This is available via VPN or on-campus. | ||
- | Using SSH or PuTTY, go to stustore.dcs.shef.ac.uk. | + | Using SSH or PuTTY, go to stustore.dcs.shef.ac.uk |
+ | |||
+ | Through this, it is possible to access departmental shared files which your lecturer may wish to make available to your self. | ||
+ | |||
+ | Also, you can edit your public_html for web server, which may give you better control over file permissions, | ||
==== Departmental filestore ==== | ==== Departmental filestore ==== | ||
Line 9: | Line 13: | ||
(sometimes known as H-drive) | (sometimes known as H-drive) | ||
- | When on VPN, it can be accessed by going to: | + | When on VPN, it can be accessed |
< | < | ||
\\stustore.dcs.shef.ac.uk\username (On Windows) | \\stustore.dcs.shef.ac.uk\username (On Windows) | ||
- | smb:// | + | smb:// |
</ | </ | ||
(Change ' | (Change ' | ||
Line 18: | Line 22: | ||
When it asks for the domain, put COMSCIAD. On the Windows login, when you enter your username enter it as '' | When it asks for the domain, put COMSCIAD. On the Windows login, when you enter your username enter it as '' | ||
- | For Linux users, it can also be mounted | + | **For Linux users:** You can mount your home directory onto a Linux desktop |
+ | |||
+ | Use the command: | ||
+ | < | ||
+ | sshfs < | ||
+ | </ | ||
+ | You will need to mkdir H-drive, if you don't have one already. (or mount it on some other already existing folder) If you don't have private/ |