Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #563: Managing Data Storage On An External Hard Drive #565

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Add a section for similar cases
dashohoxha committed Aug 30, 2019
commit 059042863f7555414b6526483731c8b110a9382c
11 changes: 11 additions & 0 deletions static/docs/use-cases/data-storage-on-external-drive.md
Original file line number Diff line number Diff line change
@@ -205,3 +205,14 @@ modifying them. For more details make sure to read the man page of
[dvc unprotect](/doc/commands-reference/unprotect).

</details>

## Similar cases

If instead of an external drive we have a
[network-attached storage(NAS)](https://searchstorage.techtarget.com/definition/network-attached-storage)
mounted on the directory `/mnt/data/` (through NFS, Samba, etc.), the solution
would be the same.

However, in this case the data are most probably used by a team of people, so
make sure to check also the case of
[Shared Development Server](/doc/use-cases/multiple-data-scientists-on-a-single-machine).