Skip to content

Commit

Permalink
Merge pull request #426 from bgraef/main
Browse files Browse the repository at this point in the history
update nfs and remove autofs
  • Loading branch information
bgraef authored Sep 2, 2024
2 parents b444133 + 5ccc25b commit 8e24446
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions content/posts/ol/storage/post-16/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create an NFS Server"
date: 2021-03-23
draft: false
summary: "Learn how to create an NFS Server on Oracle Linux"
summary: "Learn how to install and configure an NFS server, mount NFS shares, and use the autofs utility."
tags: ["ol", "lab", "tutorial", "ol-storage"]
showDate: true
---
Expand All @@ -11,22 +11,26 @@ showDate: true

:crescent_moon: [Lab](https://luna.oracle.com/lab/3e7b391f-db29-405d-85bc-b70ad5753dd4)

:spiral_notepad: [Tutorial](https://docs.oracle.com//en/learn/create_nfs_linux)
:spiral_notepad: [Tutorial](https://docs.oracle.com//en/learn/ol-nfs)

## Details

The following tutorial provides step-by-step procedures to install and configure an NFS Server and mount the NFS shares. This tutorial is targeted at users of Oracle Linux.
What is NFS? Network File System (NFS) is a protocol for a distributed file system that allows users to read and write files over the network and interact with them as if they are mounted locally. Developed by Sun Microsystems in 1984, NFS continues to be a popular way to consolidate resources and then share them on the network. Currently, Oracle Linux supports NFS version 3 (NFSv3) and NFS version 4 (NFSv4) and will default to NFSv4 when mounting shares if the server supports it.

### Objectives

In this tutorial, you will learn how to:

- Install nfs-utils
- Configure an NFS server
- Mount NFS shares
- Install the NFS utility package
- Configure an NFS server
- Mount NFS shares
- Configure the autofs utility

### Prerequisites

The tutorial uses the following system:
- Minimum of two Oracle Linux systems

- Two systems with Oracle Linux installed
- Each system should have Oracle Linux installed and configured with:
- A non-root user account with sudo access
- Key-based SSH, also known as password-less SSH, between the hosts
- Access to the Internet
2 changes: 1 addition & 1 deletion content/posts/ol/storage/post-17/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Use autofs"
date: 2021-03-28
draft: false
draft: true
summary: "Learn how to autofs to mount NFS shares automatically."
tags: ["ol", "lab", "tutorial", "ol-storage"]
showDate: true
Expand Down

0 comments on commit 8e24446

Please sign in to comment.