Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: Cygwin List Message-Id: <6.2.0.14.0.20041130133754.046b8158@pop.prospeed.net> Date: Tue, 30 Nov 2004 13:47:26 -0500 To: Maikon Bueno , Cygwin List From: Larry Hall Subject: Re: increasing filesystems size In-Reply-To: <757c55c6041130035727999d8e@mail.gmail.com> References: <757c55c6041129111740b6347 AT mail DOT gmail DOT com> <6 DOT 2 DOT 0 DOT 14 DOT 0 DOT 20041129150025 DOT 046bde90 AT pop DOT prospeed DOT net> <757c55c6041130035727999d8e AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 06:57 AM 11/30/2004, you wrote: >There is a way, it's only to change the keys located under >"HKEY_CURRENT_USER/Software/Cygnus Solutions/Cygwin/mounts v >. I did that, however I couldn't get success. >Here, the free space is changed in accordance with the system user. I >need to use all the free space on the disk independent of the user. >Do you know how to do that? > The free space is *not* "changed in accordance with the system user". If you have your mounts currently as "user" and you would prefer they show up as "system", that's something different than your original question. Can accomplish this new goal by : mount -m | sed "s/-u/-s/" > /tmp/sysmounts chmod +x /tmp/sysmounts /tmp/sysmounts Now you'll have both user and system mounts. You can get rid of the user mounts if you want. >In the Cygwin User's Guide, there is > >On Mon, 29 Nov 2004 15:03:59 -0500, Larry Hall > wrote: Don't feed spammers. -- 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/