how to unmount a SD card with 2 partitions completely in a USB card reader (in order to unplug it safely)?
lsblk shows:
sda
|->sda1
|->sda2
but if I enter
sudo umount sda
it fails
(sth like "mountpoint not found")
which is the correct way?