]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264889: newfs_msdos: Correct min/max cluster counts for FAT12/16/32
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Oct 2015 16:06:10 +0000 (16:06 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Oct 2015 16:06:10 +0000 (16:06 +0000)
commita209c194c592de2440d13ca3e720c63f482669cf
treee3c57a3836c2b76a107c4a12c69b811d7dac689c
parent6a1c5cdd69c198a425c1f7ba38908484eb169016
MFC r264889: newfs_msdos: Correct min/max cluster counts for FAT12/16/32

FAT12      1..4084
FAT16   4085..65524
FAT32  65525..

This is required for interoperability with other FAT implementations,
and in particular UEFI.

Obtained from: NetBSD
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@289367 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/newfs_msdos/newfs_msdos.c