Skip to content
scorzy edited this page May 28, 2015 · 1 revision

File System

Commands to show information about space in your partition.

Note: clw try to get the user storage path as default path, if you has no output set path to something else. Some path may be /system /storage/sdcard /storage/sdcard1

fs_free (path to partition)
free space of a partition

fs_used (path to partition)
used space of a partition

fs_size (path to partition)
partition size

fs_perc (path to partition)
percentage of used space

fs_bar (path to partition) (width) (height)
used space bar, width and height are optionals

Clone this wiki locally