SimpleSSD / SimpleSSD-FullSystem

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
88 stars 46 forks source link

Is there any way to extend size of linux Kernel? #5

Closed ray5273 closed 5 years ago

ray5273 commented 5 years ago

I've tried to test a benchmark using fio in simplessd kernel. But when I tried to random/seq write in simulator, there's an error shows not enough space left on device. So, I tried several ways to fix this problems, but all things didn't work. Can you tell me how to expand the size of simplessd kernel? SimpleSSD_seqwrite_sata_2

kukdh1 commented 5 years ago

Hi,

I assume you want to create larger disk image for storing some big files, not the Linux Kernel. Please check the SimpleSSD homepage for creating new disk image for gem5 simulator.

Thanks.