Subject: Re: mount_msdos failure with 200GB usb disk
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: netbsd-users
Date: 08/12/2005 13:14:37
In article <EECE79A5-E3DA-4ACB-9DC3-F14D39847263@shagadelic.org>,
Jason Thorpe  <thorpej@shagadelic.org> wrote:
>
>On Aug 11, 2005, at 5:39 PM, fab wrote:
>
>> Apparently a patch exists :
>> http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=23773
>>
>> seems not to be perfect, but at least it's a good start...
>
>A better "good start" would be to simple handle 64-bit inode  
>numbers.  There are other file systems out there that have inode  
>numbers that large.

This means changing struct stat again, but otherwise it is fairly
straight-forward. Too bad we cannot make time_t a quad at the same
time.

christos