Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Last active December 28, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustmodify/afe6122753d6658ec131aafd830d319c to your computer and use it in GitHub Desktop.
Save mustmodify/afe6122753d6658ec131aafd830d319c to your computer and use it in GitHub Desktop.
jw@logopolis:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 8133084 4 8133080 1% /dev
tmpfs 1630496 1512 1628984 1% /run
/dev/mapper/logopolis--vg-root 222834292 75482152 136009704 36% /
none 4 0 4 0% /sys/fs/cgroup
cgmfs 100 0 100 0% /run/cgmanager/fs
none 5120 0 5120 0% /run/lock
none 8152464 132 8152332 1% /run/shm
none 102400 0 102400 0% /run/user
/dev/sdb2 483946 119102 339859 26% /boot
/dev/sdb1 523248 3600 519648 1% /boot/efi
tmpfs 1630496 4 1630492 1% /run/user/1000
jw@logopolis:~$ ls /dev/mapper/
control logopolis-root logopolis-swap_1 logopolis--vg-root logopolis--vg-swap_1
jw@logopolis:~$
jw@logopolis:~$
jw@logopolis:~$ ls /dev
block i2c-4 psaux sg0 tty29 tty57 ttyS26
bsg i2c-5 ptmx sg1 tty3 tty58 ttyS27
btrfs-control i2c-6 pts shm tty30 tty59 ttyS28
bus i2c-7 ram0 snapshot tty31 tty6 ttyS29
char input ram1 snd tty32 tty60 ttyS3
console kmsg ram10 stderr tty33 tty61 ttyS30
core kvm ram11 stdin tty34 tty62 ttyS31
cpu lightnvm ram12 stdout tty35 tty63 ttyS4
cpu_dma_latency log ram13 tty tty36 tty7 ttyS5
disk logopolis ram14 tty0 tty37 tty8 ttyS6
dm-0 logopolis-vg ram15 tty1 tty38 tty9 ttyS7
dm-1 loop0 ram2 tty10 tty39 ttyprintk ttyS8
dm-2 loop1 ram3 tty11 tty4 ttyS0 ttyS9
dm-3 loop2 ram4 tty12 tty40 ttyS1 uinput
dri loop3 ram5 tty13 tty41 ttyS10 urandom
drm_dp_aux0 loop4 ram6 tty14 tty42 ttyS11 vcs
drm_dp_aux1 loop5 ram7 tty15 tty43 ttyS12 vcs1
ecryptfs loop6 ram8 tty16 tty44 ttyS13 vcs2
fb0 loop7 ram9 tty17 tty45 ttyS14 vcs3
fd loop-control random tty18 tty46 ttyS15 vcs4
full mapper rfkill tty19 tty47 ttyS16 vcs5
fuse mcelog rtc tty2 tty48 ttyS17 vcs6
hidraw0 mei0 rtc0 tty20 tty49 ttyS18 vcsa
hidraw1 mem sda tty21 tty5 ttyS19 vcsa1
hidraw2 memory_bandwidth sda1 tty22 tty50 ttyS2 vcsa2
hpet net sda2 tty23 tty51 ttyS20 vcsa3
hwrng network_latency sda5 tty24 tty52 ttyS21 vcsa4
i2c-0 network_throughput sdb tty25 tty53 ttyS22 vcsa5
i2c-1 null sdb1 tty26 tty54 ttyS23 vcsa6
i2c-2 port sdb2 tty27 tty55 ttyS24 vga_arbiter
i2c-3 ppp sdb3 tty28 tty56 ttyS25 zero
jw@logopolis:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 243M 0 part
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 111.6G 0 part
├─logopolis-swap_1 252:1 0 15.9G 0 lvm [SWAP]
└─logopolis-root 252:3 0 95.7G 0 lvm
sdb 8:16 0 232.9G 0 disk
├─sdb1 8:17 0 512M 0 part /boot/efi
├─sdb2 8:18 0 488M 0 part /boot
└─sdb3 8:19 0 231.9G 0 part
├─logopolis--vg-root 252:0 0 216G 0 lvm /
└─logopolis--vg-swap_1 252:2 0 15.9G 0 lvm [SWAP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment