umount.udisks2
D-Bus service to access and manipulate storage devices
Install
- All systems
-
curl cmd.cat/umount.udisks2.sh
- Debian
-
apt-get install udisks2
- Ubuntu
-
apt-get install udisks2
- Alpine
-
apk add udisks2
- Arch Linux
-
pacman -S udisks2
- Kali Linux
-
apt-get install udisks2
- CentOS
-
yum install udisks2
- Fedora
-
dnf install udisks2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install udisks2
- Raspbian
-
apt-get install udisks2
- Dockerfile
- dockerfile.run/umount.udisks2
- Docker
-
docker run cmd.cat/umount.udisks2 umount.udisks2
powered by Commando
udisks2
D-Bus service to access and manipulate storage devices
The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. This package also provides the udisksctl utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS.