l 塞滿使用者空間(可用任意方式)
找data partition

1-1. root DUT
1-2. adb shell
1-3. cd data
1-4. dd if=/dev/block/dm-0 of=6gbFile bs=1024 count=6000000 // 塞約6GB 到data partition, 檔案名稱是6gbFile
l df可以看空間,一定要塞到< 50 MB
l 塞滿使用者空間(可用任意方式)
找data partition
1-1. root DUT
1-2. adb shell
1-3. cd data
1-4. dd if=/dev/block/dm-0 of=6gbFile bs=1024 count=6000000 // 塞約6GB 到data partition, 檔案名稱是6gbFile
l df可以看空間,一定要塞到< 50 MB