lubuntu@lubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.1 GiB, 1129218048 bytes, 2205504 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 76.3 GiB, 81964302336 bytes, 160086528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0b240b23
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 63 40965749 40965687 19.5G 7 HPFS/NTFS/exFAT
/dev/sda2 40965811 86228991 45263181 21.6G f W95 Ext'd (LBA)
/dev/sda3 86228992 123860991 37632000 18G 83 Linux
/dev/sda4 123860992 160086015 36225024 17.3G 83 Linux
/dev/sda5 40965813 81931499 40965687 19.5G 7 HPFS/NTFS/exFAT
/dev/sda6 81932288 86228991 4296704 2.1G 82 Linux swap / Solaris
Partition table entries are not in disk order.
Disk /dev/zram0: 1005.1 MiB, 1053884416 bytes, 257296 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
lubuntu@lubuntu:~$
lubuntu@lubuntu:~$ sudo blkid
/dev/sda1: UUID="7E5074C550748625" TYPE="ntfs" PARTUUID="0b240b23-01"
/dev/sda3: UUID="db5692c2-3f7a-4855-a0a1-43a84fb3aac4" TYPE="ext4" PARTUUID="0b240b23-03"
/dev/sda4: UUID="03cfb966-5f88-4e3d-ae6d-7113d5324887" TYPE="ext4" PARTUUID="0b240b23-04"
/dev/sda5: UUID="AE601737601705AD" TYPE="ntfs" PARTUUID="0b240b23-05"
/dev/sr1: UUID="2020-08-06-23-09-44-00" LABEL="Lubuntu 18.04.5 LTS i386" TYPE="iso9660" PTUUID="73609b38" PTTYPE="dos"
/dev/loop0: TYPE="squashfs"
/dev/sda6: UUID="228397fc-c3d2-459d-9431-7cec26212ad5" TYPE="swap" PTTYPE="dos" PARTUUID="0b240b23-06"
/dev/zram0: UUID="f1a8dc2a-c473-4123-897e-dd6f741b9fa0" TYPE="swap"
lubuntu@lubuntu:~$
lubuntu@lubuntu:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.1G 1 loop /rofs
sda 8:0 0 76.3G 0 disk
├─sda1 8:1 0 19.5G 0 part
├─sda2 8:2 0 1K 0 part
├─sda3 8:3 0 18G 0 part
├─sda4 8:4 0 17.3G 0 part
├─sda5 8:5 0 19.5G 0 part
└─sda6 8:6 0 2.1G 0 part [SWAP]
sr0 11:0 1 1024M 0 rom
sr1 11:1 1 1.1G 0 rom /cdrom
zram0 252:0 0 1005.1M 0 disk [SWAP]
lubuntu@lubuntu:~$