LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
256 stars 77 forks source link

FYI: Linux sg driver is being rewritten(v4) #264

Open xosevp opened 3 years ago

xosevp commented 3 years ago

More info at: https://marc.info/?l=linux-scsi&m=166658140002278 https://sg.danny.cz/sg/sg_v40.html

piste-jp commented 3 years ago

Thank you for your info.

I just have took a look them. My understanding sgv3 I/F is still supported. Is it correct?

Anyway I will add the switch to select v3 or v4 if it is useful functions for LTFS in v4 I/F.

xosevp commented 3 years ago

I just have took a look them. My understanding sgv3 I/F is still supported. Is it correct?

Yes, v3 will be supported for a long time. Full sg info at: https://sg.danny.cz

Thank you.