1
00:00:06,580 --> 00:00:11,416
All right, so which are the commands
that we have seen in this lesson?

2
00:00:11,416 --> 00:00:16,253
To start with lsblk, which lists blocked
devices on your system fdisk, which is

3
00:00:16,253 --> 00:00:21,089
the main utility to create partitions mkfs,
which you use to create file systems.

4
00:00:22,489 --> 00:00:27,323
Do use mkfs name of the
file system. So MKFS XFS or

5
00:00:27,323 --> 00:00:32,156
MKFS EXE4 mount is what you
use to mount your device devices.

6
00:00:32,156 --> 00:00:36,990
You can use findmnt for an
overview of all the mounted devices.

7
00:00:37,810 --> 00:00:41,734
Umount is for disconnecting the devices
and if any files are open,

8
00:00:41,734 --> 00:00:45,659
you can use lsof to
figure out which files were open.

9
00:00:46,240 --> 00:00:50,325
And last but not least, There is
block ID blk ID, which allows you

10
00:00:50,325 --> 00:00:54,409
to figure out the UUIDs of
the devices that you want to mount.

11
00:00:55,710 --> 00:00:57,799
Let's continue and do
the end of lesson Lab.
