A command-line file compression utility for Windows NT. It
allows you to select files for NTFS file compression based on
file name (with wild- cards), minimum file size, and/or a
minimum compression ratio. You can also specify file extensions
of files to be ignored. With C++ src
USB海量存儲設備類規范包括四個獨立的子類規范:(ATA command的那個沒有)
①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport
②USB Mass Storage Class Bulk-Only Transport
③USB Mass Storage Class ATA command Block
④USB Mass Stroage Class UFI command Specification。
前兩個子規范定義了數據/命令/狀態在USB上的傳輸方法。
Bulk-Only傳輸規范僅僅使用Bulk端點傳送數據/命令/狀態,
CBI傳輸規范則使用Control/Bulk/Interrupt三種類型的端點進行數據/命令/狀態傳送。
后兩個子規范定義了對存儲介質的操作命令。
ATA 命令規范用于硬盤。
UFI命令規范是針對USB移動存儲而制定的,實際上UFI命令格式是基于SFF-8070i和SCSI-2規范,總共定義了19個12字節長度的操作命令。
/* Check_SST_39VF400A Check manufacturer and device ID
/* CFI_Query CFI Query Entry/Exit command sequence
/* Erase_One_Sector Erase a sector of 2048 words
/* Erase_One_Block Erase a block of 32K words
/* Erase_Entire_Chip Erase the contents of the entire chip
/* Program_One_Word Alter data in one word
/* Program_One_Sector Alter data in 2048 word sector
/* Program_One_Block Alter data in 32K word block