Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexsx/nfs_ubuntu
start nfs for ubuntu server and client
https://github.com/vexsx/nfs_ubuntu
Last synced: about 4 hours ago
JSON representation
start nfs for ubuntu server and client
- Host: GitHub
- URL: https://github.com/vexsx/nfs_ubuntu
- Owner: vexsx
- License: agpl-3.0
- Created: 2023-12-11T07:13:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:32:29.000Z (10 months ago)
- Last Synced: 2024-01-15T20:02:35.336Z (10 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# initial NFS for both server and client on ubuntu 22.04
### for server
```bash
chmod +x server-init.sh
./init.sh```
### for client
```bash
chmod +x client-init.sh
./init.sh
```## !! Be aware of mount is temporary for perminent mount edit /etc/fstab !!
### Simply keep in mind the IP and pathway of the shared folder you want, and then provide both to the client.