- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- FAT16 vs. FAT32
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2011 08:13 AM
тАО02-10-2011 08:13 AM
I'd like to install live USB system.
Which file system is faster FAT16 or FAT32, after installing and booting from USB stick?
What are advantages and disadvantages?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2011 04:08 PM
тАО02-10-2011 04:08 PM
Re: FAT16 vs. FAT32
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2011 07:00 AM
тАО02-11-2011 07:00 AM
Solution>> Which file system is faster FAT16 or FAT32, after installing and booting
>> from USB stick?
FAT32 uses space effectively resulting in efficient use of the disk space.
It also overcomes the 2GB limit with FAT16. There may not be much of a
significant performance benefit of FAT32 when compared to FAT16.
>> What are advantages and disadvantages?
Check the following link -
* FAT16 vs. FAT32
http://technet.microsoft.com/en-us/library/cc940351.aspx
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2011 04:57 AM
тАО02-15-2011 04:57 AM
Re: FAT16 vs. FAT32
How did the installation/boot from usb stick go about?
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2011 07:29 AM
тАО02-15-2011 07:29 AM
Re: FAT16 vs. FAT32
LH_BINARY_FILESYSTEM="fat16"
or
LH_BINARY_FILESYSTEM="fat32"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2011 04:27 AM
тАО02-21-2011 04:27 AM
Re: FAT16 vs. FAT32
It does not matter that as much basically. The size of the File Allocation table entry .
Eg Fat 16 used in small disks basically ( < 512 MB), the size = 16 , so it the total number of files or entries possible = 2^16 = 65,536 entries . So max file size possible := cluster_size * 65,536 .
But in Fat32 it theoretically becomes
max file size possible := cluster_size * 2 ^32.
But implementation wise fat16 and fat32 are more or else the same. There should not be much difference in performance other than the max file size it can address.
You can read the FAT specification to gain more knowledge.
http://staff.washington.edu/dittrich/misc/fatgen103.pdf
Truly Evil
Lucifer Megacruel