I am implementing USB as a host to read the files stored in the Flashdrive. To read I implement the read(10) command in SCSI. This command has a field called Logical Block Address, as in the address I want to read. Now, I know the sector number I want to read.
So, is the Logical Block Address and Sector Number the same?
I looked into Cylinder-Head-Sector(CHS) but I dont have information about cylinder or heads