From c4c7db6dd0f4ea5366a58960b7f1f303393f69c0 Mon Sep 17 00:00:00 2001 From: Troy <58827784+mynameistroy@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:26:37 -0500 Subject: [PATCH] Added a bit more info about MegaSTE mode --- Advanced-Settings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Advanced-Settings.md b/Advanced-Settings.md index 374996c..1b93e4e 100644 --- a/Advanced-Settings.md +++ b/Advanced-Settings.md @@ -25,4 +25,6 @@ ST410800N······· If you have a MegaSTE place a file in the root of your SD card named `MSTE_MODE`. This will map SCSI ID's to LUN's as required for this devices (and possibly others) +The MegaSTE internal SCSI/ASCI adapter only supports devices on SCSI ID0 which limits the usefulness of BlueSCSI in this situation. The MSTE_MODE enables the SCSI ID's to be remapped as LUNs for SCSI ID0 so you can use multiple devices with the internal adapter. This is well supported and tested against the [HDDRIVER written by Uwe Seimet](https://www.hddriver.net/). Other ASCI/SCSI drivers were not tested at this time but it expected any driver supporting multiple LUN's will also support this new feature. + This mode was added in release `v1.1-20221203` \ No newline at end of file