|
|
Re: Booting image from ETFS 2048 formatted partition?
|
|
04/14/2009 3:00 PM
post26977
|
Re: Booting image from ETFS 2048 formatted partition?
David,
The code to scan the filesystem is in the ETFS source in the file lib/etfs/etfs.c. You'll be looking for etfs_scan(),
and all of it's sub functions. There currently isn't any code to scan the filesystem looking for only a specific file.
An IPL with this support would have to scan the entire ETFS partition, to locate all of the transactions which make up
the specified fid. The biggest issue I see with this is boot times, as larger NAND parts would result in extra seconds
being added to the boot time. For a ball-park, run etfs with verbosity, it will print out how long it took to come up.
Expect that any IPL booting from the formatted ETFS partition will add this amount of time to the boot process.
David
|
|
|
|
|