Make fat32_test0 reasonably fast

This commit is contained in:
mkostoevr 2021-12-12 14:09:31 +03:00 committed by Ivan Baravy
parent bc5091705b
commit 6a1da788e3
3 changed files with 17 additions and 16443 deletions

View File

@ -356,12 +356,14 @@ xfs_v5_files_s05k_b4k_n8k.img:
parted --script --align optimal $@ mkpart primary 1MiB 100%
fat32_test0.img:
fallocate -l 127MiB $@
fallocate -l 64MiB $@
mkfs.fat -n KOLIBRIOS -F 32 $@
sudo mount $@ $(TEMP_DIR)
sudo chown $$USER $(TEMP_DIR) -R
$(RANDDIR) $(TEMP_DIR) 4096 8 255 65536
$(RANDDIR) $(TEMP_DIR) 1000 8 255 65536
$(DIRTOTEST) $(TEMP_DIR) fat32_test0.img hd0 > ../test/045_#f70_#fat32_test0.t
tree $(TEMP_DIR)
du -sh $(TEMP_DIR)
sudo umount $(TEMP_DIR)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff