X-Spam-Check-By: sourceware.org Date: Mon, 16 Apr 2007 11:57:57 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Unable to open /dev/mem: permission denied Message-ID: <20070416095757.GC21503@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4621FB51 DOT 4108691F AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4621FB51.4108691F@dessent.net> User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Apr 15 03:15, Brian Dessent wrote: > Jamie Mortimore wrote: > > > Unable to open /dev/mem: Permission denied > > > > I have set up a root user (in /etc/passwd) and am running the program > > as root but this doesn't solve the problem. Any help much appreciated. > > Having a user named 'root' in passwd is irrelevant. What matters is > whether you are logged in to Windows with a user account that has > Administrator privileges. Is that what you mean by "running the program > as root"? > > To be clear, it doesn't matter at all what you name the user or what you > put in /etc/passwd or /etc/group, what matters is whether Windows > considers the user to have admin privileges, as the return value of > open("/dev/mem") is just a direct translation of the result of calling > the NT function to open \device\physicalmemory, so it's up to Windows > whether this fails or succeeds, not anything in Cygwin. Funny(*) sidenote: Accessing \device\physicalmemory from privileged user mode processes works only on NT4, W2K and XP. Starting with 2K3, access to physical memory has been restricted to work only in kernel mode. Corinna (*) No, not really. -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/