Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-23 Thread ︶ㄣ無名氏
> That's one of those "Why not just try it" questions but the answer is > "no".  How could that possibly work? Thanks. I have tried it. I think it is possible. The relative path can be convented the absolute path according to where cygwin1.dll lives. -- Problem reports: http://cygwin.com/p

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-23 Thread Christopher Faylor
On Wed, Sep 23, 2009 at 12:37:58PM +0800, "???" wrote: >> The entry that you used in your previous mail was not correctly formatted. >> >> It should be something like: >> >> f:/cygwin_1.7/usr/bin /usr/bin ntfs binary 0 0 > >That is g

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-23 Thread Fergus
move from one host machine to another host machine, and that you do not want the grief of having to identify the variant drivename every time and manually re-configure the line in /etc/fstab as f:/cygwin_1.7/usr/bin /usr/bin ntfs binary 0 0 or h:/cygwin_1.7/usr/bin /usr/bin ntfs binary 0

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread ︶ㄣ無名氏
> The entry that you used in your previous mail was not correctly formatted. > > It should be something like: > > f:/cygwin_1.7/usr/bin /usr/bin ntfs binary 0 0 That is great. Thanks for your patient. I have another question. Can the first field of fstab use relative path. I exp

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Christopher Faylor
On Wed, Sep 23, 2009 at 11:36:13AM +0800, "???" wrote: >$ mount -f -o override 'f:\cygwin_1.7\usr\bin\' /usr/bin >mount: /usr/bin: Operation not permitted > > >I have used the `override' option, but the error occurs again. Sorry for the misin

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread ︶ㄣ無名氏
$ mount -f -o override 'f:\cygwin_1.7\usr\bin\' /usr/bin mount: /usr/bin: Operation not permitted I have used the `override' option, but the error occurs again. On Wed, Sep 23, 2009 at 11:21, Christopher Faylor wrote: > On Wed, Sep 23, 2009 at 11:09:06AM +0800, "

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Christopher Faylor
On Wed, Sep 23, 2009 at 11:09:06AM +0800, "???" wrote: >I have try the command: >$ mount -f -o binary,user 'f:\cygwin_1.7\usr\bin\' /usr/bin >mount: /usr/bin: Operation not permitted > >The -f option does not work well. You really do need the -o ove

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread ︶ㄣ無名氏
I have try the command: $ mount -f -o binary,user 'f:\cygwin_1.7\usr\bin\' /usr/bin mount: /usr/bin: Operation not permitted The -f option does not work well. I have alse add this line to fstab: ntfs f:\cygwin_1.7\usr\bin\ /usr/bin binary,user 0 0 It fails, too. On Wed, Sep 23, 200

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Christopher Faylor
On Wed, Sep 23, 2009 at 12:11:23AM +0800, "???" wrote: >Thanks. I want to know how to change this configuration. > >I do as follows: > >bash-3.2$ /bin/umount /usr/bin >umount: /usr/bin: Operation not permitted > >but i does not work. Any idea? If you want /usr/bin to point someplace no

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Larry Hall (Cygwin)
Again, I'd ask that you . I don't need the spam and others that respond to you also are likely to not want to see more. On 09/22/2009 12:11 PM, ︶ㄣ無名氏 wrote: Thanks. I want to know how to change this configuration. I do as follows: bash-3.2$ /bin/umo

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Andy Koppe
2009/9/22 ︶ㄣ無名氏: > Thanks. I want to know how to change this configuration. > > I do as follows: > > bash-3.2$ /bin/umount /usr/bin > umount: /usr/bin: Operation not permitted > > but i does not work. Any idea? /etc/fstab -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread ︶ㄣ無名氏
gt; On Tue, Sep 22, 2009 at 23:06, Larry Hall (Cygwin) >>  wrote: > >                                                  ^ > <http://cygwin.com/acronyms/#PCYMTNQREAIYR>.  Thanks. > >>> >>> On 09/22/2009 11:01 AM, tianlijian wrote: >>>>

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Larry Hall (Cygwin)
of 1.7, which do not mount `/bin', `/usr/bin' automatically. It works well. Why do you care what Cygwin requires here? Are you having a problem? I want to put thd command according to filesytem hierarchy standard, that is putting the cmd such as sh in /bin, and env in /usr/bin/. Ah, O

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread ︶ㄣ無名氏
which do not mount `/bin', `/usr/bin' >> automatically. It works well. > > Why do you care what Cygwin requires here?  Are you having a > problem? > > -- > Larry Hall                              http://www.rfk.com > RFK Partners, Inc.          

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Dave Korn
tianlijian wrote: > I use a older version of 1.7, which do not mount `/bin', `/usr/bin' > automatically. Something must have gone wrong with creating fstab during the upgrade I guess, it should have been done. > It works well. What happens when a shell scrip

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Larry Hall (Cygwin)
On 09/22/2009 11:01 AM, tianlijian wrote: I use a older version of 1.7, which do not mount `/bin', `/usr/bin' automatically. It works well. Why do you care what Cygwin requires here? Are you having a problem? -- Larry Hall http://www.rfk.com RFK Par

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread tianlijian
I use a older version of 1.7, which do not mount `/bin', `/usr/bin' automatically. It works well. On Tue, Sep 22, 2009 at 11:04 PM, Dave Korn wrote: > tianlijian wrote: >> how to let cygwin does not mount /bin /usr/bin automaticlly? > >  Lots of things won't work

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread Dave Korn
tianlijian wrote: > how to let cygwin does not mount /bin /usr/bin automaticlly? Lots of things won't work without that mount. I advise not to tamper with it. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread tianlijian
how to let cygwin does not mount /bin /usr/bin automaticlly? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: /bin & /usr/bin

2009-02-07 Thread Larry Hall (Cygwin)
Lee D. Rothstein wrote: Peter Rosin wrote: > Den 2009-02-07 00:37 skrev Lee D.Rothstein: >> >> >> >> "First, PATH must include the Windows path of the /bin, where typically >> >> both mintty.exe and cygwin1.dll' will be found. Remember, this is a" >> Here, I think I have the path r

/bin & /usr/bin

2009-02-07 Thread Lee D. Rothstein
Peter Rosin wrote: > Den 2009-02-07 00:37 skrev Lee D.Rothstein: >> >> >> >> "First, PATH must include the Windows path of the /bin, where typically >> >> both mintty.exe and cygwin1.dll' will be found. Remember, this is a" >> Here, I think I have the path right, since, the Windows equiv

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-11 Thread Nguyen, Huu-Dung
/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" On Fri, Dec 05, 2003 at 12:57:22PM -0500, Jon A. Lambert wrote: >"Nguyen, Huu-Dung" wrote: >>I encounter the problem while installing a tool running on Cygwin, that >>comes from MicroCross (www.microcross.com) XTool

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 02:06:40PM -0500, Jon A. Lambert wrote: >"Christopher Faylor" wrote: >> Does MicroCross provide source code for the cygwin >> they provide? >> >> I'm sure this has come up before but I'd like to hear from anyone who has >> purchased something recently. >> > >http://www.mic

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Jon A. Lambert
"Christopher Faylor" wrote: > Does MicroCross provide source code for the cygwin > they provide? > > I'm sure this has come up before but I'd like to hear from anyone who has > purchased something recently. > http://www.microcross.com/html/copying_rights.html "Microcross provides customers sour

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 12:57:22PM -0500, Jon A. Lambert wrote: >"Nguyen, Huu-Dung" wrote: >>I encounter the problem while installing a tool running on Cygwin, that >>comes from MicroCross (www.microcross.com) XTools The tool installs all >>important things and the bash setup file to /usr/bin. > >R

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Jon A. Lambert
"Nguyen, Huu-Dung" wrote: > > I encounter the problem while installing a tool running on Cygwin, that > comes from MicroCross (www.microcross.com) XTools > The tool installs all important things and the bash setup file to /usr/bin. > Right. They are the ones creating a physical c:\cygwin\usr\bin

RE: How to execute bash file under /usr/bin despite setting PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Igor Pechtchanski
On Fri, 5 Dec 2003, Jörg Schaible wrote: > Christopher Faylor wrote on Friday, December 05, 2003 3:23 PM: > > Nah. It's just because we are so frigging mean. > > Walking on the edge for so many years now You mean "teetering on the edge", don't you? ;-) > > WASFM > > Igor, wtf cannot translate

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Jon A. Lambert
easons and the (unnecessary) hassle > that would arise separating these directories > now. And all this time I've been running cygwin with no physical c:\cygwin\usr\bin directory. Maybe I should open up a DOS window and create it. No I don't think I will. I think the mount

RE: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Jörg Schaible
Christopher Faylor wrote on Friday, December 05, 2003 3:23 PM: > Nah. It's just because we are so frigging mean. Walking on the edge for so many years now > WASFM Igor, wtf cannot translate ... :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 12:45:43PM +0100, Nguyen, Huu-Dung wrote: >Now i understand a little bit (NOT 100%) the fine features of /usr/bin >as mount point and as physicically existing directory. > >I encounter the problem while installing a tool running on Cygwin, that >comes from MicroCross (www.mi

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 09:59:15AM +0100, J?rg Schaible wrote: >It is the way mount works (in any Unix)! You can force a mount without >a mount point, but ls the parent directory and you see why. The only >question you could arise for Cygwin here is why they use a mount at all >for /usr/bin, but t

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Nguyen, Huu-Dung
OK Now i understand a little bit (NOT 100%) the fine features of /usr/bin as mount point and as physicically existing directory. I encounter the problem while installing a tool running on Cygwin, that comes from MicroCross (www.microcross.com) XTools The tool installs all important things and the

RE: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-05 Thread Jörg Schaible
Jon A. Lambert wrote on Thursday, December 04, 2003 7:03 PM: > "Nguyen, Huu-Dung" wrote: >> Thank for the answers >> >> Can any gurus tell me what is the real use of /usr/bin as a mount >> point and /usr/bin as a physically existing directory in the Cygwin >> directory ? Sometime i am too much cur

Re: How to execute bash file under /usr/bin despite setting PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Igor Pechtchanski
On Thu, 4 Dec 2003, Jon A. Lambert wrote: > "Nguyen, Huu-Dung" wrote: > > Thank for the answers > > > > Can any gurus tell me what is the real use of /usr/bin as a mount point and > > /usr/bin as a physically existing directory in the Cygwin directory ? > > Sometime i am too much curious !? > > >

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Larry Hall
OTECTED] >Subject: Re: How to execute bash file under /usr/bin despite setting >PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" > > >On Wed, Dec 03, 2003 at 10:43:23AM +0100, Nguyen, Huu-Dung wrote: >> Please help me to understand Cygwin because i am an

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Jon A. Lambert
"Nguyen, Huu-Dung" wrote: > Thank for the answers > > Can any gurus tell me what is the real use of /usr/bin as a mount point and > /usr/bin as a physically existing directory in the Cygwin directory ? > Sometime i am too much curious !? > > Nguyen I'm stumped as I can't think of any use. Why d

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-04 Thread Nguyen, Huu-Dung
] Sent: Mittwoch, 3. Dezember 2003 13:30 To: [EMAIL PROTECTED] Subject: Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" On Wed, Dec 03, 2003 at 10:43:23AM +0100, Nguyen, Huu-Dung wrote: > Please help me to understand Cyg

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Ronald Landheer-Cieslak
On Wed, Dec 03, 2003 at 10:43:23AM +0100, Nguyen, Huu-Dung wrote: > Please help me to understand Cygwin because i am an unexperienced user of > CygWin > > I want to start some bash files or *.exe under /usr/bin so i have set in my > profile file > ... > PATH="/usr/lo

RE: How to execute bash file under /usr/bin despite setting PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Jörg Schaible
Hello Huh-Dung, Nguyen, Huu-Dung wrote on Wednesday, December 03, 2003 10:43 AM: > Please help me to understand Cygwin because i am an unexperienced > user of CygWin > > I want to start some bash files or *.exe under /usr/bin so i > have set in my profile file ... > PATH=&q

How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Nguyen, Huu-Dung
Hello friends Please help me to understand Cygwin because i am an unexperienced user of CygWin I want to start some bash files or *.exe under /usr/bin so i have set in my profile file ... PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" ... and put my bash files or *.exe unde