danluu / fs-errors

Reproducing resuts from old papers on modern filesystems
https://danluu.com/filesystem-errors/
22 stars 2 forks source link

How is the output in fs-results.csv interpreted? #9

Open jjoo172 opened 7 years ago

jjoo172 commented 7 years ago

I got the following output:

images/ext3.img.gz,./mmap_read,error,overlay,-7,, images/ext3.img.gz,./mmap_write,error,overlay,-7,, images/ext3.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/ext3.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/ext4.img.gz,./mmap_read,error,overlay,-7,, images/ext4.img.gz,./mmap_write,error,overlay,-7,, images/ext4.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/ext4.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/exfat.img.gz,./mmap_read,error,overlay,-7,, images/exfat.img.gz,./mmap_write,error,overlay,-7,, images/exfat.img.gz,./pread,error,overlay,255,read fail. errno: Transport endpoint is not connected, images/exfat.img.gz,./pwrite,error,overlay,255,open fail Transport endpoint is not connected, images/jfs.img.gz,./mmap_read,error,overlay,-7,, images/jfs.img.gz,./mmap_write,error,overlay,-7,, images/jfs.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/jfs.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/xfs.img.gz,./mmap_read,error,overlay,-7,, images/xfs.img.gz,./mmap_write,error,overlay,-7,, images/xfs.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/xfs.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/ext3-largefile.img.gz,./mmap_read,error,overlay,-7,, images/ext3-largefile.img.gz,./mmap_write,error,overlay,-7,, images/ext3-largefile.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/ext3-largefile.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/ext4-largefile.img.gz,./mmap_read,error,overlay,-7,, images/ext4-largefile.img.gz,./mmap_write,error,overlay,-7,, images/ext4-largefile.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/ext4-largefile.img.gz,./pwrite,error,overlay,255,open fail Input/output error, images/jfs-largefile.img.gz,./mmap_read,error,overlay,-7,, images/jfs-largefile.img.gz,./mmap_write,error,overlay,-7,, images/jfs-largefile.img.gz,./pread,error,overlay,255,read fail. errno: Input/output error, images/jfs-largefile.img.gz,./pwrite,error,overlay,255,open fail Input/output error,

Would you be able to explain what these errors mean and whether it means there are errors in the filesystem? I couldn't figure out to interpret these based on the README. Thank you!

jjoo172 commented 7 years ago

Hi, sorry to bother again but I was wondering if you'd be able to help me out here. Thanks in advance!

jjoo172 commented 6 years ago

Hi, another ping on this - thanks in advance!