Sugar on a Stick/Linux/Installation: Difference between revisions
livecd-tools now onboard |
update terminal listing examples for sudo df -Th and sudo blkid |
||
| Line 15: | Line 15: | ||
:<small>(Items in angle brackets, such as <MyAccount> are descriptive placeholders.)</small> | :<small>(Items in angle brackets, such as <MyAccount> are descriptive placeholders.)</small> | ||
{{Show| You should see something like the following: | {{Show| You should see something like the following: | ||
|<pre> | |<pre style="white-space: pre;"> | ||
[<user>@<system> <working directory>]$ sudo df -Th | [<user>@<system> <working directory>]$ sudo df -Th | ||
Filesystem Type Size Used Avail Use% Mounted on | Filesystem Type Size Used Avail Use% Mounted on | ||
devtmpfs devtmpfs 16G 0 16G 0% /dev | |||
devtmpfs devtmpfs | tmpfs tmpfs 16G 33M 16G 1% /dev/shm | ||
tmpfs tmpfs | tmpfs tmpfs 16G 1.8M 16G 1% /run | ||
tmpfs tmpfs | tmpfs tmpfs 16G 0 16G 0% /sys/fs/cgroup | ||
tmpfs tmpfs | /dev/sda1 ext4 123G 17G 100G 15% / | ||
tmpfs tmpfs | tmpfs tmpfs 16G 80K 16G 1% /tmp | ||
tmpfs tmpfs 3.2G 10M 3.2G 1% /run/user/1000 | |||
/dev/ | /dev/sdb1 vfat 233G 90G 143G 39% /run/media/<MyAccount>/<filesystem label> | ||
/dev/loop0 iso9660 942M 942M 0 100% /run/soas | |||
</pre> | </pre> | ||
: <small>(The {{Code|/run/media/<MyAccount>/}} path is the standard mount point for removable media.<br>{{Code|/media/<MyMountPoint>}} is common on other operating systems.)</small> | : <small>(The {{Code|/run/media/<MyAccount>/}} path is the standard mount point for removable media.<br>{{Code|/media/<MyMountPoint>}} is common on other operating systems.)</small> | ||
<pre> | <pre style="white-space: pre;"> | ||
[<user>@<system> <working directory>]$ sudo blkid | [<user>@<system> <working directory>]$ sudo blkid | ||
/dev/sda1: LABEL="Fedora30" UUID=" | /dev/sda1: LABEL="Fedora30" UUID="dddf4ae0-e1fd-43c3-bacc-91acbafb3a34" TYPE="ext4" PARTUUID="000b2340-03" | ||
/dev/ | /dev/sdb1: LABEL_FATBOOT="Fat" LABEL="Fat" UUID="D082-05E1" TYPE="vfat" PARTLABEL="Fat" PARTUUID="53132329-808c-4a44-adf6-e98ad17546ff" | ||
/dev/loop0: UUID="2019-04-26-02-18-05-00" LABEL="Fedora-SoaS-Live-30-1-2" TYPE="iso9660" PTUUID="37f2045d" PTTYPE="dos" | |||
/dev/ | |||
</pre> | </pre> | ||
:: <small>(Additional disk drive partitions may be listed on your computer.)</small> | :: <small>(Additional disk drive partitions may be listed on your computer.)</small> | ||