Closed RlckAstley closed 1 year ago
Basically, the st
driver is an adapter that user can access to tape device with the POSIX file system call, like open(), close(), write(), read(), etc.
.
On the other hand, LTFS has really fine grained error handling against tape device, the basic command set of st
is not goos for this fine grained error handling and sg
device and low level SCSI command is much nicer than st
command set.
Close because no activities from 8/14.
I use st, not sg. Not sure what's going on and can't find documentation