(resending .. forgot to copy the lists originally) We have a problem coming down the pipeline. Practically all utilities that care about it, use ioctl(fd, HDIO_GETGEO) to determine the starting sector offset of a hard disk partition. SCSI, libata, IDE, USB, Firewire.. you name it. The return value uses "unsigned long", which on a 32-bit system limits drive offsets to 2TB. There will be single drives exceeding this limit within the next 12 months or less, and we already have RAID arrays that exceed 2TB. So.. what's the replacement for HDIO_GETGEO on 32-bits ? One candidate might seem to be the existing /sys/block/dev/partition/start which I expect is already 64-bit friendly. But this requires about 150 lines of somewhat complex C code to access, using only the dev_t (from stat(2) on a file) as a starting point, or less if one relies upon the udev device name matching the sysfs device name. Is it time now for HDIO_GETGEO64 to make an appearance? Similar to how the existing BLKGETSIZE64 is supplanting BLKGETSIZE ? ?? --
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
| Greg KH | Linux 2.6.25.10 |
| Linus Torvalds | Re: [stable] Linux 2.6.25.10 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Edwin Eyan Moragas | poll(2) vs kqueue(2) performance |
| Jonathan Thornburg | strlcat/strlcpy vs overlapping arguments |
| askthelist | Packets Per Second Limit? |
| Siju George | Skype on OpenBSD 4.1 using Fedora RPM |
git: | |
| Michael Hendricks | removing content from git history |
| Elijah Newren | Trying to use git-filter-branch to compress history by removing large, obsolete bi... |
| Junio C Hamano | Re: bad git pull |
| Junio C Hamano | Re: More precise tag following |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Sagan | 387 failed error [help needed] |
| David Hobley | linux support for (PC) notebooks |
| Joel M. Hoffman | Re: How to disable C-A-D for non-root users? |
