Last active
November 18, 2020 01:32
-
-
Save jenia/a9154d0facc23897f7a70d103bb6f8d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jenia@jenia ~]$ sudo nfs-ls nfs://192.168.1.0/srv/nfs | |
Failed to mount nfs share : nfs_mount_async failed. Failed to start connection. Failed to start connection. connect() to server failed. Network is unreachable(101) | |
[jenia@jenia ~]$ | |
[jenia@jenia ~]$ | |
[jenia@jenia ~]$ | |
[jenia@jenia ~]$ sudo exportfs -arv | |
point 1 | |
point 2 | |
point 3 | |
exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.0/24:/srv/nfs". | |
Assuming default behaviour ('no_subtree_check'). | |
NOTE: this default has changed since nfs-utils version 1.0.x | |
exportfs: /etc/exports [4]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.0/24:/srv/nfs/music". | |
Assuming default behaviour ('no_subtree_check'). | |
NOTE: this default has changed since nfs-utils version 1.0.x | |
exporting 192.168.1.0/24:/srv/nfs/music | |
exporting 192.168.1.0/24:/srv/nfs | |
[jenia@jenia ~]$ | |
[ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment