Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Dario Alcocer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15250.20365.936891.712464@coyote.priv.helixdigital.com> Date: Sun, 2 Sep 2001 08:26:05 -0700 To: "Alex Malinovich" Cc: Subject: RE: Mobile install In-Reply-To: <000201c1332b$ba8197b0$0800a8c0@TheLoveShack.local> References: <15248 DOT 43695 DOT 165711 DOT 429512 AT coyote DOT priv DOT helixdigital DOT com> <000201c1332b$ba8197b0$0800a8c0 AT TheLoveShack DOT local> X-Mailer: VM 6.76 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid >>>>> "Alex" == Alex Malinovich writes: Alex> From looking at my registry, it looks like the only mounts I Alex> need to set up are: Alex> / Alex> /usr/bin Alex> /usr/lib Yes, those are all the mounts that setup performs. Alex> That should be easy enough to do in a batch file. The Alex> individual drive mounts appear to be handled at run Alex> time. No. For DOS driver letters, you would need to set these up as well. But, I wouldn't bother, since all the drives are available via the /cygdrive virtual directory, called the "Cygwin drive prefix." Use 'mount -c' to change to Cygwin drive prefix to anything else you want, like say, /. Alex> Which options will I need to specify with mount(1) though? Alex> I'm guessing: Alex> Mount -x \cygwin\bin /usr/bin Alex> Mount \cygwin\lib /usr/lib Alex> Mount \cygwin / Alex> Is that about right? Or can I just do a plain vanilla mount Alex> (w/o the -x) for bin? Actually, the mount of / should come first. Additionally, you don't need the -x option for any the mounts. The only mount option you might want to use is -b for binary mounts. Alex> Also, are there any particular dependencies I should be Alex> aware of between Perl and GCC and the rest of the Cygwin Alex> packages. I don't understand what you mean. As long as the mounts are done correctly, GCC and Perl should work fine. I would say just try it out, and see if you have any problems. -- Dario Alcocer -- Sr. Software Developer, Helix Digital Inc. alcocer AT helixdigital DOT com -- http://www.helixdigital.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/