Linked Questions
17 questions linked to/from What is an uninterruptible process?
1 vote
2 answers
211 views
Read blocks indefinitely on external SSD
I'm trying to read data from a faulty external SSD to create an image for data recovery. The drive is an Apacer Panther SSD connected to a USB port via an ICY BOX SATA to USB connector on Ubuntu. ...
1 vote
0 answers
67 views
Prevent Linux from switching to another task during execution of a certain function
I made an implementation of 1-wire protocol for the Raspberry Pi adapted from this book. It uses bit banging to implement the communication protocol. The function bcm2835_delayMicroseconds() from the ...