RE: Help with mount..

2007-09-04 Thread Dave Korn
On 04 September 2007 15:34, Reid Thompson wrote: > On Tue, 2007-09-04 at 07:03 -0700, gms5002 wrote: >> Thanks for the reply Steve. What I am actually trying to achieve here is >> to be able to access a certain folder (say C:\foo\bar) by typing cd /bar >> at the command prompt. > echo 'alias cd

Re: Help with mount..

2007-09-04 Thread Reid Thompson
echo 'alias cdbar="cd /cygdrive/foo/bar"' >> .bashrc On Tue, 2007-09-04 at 07:03 -0700, gms5002 wrote: > Thanks for the reply Steve. What I am actually trying to achieve here is to > be able to access a certain folder (say C:\foo\bar) by typing cd /bar at the > command prompt. > > > > Steve H

Re: Help with mount..

2007-09-04 Thread gms5002
ygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- View this message in context: http://www.nabble.com/Help-with-mount..-tf4375300.html#a12479055 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com

Re: Help with mount..

2007-09-04 Thread Brian Dessent
gms5002 wrote: > Thanks for the reply Steve. What I am actually trying to achieve here is to > be able to access a certain folder (say C:\foo\bar) by typing cd /bar at the > command prompt. mount -f c:/foo/bar /bar Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: Help with mount..

2007-09-04 Thread gms5002
-- Asciimercial -- > Get on the web: Blog, lens and tag the Internet > Many services currently offer free registration > ------- Thank You for Reading - > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports:

Re: FW: Help with mount..

2007-09-04 Thread Steve Holden
Dave Korn wrote: On 04 September 2007 06:45, Steve Holden wrote: [...] but it doesn't give any specifics of what a win32path is supposed to be It's a win32 (i.e. windows) path - i.e. a standard dos-style path beginning with a drive letter and a colon. The user guide has more docs than the

FW: Help with mount..

2007-09-04 Thread Dave Korn
On 04 September 2007 06:45, Steve Holden wrote: > gms5002 wrote: >> Hi - I am having a problem getting mount to work in cygwin. Here is what >> I am trying to do: >> any ideas? > > Well you could start by explaining what you think those mounts should > have done. Are you trying for the equival

Re: Help with mount..

2007-09-03 Thread Steve Holden
gms5002 wrote: Hi - I am having a problem getting mount to work in cygwin. Here is what I am trying to do: [EMAIL PROTECTED] ~/test $ pwd /home/Greg/test [EMAIL PROTECTED] ~/test $ mkdir foo [EMAIL PROTECTED] ~/test $ mkdir bar [EMAIL PROTECTED] ~/test $ vi bar/test [EMAIL PROTECTED] ~/test

Help with mount..

2007-09-03 Thread gms5002
://www.nabble.com/Help-with-mount..-tf4375300.html#a12471295 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ