From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Nicol Subject: Re: newbie question about inode numbers Date: Wed, 20 Oct 2010 08:51:22 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: BTRFS MAILING LIST Return-path: In-Reply-To: List-ID: Wow, vger categorically refuses HTML e-mail! On Tue, Oct 19, 2010 at 4:41 PM, David Nicol wrote: > > the inode number is an "unsigned long" which on a 32 bit system may be merely 32 bits, yet btrfs allows a full 64 bits of files in a file system (which is impossible; but ZFS allows 128 bits of files, which is just silly.) > My question is, how are inode number collisions prevented on a 32-bit system, with a fs with five billion files?