03-02-2022, 08:31 PM
You can do it from an SSH terminal.
The following line in the example output below if for a 128GB attached USB drive
/dev/sda1 115G 103G 12G 90% /media/VFAT128
The following line in the example output below if for a 128GB attached USB drive
/dev/sda1 115G 103G 12G 90% /media/VFAT128
Code:
df -h
# Example
pi@trx:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 30G 3.0G 26G 11% /
devtmpfs 904M 0 904M 0% /dev
tmpfs 937M 0 937M 0% /dev/shm
tmpfs 375M 1.7M 373M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 253M 51M 203M 20% /boot
/dev/sda1 115G 103G 12G 90% /media/VFAT128
tmpfs 188M 0 188M 0% /run/user/1000
pi@trx:~ $