LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Flash device DTL algorithm in Linux (https://www.linuxquestions.org/questions/programming-9/flash-device-dtl-algorithm-in-linux-657558/)

prog4linux 07-22-2008 07:48 PM

Flash device DTL algorithm in Linux
 
Does anyone know which Flash Translation Layer (FTL) algorithm is implemented in the Linux 2.6 kernel to manage USB Flash devices?

P.S: The DTL in the title should be FTL

Thank you.
Pavan

paulsm4 07-22-2008 09:44 PM

All of 'em ;-):

Quote:

FTL (Flash Translation Layer) support (FTL) [N/m/y/?] n
NFTL (NAND Flash Translation Layer) support (NFTL) [N/m/y/?] n
INFTL (Inverse NAND Flash Translation Layer) support (INFTL) [N/m/y/?] n
Resident Flash Disk (Flash Translation Layer) support (RFD_FTL) [N/m/y/?] (NEW) n
NAND SSFDC (SmartMedia) read only translation layer (SSFDC) [N/m/y/?] (NEW) n...
From Google:
http://l4x.org/k/?d=42677

Look here (in your kernel source) for more info:
.../Documentation/devices.txt

Or look here (also in your kernel source tree):
.../drivers/mtd/nftl.c


'Hope that helps .. PSM


All times are GMT -5. The time now is 07:01 PM.