Tagged Questions

7
votes
2answers
1k views

How can I simulate a failed disk during testing?

In a Linux VM (Vmware workstation or similar), how can I simulate a failure on a previously working disc? I have a situation happening in production where a disc fails (probably a controller, cable ...
0
votes
1answer
44 views

Who creates the “/dev/sdaX” node in the Linux filesystem? [closed]

I have doubts, who creates the node sd (SCSI Disk) under /dev? I thought it was a kernel with usb driver in fact, but I have not found any documentation about this. I just found that it may be to ...