mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update pages/01.administrate/07.specific_use_cases/05.external_storage/external_storage.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
33b558b66e
commit
05f671ff6e
1 changed files with 6 additions and 6 deletions
|
@ -68,12 +68,12 @@ lsblk
|
||||||
It may return something like :
|
It may return something like :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
||||||
sda 8:0 0 931.5G 0 disk
|
sda 8:0 0 931.5G 0 disk
|
||||||
└─sda1 8:1 0 931.5G 0 part
|
└─sda1 8:1 0 931.5G 0 part
|
||||||
mmcblk0 179:0 0 14.9G 0 disk
|
mmcblk0 179:0 0 14.9G 0 disk
|
||||||
├─mmcblk0p1 179:1 0 47.7M 0 part /boot
|
├─mmcblk0p1 179:1 0 47.7M 0 part /boot
|
||||||
└─mmcblk0p2 179:2 0 14.8G 0 part /
|
└─mmcblk0p2 179:2 0 14.8G 0 part /
|
||||||
```
|
```
|
||||||
|
|
||||||
Here, `mmcblk0` corresponds to a 16GB SD card (you can see that the `mmcblk0p1` and `mmcblk0p2` partitions correspond to the `/boot` partition and the `/` system partition). The hard drive connected corresponds to `sda` which is about 1TB, and contains a single `sda1` partition which is not mounted (no "MOUNTPOINT").
|
Here, `mmcblk0` corresponds to a 16GB SD card (you can see that the `mmcblk0p1` and `mmcblk0p2` partitions correspond to the `/boot` partition and the `/` system partition). The hard drive connected corresponds to `sda` which is about 1TB, and contains a single `sda1` partition which is not mounted (no "MOUNTPOINT").
|
||||||
|
|
Loading…
Add table
Reference in a new issue