Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!cica!iuvax!purdue!bu.edu!bu-cs!husc6!encore!pinocchio!peralta From: peralta@pinocchio.Encore.COM (Rick Peralta) Newsgroups: comp.unix.questions Subject: size of a file Summary: how can a file be extended beyone the size of an int? Message-ID: <10890@encore.Encore.COM> Date: 18 Jan 90 00:46:32 GMT Sender: news@Encore.COM Reply-To: peralta@multimax.encore.com (Rick Peralta) Distribution: usa Lines: 7 In most implementations a pointer to the offset in the file is maintained. The file (and filesystem) cannot ecxcede the limit of the int. So, how can a very large file be accommodated? On a 16 bit machine this must have been a critical problem. Does anyone know how it was overcome? - Rick "Maybe compiler vodo, floating point hacks, secret math libraries..."