Show block devices. This will show partitions of the total disk size, and where things are mounted.
lsblk
Show the actual space used on a partition by real data
df -h
List all mounted filesystems
findmnt
To work with loop devices
losetup --list
Mounting and unmount
mount <target> <destination>
umount <mount-point>