Update TCM Fileserver authored by Ilya Schurov's avatar Ilya Schurov
...@@ -11,7 +11,7 @@ There are several volumes mounted at `/vol/tcm*` that are available to TCM membe ...@@ -11,7 +11,7 @@ There are several volumes mounted at `/vol/tcm*` that are available to TCM membe
Each `tcmXX` volume is usually assigned to a particular TCM member. If you don't have "your" volume and need one, you can take one yourself: Each `tcmXX` volume is usually assigned to a particular TCM member. If you don't have "your" volume and need one, you can take one yourself:
- Choose an empty volume (can be found with the `df -h /vol/tcm??` command). - Choose an empty volume (can be found with the `df /vol/tcm??` command).
- Put a README file on it with something like: `<current_date>: this volume belongs to <Your Name> <your email>`. - Put a README file on it with something like: `<current_date>: this volume belongs to <Your Name> <your email>`.
- Create the folder `<firstname>_<lastname>`. - Create the folder `<firstname>_<lastname>`.
... ...
......