Jump to content

Cheatsheet: Difference between revisions

Line 956:
 
=== HDD ===
lsblk ==> List Block Devices only in a tree structure
 
du
 
df -h
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda4 ext4 77G 51G 22G 71% /
df -T -h ==> List Filesystem type as well
df -t ext4 ==> Only see ext4 file system
 
lsblk ==> Lists out all the storage blocks, which includes disk partitions and optical drives
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
├─sda1 8:1 0 500M 0 part /boot/efi
├─sda2 8:2 0 128M 0 part
 
sudo fdisk -l ==> Partition & FS Type details
Cookies help us deliver our services. By using our services, you agree to our use of cookies.