IMRSim: A Disk Simulator for Interlaced Magnetic Recording Technology
Zhimin Zeng, Xinyu Chen, Laurence T Yang, Jinhua Cui

TL;DR
IMRSim is an open-source disk simulator for interlaced magnetic recording technology, enabling detailed performance analysis and research on new data placement strategies for higher-density HDDs.
Contribution
This paper introduces the first public IMR disk simulator, IMRSim, implemented as a Linux kernel block device driver for accurate I/O performance simulation.
Findings
IMRSim accurately models IMR HDD I/O performance
Supports various data placement strategies in simulation
Provides graphical visualization of I/O request processing
Abstract
The emerging interlaced magnetic recording (IMR) technology achieves a higher areal density for hard disk drive (HDD) over the conventional magnetic recording (CMR) technology. IMR-based HDD interlaces top tracks and bottom tracks, where each bottom track is overlapped with two neighboring top tracks. Thus, top tracks can be updated without restraint, whereas bottom tracks can be updated by the time-consuming read-modify-write (RMW) or other novel update strategy. Therefore, the layout of the tracks between the IMR-based HDD and the CMR-based HDD is much different. Unfortunately, there has been no related disk simulator and product available to the public, which motivates us to develop an open-source IMR disk simulator to provide a platform for further research. We implement the first public IMR disk simulator, called IMRSim, as a block device driver in the Linux kernel, simulating the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Storage Technologies · Magnetic properties of thin films
