-
I assume the two are connected... I'm trying to use this on a Sun Sparcstation 20. Initial install of NetBSD 9.3 goes fine. Works fine for a few days / week. After a while I get very nasty SCSI errors from the OS and it panics / won't boot. I take my latest backup of the image, put it on there in it's place, and I'm back in business. It seems like some combination of hardware / zuluscsi / OS are "eating" the image ? The SD card itself doesn't throw errors, the ExFAT FS seems fine. I've tried two different brands of (micro) SD cards so far. Same issue on both. No idea if the "not contiguous" and messages about slow transfer are related to this. I made my "blank" images from dd if=/dev/zero, it's exact size is 9056690176. I don't get errors in the ZS log about geometry so I think I'm okay there ? My ini settings: [SCSI] A snip of the log. No other "bad errors" that I can see. Unfortunately I don't have a log of when the image seems to kill itself and the OS panics. I'll leave Debug = 1 to capture this the next time it happens. [368ms] Finding HDD images in directory /: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The file contiguousness shouldn't affect anything except random access speed. It just means that when computer accesses a sector outside the current ExFAT extent, it needs to look again in allocation tables to find the data. Usually reformatting the SD card and then copying the file to it makes it contiguous. And yes, 9056690176 is evenly divisible by 248×19×512, so that is fine also. A log from the corruption would be interesting, as would be a comparison of the good vs. bad image files. Is there anything special that you are doing at the time of the problem, or does it just happen randomly? Which ZuluSCSI variant are you using, and which firmware version? |
Beta Was this translation helpful? Give feedback.
-
It's a ZS 1.1. It was on 1.0.8 I think - it's now on 1.2.0. It just happened randomly on a bootup (NetBSD 9.3). One thing I'm thinking - is that I also have another card where I installed Solaris 8. I had to set some geometry in the ini to make Solaris happy. I have/had:
When I did NetBSD - I carried this over. So same "blank" HD image and same ini. I feel like that isn't necessary on NetBSD and might have tripped it up. And yes I have debug on now - and if it happens again I will certainly capture the log. |
Beta Was this translation helpful? Give feedback.
Sorry for the delay...
Since posting - I made the following changes to my setup (this is a Sparcstation 20).