From 478d15f8c45ed9acbee5f9ff13e144ea07c7332d Mon Sep 17 00:00:00 2001 From: Philippe Idlas <4363467+pidlas@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:27:59 +0100 Subject: [PATCH] Update external_storage.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C'est une commande bash plus courte que celle proposée initialement. --- .../45.tutorials/25.external_storage/external_storage.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md index 0e8a09e5e..9a1b4024f 100644 --- a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md +++ b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md @@ -214,9 +214,7 @@ If your tests are successful, you should keep the mount points, otherwise you sh To begin with, let's find the UUID (universal identifier) of our disk with : ```bash -blkid | grep "/dev/YOUR_DISK1:" -# Returns something like : -# /dev/sda1:UUID="cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7" TYPE="ext4" PARTUUID="34e4b02c-02" +lsblk -f ``` Let's add a line to the `/etc/fstab` file that handles the mounting of disks at boot time. So we open the file with `nano` :