Use Ubuntu
Hardware Management
View all USB devices
sudo lsusbUnmount USB drive
# check available disks
sudo fdisk -l
# check mount points and find mount point of disk you want to unmount
sudo lsblk
# do the unmount (/path/to/mount is the path of the mount)
sudo umount /path/to/mount
# or using the path to the device instead, do
sudo udisksctl unmount -b /dev/sdx
# safely eject the device (/dev/sdx is the path to the device)
sudo udisksctl power-off -b /dev/Upgrading Ubuntu major versions
From docker
From journalctl
journalctlFrom snapd
snapdLast updated