BlueSCSI Toolbox - NeXT Edition

eric

Administrator
Staff member
Sep 2, 2021
1,280
2,244
113
MN
bluescsi.com
Some real life stuff came up and VCF-MW so I'll be getting back to this in October.

I did make some progress on some other NeXT features. I do have SCSI Floppy disks working - but the bane of my work on this is WM not "recognizing" what things are for some time. I mount a CD/Disk even at boot it takes a full minute or two for it to "see" that it's not just a folder mounted, but an actual removable disk, then the icons change and update correctly. I'm not really sure why it behaves this way. I'll have to hook up a real scsi floppy/real scsi CD, but I believe it'll behave the same way.
 
  • Love
Reactions: JdM74

itomato

New Tinkerer
Nov 7, 2022
1
1
3
There are some commands you can send to refresh and reread. Try ‘disk’ and ‘scsimgr -r’. These might be in 0.8 through 4.2.
 
  • Like
Reactions: eric

PL212

Tinkerer
Dec 25, 2022
57
41
18
Really appreciate your work on this! I have an 030 cube for testing once you reach that point.
 

Huxley

New Tinkerer
Oct 30, 2021
8
8
3
Hi @eric ! Hope it's okay to revive this old thread, but I'm super curious: did the NeXTSTEP version of the BlueSCSI Toolbox ever evolve beyond the point noted here? I'm installing a BlueSCSI in my TurboColor and my Cube and I'd love to be able to use the added features...

Thanks!

Huxley
 

eric

Administrator
Staff member
Sep 2, 2021
1,280
2,244
113
MN
bluescsi.com
I have it on my TODO's for far too long, spent some time tonight and got almost everything done for a cli

Code:
# hostinfo
Mach kernel version:
NeXT Mach 4.2: Tue Jan 26 11:23:59 PST 1999; root(rcbuilder):Objects/mk-183.34.4.obj~2/RELEASE_M68K

Kernel configured for a single processor only.
1 processor is physically available.
Processor type: MC680x0 (68040)
Processor speed: 33 MHz
Processor active: 0
System type: 5
Board revision: 0xf
Primary memory available: 128.00 megabytes.
Default processor set: 41 tasks, 74 threads, 1 processors
Load average: 0.00, Mach factor: 0.99


# ./bluescsi --list-files /dev/sg0a
greeting.txt 20 bytes
notes.txt 12 bytes
#

So for sure a CLI very soon, and maybe I can resurrect the GUI work i did a while ago.
 

Michael

New Tinkerer
Jun 15, 2024
10
1
3
Hi @eric ,

if needed, I can help you in testing your application, if you can compile into a NIHS package. I do have NeXTSTEP running on a HP9000 712/100 since this late afternoon (thanks to the help of @Purdy , an older BlueSCSI firmware and some changes to bluescsi.ini according to @JdM74 ), and I hope to have it running on a SPARCStation SS20 soon.

Best, Michael