Hello,
I hope that someone can help me. I am using an Adaptec 6805 controller with a 4 disk raid 10 setup. When I did:
I setup a freebsd-ufs partition, ran newfs, mounted it, then used a shell script that creates 100 Meg files and after it runs for a while, this is the error I get:
It is always in use when it gets the error. Also, it seems to work better with a block size of 8192 and a frag size of 1024. It is faster and does not fail as quickly. It may be related to
I have tried many different things, but nothing has completely fixed this issue. Any thoughts on what I can do?
Thanks!
I hope that someone can help me. I am using an Adaptec 6805 controller with a 4 disk raid 10 setup. When I did:
dd if=/dev/zero of=/dev/da0 bs=1m
it ran for almost 24 hours. I stopped it shortly before it would have filled the disks. There was never an error writing raw data, so it looks like it works just fine without a filesystem.I setup a freebsd-ufs partition, ran newfs, mounted it, then used a shell script that creates 100 Meg files and after it runs for a while, this is the error I get:
Code:
aacraid0: COMMAND 0xc00800009d9b8160 TIMEOUT AFTER 192 SECONDS
aacraid0: shutting down controller...FAILED.
aacraid0: IOP_RESET failed
aacraid0: COMMAND 0xc00800009d9b81d8 TIMEOUT AFTER 744 SECONDS
aacraid0: shutting down controller...FAILED.
aacraid0: IOP_RESET failed
aacraid0: COMMAND 0xc00800009d9b8250 TIMEOUT AFTER 905 SECONDS
aacraid0: shutting down controller...
kern.maxphys=131072
, which I need to boot from its built-in SATA controller. I wanted to create a FAT filesystem just to test this issue further. However, it won't let me create a FAT filesystem on da0 because the kernel was built with option KERN.MAXPHYS=131072
.I have tried many different things, but nothing has completely fixed this issue. Any thoughts on what I can do?
Thanks!