Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Feb 2002 16:28:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Feb 2002 16:28:26 -0500 Received: from caip.rutgers.edu ([128.6.236.10]:17370 "EHLO caip.rutgers.edu") by vger.kernel.org with ESMTP id ; Tue, 19 Feb 2002 16:28:12 -0500 Date: Tue, 19 Feb 2002 16:28:09 -0500 (EST) From: Mihail Ionescu To: Subject: mmap for more than 2GB Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I am currently working on the porting of some programs from Solaris to Linux. The main problem I have is that the original programs heavily use mmap in order to access very big files (more than 4GB) (since it is a 64 bits operating system), but on Linux mmap will fail. Is there any clean way to solve this problem? Please CC me the response at this e-mail address: mihaii@caip.rutgers.edu. Thank you very much, Mihail Ionescu - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/