fsck.vfat
utilities for making and checking MS-DOS FAT filesystems
Install
- All systems
-
curl cmd.cat/fsck.vfat.sh
- Debian
-
apt-get install dosfstools
- Ubuntu
-
apt-get install dosfstools
- Alpine
-
apk add dosfstools
- Arch Linux
-
pacman -S dosfstools
- Kali Linux
-
apt-get install dosfstools
- CentOS
-
yum install dosfstools
- Fedora
-
dnf install dosfstools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dosfstools
- OS X
-
brew install dosfstools
- Raspbian
-
apt-get install dosfstools
- Dockerfile
- dockerfile.run/fsck.vfat
- Docker
-
docker run cmd.cat/fsck.vfat fsck.vfat
powered by Commando
dosfstools
utilities for making and checking MS-DOS FAT filesystems
The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems.