forked from stec-inc/EnhanceIO
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attempt to access beyond end of device #53
Comments
Could you please provide #parted -l /dev/sdb and #cat /proc/enhanceio/sdb5_cache/config? Thanks. |
I migrated to bcache, but it works noticeably worse. I will try now to reproduce the problem again at a new partition |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data corruption with new formatted partition
окт 09 22:26:26 homepc kernel: sdb5: rw=2049, want=3585370432, limit=102400000 окт 09 22:26:26 homepc kernel: attempt to access beyond end of device окт 09 22:26:26 homepc kernel: sdb5: rw=2049, want=3585373296, limit=102400000 окт 09 22:26:26 homepc kernel: io_callback: io error -5 block 1354872 action 4 prev_count 2 окт 09 22:26:26 homepc kernel: io_callback: io error -5 block 1368384 action 4 prev_count 1 окт 09 22:26:26 homepc kernel: EXT4-fs warning (device sdb5): ext4_end_bio:323: I/O error 10 writing to inode 657155 (offset 4096 size 83845 окт 09 22:26:26 homepc kernel: buffer_io_error: 1413 callbacks suppressed окт 09 22:26:26 homepc kernel: Buffer I/O error on device sdb5, logical block 169359 окт 09 22:26:26 homepc kernel: Buffer I/O error on device sdb5, logical block 169360 окт 09 22:26:26 homepc kernel: attempt to access beyond end of device
there is 16Gb ssd partition and 50Gb home partition. kernel 5.2 amd64
command
eio_cli create -d /dev/sdb5 -s /dev/sda4 -p lru -m wt -c sdb5_cache
behavior is the same with wt or with ro.
in the upstream it seems that similar error was fixed.
The text was updated successfully, but these errors were encountered: