Open hrchu opened 6 years ago
From the code: https://github.com/iustin/mt-st/blob/master/mt.c#L82
Why only these two command check ET_WPROT (write protection)?
From the list of commands, the only other that writes to the tape is erase. The rest just move/reposition the tape, or set parameters. Do you see something else?
erase
From the code: https://github.com/iustin/mt-st/blob/master/mt.c#L82
Why only these two command check ET_WPROT (write protection)?