Differences between revisions 30 and 38 (spanning 8 versions)
Revision 30 as of 2016-11-22 15:01:22
Size: 1547
Editor: gfreudig
Comment:
Revision 38 as of 2020-09-11 15:56:26
Size: 99
Editor: stroth
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Remote File System Access = #rev 2020-09-11 stroth
= Articles in this section =
Line 3: Line 4:
==== Access Your Data ====
This document explains methods to access the data you are allowed to access with your account from home or some other remote computer by directly accessing the data on an exported share on a file server. File Transfer solutions are treated in https://computing.ee.ethz.ch/RemoteAccess#File_Transfer. <<BR>><<BR>>
The filesystem of the remote host gets attached to the local host such that it appears as a normal filesystem and can be accessed directly from every application. Our linux file servers and NAS (Network Attached Storage) devices export the shares with two different protocols:
 * '''NFS''' (Network Files System) shares
 * '''SMB/CIFS''' (Server Message Block/Common Internet File system) shares
'''NFS''' is the file sharing protocol of the Unix/Linux world, '''SMB/CIFS''' that of the windows world. The software suite '''samba''' is a software for Unix/Linux file servers to act as a windows files server.<<BR>><<BR>>
Because NFS cann't be used from outside the managed linux client environment the following chapters two topics only deals with the SMB/CIFS access to data shares on file servers:
 * [[Services/FileAccess/FileSystemAccess|SMB/CIFS access from selfmanaged linux clients]]
 * [[Services/FileAccess/FilesystemAccess1|SMB/CIFS access from selfmanaged windows clients]]
The access to your shares on a managed linux oe windows client needs no manual operations ( see https://computing.ee.ethz.ch/Workstations/FindYourData ).
----
[[CategoryEDUC]]
<<PageList(^SErvices/FileAccess/[^/]+$)>>

Services/FileAccess (last edited 2020-09-11 15:56:26 by stroth)