Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

NFS support #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

NFS support #5

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 13, 2020

NFS is a common way on linux to share folders over network.
It's a good alternative to cloud drive, NFS is easy to use, fast, grant direct access between your computer and colab.

On the downsides, to use NFS you'll need a fast internet connection and a jailed environment.

With this PR you can now mount 3 shareable folders at the same time.

change:

  • added NFS support
  • wrote a cell where you have the choice of your shareable folder (gdrive ;
    nextcloud ; NFS)
  • gdrive and nextcloud cells has been deleted

NFS is a common way on linux to share folders over network.
Easy to install and use, it's a good alternative to cloud drive who can be
difficult to install, use, and even be slow.

On the downsides, to use NFS you need some a fast internet connection and it's
not secure. I recommend to use NFS in a jailed envoronnement.

With this PR you can mount 3 shareable folders at the same time.

change:
+ added NFS support
+ wrote a cell where you have the choice of your shareable folder (gdrive ;
nextcloud ; NFS)
- gdrive and nextcloud cells has been deleted
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants