Skip to content

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

@jjoo172

Description

@jjoo172

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions