Re: cygwin: /proc and /cygdrive insvisible

2004-07-14 Thread Thorsten Kampe
* GARY VANSICKLE (2004-07-14 04:50 +0200)
 Mit freundlichen Grüssen,
 
 ?
 
 With friendly Grüssen.

Thanks for the translation ;-). I just wanted to point him to the
conclusion that his mail template is a bit unappropriate for an
english speaking mailing list.

Thorsten


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



Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Oliver Geisen
Hello,
is there a reason (i bet there is :-) why the /proc and /cygdrive
directory isn't visible when ls -l / ?
  cd /
  mkdir proc cygdrive
Sounds easy. But unfortunately it doesn't work for the /proc.
The command executes but after that there is still no directory visible 
via LS.

Mit freundlichen Grüssen,
Oliver Geisen
---
Systemadministrator
Kreisboten Verlag Mühlfellner KG
Telefon: 0881/686-63
Telefax: 0881/686-74
Mail: [EMAIL PROTECTED]
---
--
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/


Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Thorsten Kampe
* Oliver Geisen (2004-07-13 08:26 +0200)
 is there a reason (i bet there is :-) why the /proc and /cygdrive
 directory isn't visible when ls -l / ?
   cd /
   mkdir proc cygdrive
 Sounds easy. But unfortunately it doesn't work for the /proc.
 The command executes but after that there is still no directory visible 
 via LS.

Exactly:

[EMAIL PROTECTED] mkdir /proc
mkdir: created directory `/proc'
[EMAIL PROTECTED] ls -al /
/proc 1022:11
total 13
-rwx--+   1 thorsten Kein 1416 May  8 11:33 bash.bat*
-rwx--+   1 thorsten Kein 1388 Feb 23 00:12 bash.lnk*
drwxrwx---+   4 thorsten Benutzer0 Jul 13 10:12 bin/
dr-xr-xr-x9 0root0 Jan  1  1970 cygdrive/
-rwx--+   1 thorsten Kein 1415 May  8 11:25 cygwin.bat*
-rwx--+   1 thorsten Kein 7022 Jul 13 10:16 cygwin.ico*
drwxrwx---+  17 thorsten Benutzer0 Jul  8 20:47 etc/
drwxrwxrwx+   3 thorsten Kein0 Mar 23 20:18 home/
drwxrwx---+  28 thorsten Benutzer0 Jul  7 19:01 lib/
drwxrwx---+   4 thorsten Benutzer0 Jun 13 17:19 opt/
drwxrwx---+   2 thorsten Benutzer0 Mar  9 01:53 sbin/
drwxrwx---+  16 thorsten Benutzer0 Jul 13 11:57 tmp/
drwxrwx---+  20 thorsten Benutzer0 Jun 21 22:29 usr/
drwxrwx---+  11 thorsten Benutzer0 Jun 21 23:00 var/
[EMAIL PROTECTED] ls /proc
304/ 864/   992/   1044/1112/1152/1516/ 1652/
1696/  1832/ 2424/2940/  3412/  cpuinfo  loadavg  meminfo
partitions  registry/  stat   uptime version
 
 Mit freundlichen Grüssen,

?

Thorsten


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



Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Corinna Vinschen
On Jul 13 13:30, Thorsten Kampe wrote:
 * Oliver Geisen (2004-07-13 08:26 +0200)
  is there a reason (i bet there is :-) why the /proc and /cygdrive
  directory isn't visible when ls -l / ?
cd /
mkdir proc cygdrive
  Sounds easy. But unfortunately it doesn't work for the /proc.
  The command executes but after that there is still no directory visible 
  via LS.
 
 Exactly:
 
 [EMAIL PROTECTED] mkdir /proc
 mkdir: created directory `/proc'
 [EMAIL PROTECTED] ls -al /
 [etc]

Just create a directory proc from Windows Explorer.  From Cygwin's point
of view the directory already exists, even though it's plain virtual.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

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



Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Thorsten Kampe
* Corinna Vinschen (2004-07-13 14:21 +0200)
 On Jul 13 13:30, Thorsten Kampe wrote:
 * Oliver Geisen (2004-07-13 08:26 +0200)
 is there a reason (i bet there is :-) why the /proc and /cygdrive
 directory isn't visible when ls -l / ?
   cd /
   mkdir proc cygdrive
 Sounds easy. But unfortunately it doesn't work for the /proc.
 The command executes but after that there is still no directory visible 
 via LS.
 
 Exactly:
 
 [EMAIL PROTECTED] mkdir /proc
 mkdir: created directory `/proc'
 [EMAIL PROTECTED] ls -al /
 [etc]
 
 Just create a directory proc from Windows Explorer.  From Cygwin's point
 of view the directory already exists, even though it's plain virtual.

You misunderstood my intention: creating a real /proc has no benefit
and isn't neccessary. /cygdrive is different - I always create that
folder with explorer.


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



Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Corinna Vinschen
On Jul 13 14:24, Thorsten Kampe wrote:
 * Corinna Vinschen (2004-07-13 14:21 +0200)
  Just create a directory proc from Windows Explorer.  From Cygwin's point
  of view the directory already exists, even though it's plain virtual.
 
 You misunderstood my intention: creating a real /proc has no benefit
 and isn't neccessary. /cygdrive is different - I always create that
 folder with explorer.

Oh, even a real /proc has a benefit.  It allows comfortable TAB-completion,
as in `cat /pTAB' :-)

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

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



RE: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread GARY VANSICKLE
  Mit freundlichen Grüssen,
 
 ?

With friendly Grüssen.

I knew that high school German would come in handy some day... ;-)

-- 
Gary R. Van Sickle


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



Re: cygwin: /proc and /cygdrive insvisible

2004-07-12 Thread Christopher Faylor
On Mon, Jul 12, 2004 at 08:17:26AM +0200, Oliver Geisen wrote:
is there a reason (i bet there is :-) why the /proc and /cygdrive 
directory isn't visible when ls -l / ?

  cd /
  mkdir proc cygdrive

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