From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <07646f021c0237c8c7a1fc9f6740581f@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] 48-bit lba Date: Sun, 25 May 2003 10:44:45 -0400 Topicbox-Message-UUID: b8b8a0a6-eacb-11e9-9e20-41e7f4b1d025 I put code to handle 48-bit LBA mode (for drives >137GB) into the sdata driver. It seems to work (meaning blocks written with it turned off and turned on go to the same place on disk for the 137GB addressable in either mode), but it would benefit from a reading by someone else who understands 48-bit LBA mode. 9fs sources yesterday -d -0524 /n/sources/plan9/sys/src/9/pc/sdata.c Thanks. Russ