Bug 12992

Summary: sector size independent patch for msdosfs(640MB MO,etc)
Product: Base System Reporter: chi <chi>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description chi 1999-08-05 23:50:00 UTC
	Our msdosfs code only handles 512 bytes/sector media, so we cannot
	use 640MB MO, 1.3GB MO (aka GIGA-MO) and DVD-RAM whose sector sizes
	are not 512 bytes/sector.
	1.25MB FD of NEC PC-98 has same problem.
	This is the patch which can handle those non-512 bytes/sector media,
	useful both FreeBSD and FreeBSD(98).

Fix: This patch was once reviewed committers ML via Mr. Kato, and
	comments are reflected.
Comment 1 Yoshihiro Takahashi freebsd_committer freebsd_triage 2000-01-27 15:21:04 UTC
State Changed
From-To: open->closed

committed to -current. Thanks.