mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
Not completed documenting how to workaround Windows READ CAPACITY(16) bug completed
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1147 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -167,8 +167,8 @@ IMPORTANT: Some versions of Windows have a bug, which makes them consider
|
||||
As the result, such Windows'es refuse to see SCST exported
|
||||
devices >2TB in size. This is fixed by MS in latter Windows
|
||||
versions, probably, by some hotfix. But if you're using such
|
||||
buggy Windows and experience this problem, change this '1' to
|
||||
'0'.
|
||||
buggy Windows and experience this problem, change in
|
||||
scst_vdisk.c::vdisk_exec_read_capacity16() "#if 1" to "#if 0".
|
||||
|
||||
To uninstall, type 'make scst_uninstall'.
|
||||
|
||||
|
||||
@@ -85,6 +85,14 @@ IMPORTANT: In the current version simultaneous access to local SCSI devices
|
||||
devices READ/WRITE commands using direct disk handler look to
|
||||
be safe.
|
||||
|
||||
IMPORTANT: Some versions of Windows have a bug, which makes them consider
|
||||
========= response of READ CAPACITY(16) longer than 12 bytes as a faulty one.
|
||||
As the result, such Windows'es refuse to see SCST exported
|
||||
devices >2TB in size. This is fixed by MS in latter Windows
|
||||
versions, probably, by some hotfix. But if you're using such
|
||||
buggy Windows and experience this problem, change in
|
||||
scst_vdisk.c::vdisk_exec_read_capacity16() "#if 1" to "#if 0".
|
||||
|
||||
|
||||
Usage in failover mode
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user