X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org References: <166589 DOT 77178 DOT qm AT web34704 DOT mail DOT mud DOT yahoo DOT com> <49399A96 DOT 4040203 AT saic DOT com> <536575 DOT 54830 DOT qm AT web34703 DOT mail DOT mud DOT yahoo DOT com> <297343D29C14AA4D822142893ABEAEF305C44997 AT srv1163ex1 DOT flightsafety DOT com> Date: Fri, 5 Dec 2008 14:12:38 -0800 (PST) From: TheO Subject: Re: Finally managed to create a jailed SFTP server, but how secure? To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <548187.4053.qm@web34704.mail.mud.yahoo.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 > > I believe it is still supported for Cygwin 1.5. I think what has > happened is the Cygwin DLL created an actual /cygdrive directory (which > is useful for things like bash completion) in your chroot jail. Now that > you've changed the Cygdrive prefix, delete that directory and all should > be good. > > BTW, it is preferable to change the Cygdrive prefix with 'mount -c > ' rather than mess around in the registry. > Many thanks. I tried it and it worked. I could see in the Console that it has changed to/drive (instead of /cygdrive). # mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /drive/c type system (binmode,noumount) And I could cd to /drive/c from Console too. But when I tried to restart sshd, I got this message: # net start sshd bash: /cygdrive/c/WINDOWS/system32/net: No such file or directory Do I need to change somewhere else too? -- 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/