Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

NetBSD doesn seem to like my SCSI disk. Is there any way I can prevent this annoying filesystem damage?

0
Posted

NetBSD doesn seem to like my SCSI disk. Is there any way I can prevent this annoying filesystem damage?

0

This problem results from a recognized but as yet unfixed bug in the ncrscsi driver. For some reason, it seems to attack Quantum drives more often than others. The usual symptoms are that under heavy disk usage, the drive light suddenly stays on, but the system is hung. After rebooting, an fsck run will turn up rather nasty filesystem damage. Sometimes you may not notice the damage until you try to run some binary file and realize that it is now a device file instead (i.e. its directory listing looks something like b——— or c———). In order to fix the problem, Scott Reynolds (scottr@og.org) wrote the sbc scsi driver to replace the standard ncrscsi driver. Since this driver operates in polled mode by default, it is a little slower and more CPU-intensive than the stock ncrscsi driver (especially on slow SCSI devices like CD-ROM’s and tape drives). However, it is much less likely to corrupt your data. Scott recommends that you use it instead only if you are currently having trou

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123