findmnt
Find your filesystem. More information: <https://manned.org/findmnt>.
Install
- All systems
-
curl cmd.cat/findmnt.sh
- Debian
-
apt-get install util-linux
- Ubuntu
-
apt-get install util-linux
- Alpine
-
apk add util-linux
- Arch Linux
-
pacman -S util-linux
- Kali Linux
-
apt-get install util-linux
- CentOS
-
yum install util-linux
- Fedora
-
dnf install util-linux
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install util-linux
- OS X
-
brew install util-linux
- Raspbian
-
apt-get install mount
- Dockerfile
- dockerfile.run/findmnt
- Docker
-
docker run cmd.cat/findmnt findmnt
powered by Commando
Find your filesystem. More information: <https://manned.org/findmnt>.
-
List all mounted filesystems:
findmnt
-
Search for a device:
findmnt /dev/sdb1
-
Search for a mountpoint:
findmnt /
-
Find filesystems in specific type:
findmnt -t ext4
-
Find filesystems with specific label:
findmnt LABEL=BigStorage
© tl;dr; authors and contributors