Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Reply-To: Cygwin List <cygwin@cygwin.com>
Message-Id: <6.2.0.14.0.20041130133754.046b8158@pop.prospeed.net>
Date: Tue, 30 Nov 2004 13:47:26 -0500
To: Maikon Bueno <maikon@gmail.com>, Cygwin List <cygwin@cygwin.com>
From: Larry Hall <lh-no-personal-replies-please@cygwin.com>
Subject: Re: increasing filesystems size
In-Reply-To: <757c55c6041130035727999d8e@mail.gmail.com>
References: <757c55c6041129111740b6347@mail.gmail.com> <6.2.0.14.0.20041129150025.046bde90@pop.prospeed.net> <757c55c6041130035727999d8e@mail.gmail.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<version>
>. 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
><lh-no-personal-replies-please@cygwin.com> wrote:

Don't feed spammers.
<http://cygwin.com/acronyms/#PCYMTNQREAIYR>



--
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/

