adb_file_fsinfo
Retrieve filesystem details for any path on an Android device, including type, mount options, capacity, read-only status, and security context, to determine permitted operations.
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 |