Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.