adb_file_fsinfo
Inspect filesystem details of any path on an Android device to determine capabilities like read-only status, encryption, and supported operations before proceeding.
Instructions
Report filesystem details for any path: filesystem type, mount point, mount options, capacity, usage, read-only status, permission support, symlink support, max file size, timestamp resolution, encryption status, and SELinux context. Essential for understanding what operations are possible before attempting them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to inspect | |
| root | No | Use root shell for system paths | |
| device | No | Device serial |