Fat Builds



Katheryne
07-09-2005, 09:27 PM
Hi All
What is the Difference between FAT and NTFS Build and what are the specefic
changes we need to make.

Thanks
Katheryne

Gordon Smith \(eMVP\)
07-09-2005, 09:28 PM
Katheryne wrote:
> Hi All
> What is the Difference between FAT and NTFS Build and what are the
> specefic changes we need to make.
>
> Thanks
> Katheryne

FAT and NTFS are both file systems. Both have their pros and cons. For
example, FAT is a simpler data structure internally and is well suited for
small storage devices. NTFS is more complex but brings greater
functionality such as improved security. NTFS scales better for larger
volumes.

What you'd need to do to include them in your image is to simply add the
components with the corresponding names ("FAT", "NTFS").

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Fat Builds