Default partitions in Trident Linux (Void Linux) [with screenshots]

Written by Administrator on Sunday April 19, 2020

In my case I've installed Trident Linux without manual setting up partitins and this is how the installation program did it by default:

$ lsblk
$ df -h

default partitions in Trident Linux

For those who don't like images:

dima|~> lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda      8:0    0 298.1G  0 disk  
|-sda1   8:1    0   200M  0 part  
|-sda2   8:2    0    10M  0 part  
`-sda3   8:3    0 297.9G  0 part  
sr0     11:0    1  1024M  0 rom   
zd0    230:0    0     4G  0 disk  
`-swap 254:0    0     4G  0 crypt [SWAP]
dima|~> df -h
Filesystem            Size  Used Avail Use% Mounted on
devtmpfs              1.9G     0  1.9G   0% /dev
tmpfs                 1.9G   28M  1.9G   2% /dev/shm
tmpfs                 1.9G  936K  1.9G   1% /run
trident/ROOT/initial  283G  2.2G  281G   1% /
cgroup                1.9G     0  1.9G   0% /sys/fs/cgroup
trident/vlog          281G  384K  281G   1% /var/log
trident/home          281G  128K  281G   1% /usr/home
trident/docker        281G  128K  281G   1% /var/lib/docker
trident/home/dima     281G   27M  281G   1% /usr/home/dima
trident/vtmp          281G  128K  281G   1% /var/tmp
tmpfs                 1.9G  4.9M  1.9G   1% /tmp
dima|~> 

Category: linux Tags: lsblk trident df Void_Linux