#

storage

Android external storage and filesystem handling

Mobile DevFix Android MediaStore Inconsistent Path Capitalization

Android MediaStore returns inconsistent casing like 'WhatsApp' vs 'whatsapp' for files in the same folder due to case-insensitive filesystems and scan snapshots. Normalize with canonical paths, LIKE queries, and RELATIVE_PATH for reliable WhatsApp media access.

1 answer 2 views
DatabasesMySQL INT(11): Storage Size in Bytes & Max Value

Discover the storage size of MySQL INT(11) column: always 4 bytes. Max signed value is 2,147,483,647; unsigned reaches 4,294,967,295. Learn why (11) doesn't affect storage or range, with official docs and best practices.

1 answer 2 views
Mobile DevFix INSTALL_FAILED_INSUFFICIENT_STORAGE Error with android:installLocation

Learn how to resolve Android installation errors using the android:installLocation manifest attribute to install apps on external storage.

1 answer 1 view
Hardwarefio libaio on Android: Raw UFS Benchmark Guide

Learn to run fio with libaio on Android for raw UFS performance benchmarking, bypassing filesystem effects. Includes NDK build steps, root requirements, kernel checks, and sync/psync alternatives for accurate sequential/random bandwidth and latency.

1 answer 3 views
OSHow to Set Up Cold Backup on Two Disks Without RAID

Learn reliable cold backup methods for two local disks avoiding RAID pitfalls. Use AOMEI Backupper, Handy Backup, FreeFileSync, or Robocopy for disk mirroring, cloning, and offline rotation with verification tips.

1 answer 1 view
HardwareConvert SAS Drive 520 to 512 Sector Size: HGST Guide

Step-by-step guide to reformat HGST HUS723020ALS640 SAS drive from 520-byte to 512-byte sector size. Use IT-mode HBA, sg_format from sg3_utils, vendor tools. Hardware needs, RAID vs HBA, firmware risks explained.

1 answer 1 view
DevOpsReduce Docker Overlay2 Space Usage: Nextcloud Fix

Learn how to reduce Docker overlay2 filesystem space usage when /var/lib/docker appears to have sufficient space. Fix Nextcloud crashes with targeted overlay2 cleanup strategies.

1 answer 1 view