How do I find the size of mounted USB flash drive linux command-line
How do I find the size of mounted USB flash drive linux command-line :
command line : 01 :
df -k
OR
command line : 02 :
df -h | grep -i /dev/sdb1
OR
command line : 03:
cat /sys/block/sdb/sdb1/size
No comments:
Post a Comment