From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Use remote filesystems: NFS - Linux Tutorial
From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Use remote filesystems: NFS
- [Instructor] In our previous lessons, we learned how to work with local file systems and local block storage devices. Basically, data that exists on the same system that we're logged into, but sometimes we need data that resides on a different system. In this lesson, we'll learn how to use remote file systems, and in one of our next lessons, how to use remote block devices. Let's go through these scenarios in order. There are multiple protocols that allow us to access remote file systems. Now, a protocol, in a way, is a language that a client and server use to communicate. They need to speak the same language so that they can understand each other, negotiate a connection and transfer data. Linux supports many protocols for the purpose of sharing file systems, but for sharing data between two Linux computers, the Network Filesystem Protocol is most often used. This is also abbreviated as NFS. Let's see how we can use NFS on Linux. There are two parts to using NFS: setting up the NFS…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
List, create, delete, and modify physical storage partitions10m 9s
-
(Locked)
Configure and manage swap space5m 32s
-
(Locked)
Create and configure filesystems9m 19s
-
(Locked)
Configure systems to mount filesystems at or during boot7m 19s
-
(Locked)
Filesystem and mount options5m 56s
-
(Locked)
Use remote filesystems: NFS12m 9s
-
(Locked)
Use network block devices: NBD11m 9s
-
(Locked)
Manage and configure LVM storage10m 38s
-
(Locked)
Monitor storage performance15m 47s
-
(Locked)
Create, manage, and diagnose advanced filesystem permissions11m 7s
-
(Locked)
-