mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2364 from pidlas/patch-1
Update external_storage.md
This commit is contained in:
commit
600dc2e560
1 changed files with 1 additions and 3 deletions
|
@ -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 :
|
To begin with, let's find the UUID (universal identifier) of our disk with :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
blkid | grep "/dev/YOUR_DISK1:"
|
lsblk -f
|
||||||
# Returns something like :
|
|
||||||
# /dev/sda1:UUID="cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7" TYPE="ext4" PARTUUID="34e4b02c-02"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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` :
|
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` :
|
||||||
|
|
Loading…
Add table
Reference in a new issue