Fat Builds

  • Thread starter Thread starter Katheryne
  • Start date Start date
K

Katheryne

Hi All
What is the Difference between FAT and NTFS Build and what are the specefic
changes we need to make.

Thanks
Katheryne
 
Katheryne said:
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").
 
Back
Top