RE: ls /dev/*

2004-11-04 Thread Mike Kenny - BCX - Professional Services JHB
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bobby McNulty Sent: Wednesday, November 03, 2004 5:43 PM Sounds like a winner. I'd go along with having cygdrive changed to dev. dev holds all the devices, like aux, con, and others. lpt So why not do

RE: ls /dev/*

2004-11-03 Thread Chris January
* Christopher Faylor [EMAIL PROTECTED] [2004-11-02 15:01:13 -0500]: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required

Re: ls /dev/*

2004-11-03 Thread Sam Steingold
* Chris January [EMAIL PROTECTED] [2004-11-03 09:08:44 +]: * Christopher Faylor [EMAIL PROTECTED] [2004-11-02 15:01:13 -0500]: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard

Re: ls /dev/*

2004-11-03 Thread Sam Steingold
* Andrew DeFaria [EMAIL PROTECTED] [2004-11-02 22:07:41 -0800]: Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special

Re: ls /dev/*

2004-11-03 Thread Christopher Faylor
On Tue, Nov 02, 2004 at 10:07:41PM -0800, Andrew DeFaria wrote: Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling

RE: ls /dev/*

2004-11-03 Thread Chris January
* Chris January [EMAIL PROTECTED] [2004-11-03 09:08:44 +]: * Christopher Faylor [EMAIL PROTECTED] [2004-11-02 15:01:13 -0500]: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev

Re: ls /dev/*

2004-11-03 Thread Christopher Faylor
On Wed, Nov 03, 2004 at 10:12:52AM -0500, Christopher Faylor wrote: On Tue, Nov 02, 2004 at 10:07:41PM -0800, Andrew DeFaria wrote: Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat

Re: ls /dev/*

2004-11-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Nov 02, 2004 at 10:07:41PM -0800, Andrew DeFaria wrote: Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has

Re: ls /dev/*

2004-11-03 Thread Christopher Faylor
to make sense to me that C: would be /dev/c as apposed to /cygdrive/c, which is longer to type. When I ls /dev I get: $ ls /dev c/ d/ z/ A C, D and Z drive (the Z drive is to my backup partition on my Linux box). While, you are welcome to redefine /cygdrive any way you want

Re: ls /dev/*

2004-11-03 Thread Andrew DeFaria
- but curiously list with ls /dev/clipboard)! -- I was trying to daydream, but my mind kept wandering. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: ls /dev/*

2004-11-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Wed, Nov 03, 2004 at 09:52:13AM -0500, Sam Steingold wrote: * Andrew DeFaria [EMAIL PROTECTED] [2004-11-02 22:07:41 -0800]: Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev

RE: ls /dev/*

2004-11-03 Thread Chris January
On Wed, Nov 03, 2004 at 09:08:44AM -, Chris January wrote: * Christopher Faylor [EMAIL PROTECTED] [2004-11-02 15:01:13 -0500]: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev

Re: ls /dev/*

2004-11-03 Thread Bobby McNulty
clipboard will not list - but curiously list with ls /dev/clipboard)! Sounds like a winner. I'd go along with having cygdrive changed to dev. dev holds all the devices, like aux, con, and others. lpt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

RE: ls /dev/*

2004-11-03 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Andrew DeFaria Sent: 03 November 2004 15:38 The question of should is subjective I would think. I worry sometimes, since /dev is special and a pseudo directory that what I'm doing my break things in some manner. To date it

Re: ls /dev/*

2004-11-03 Thread Sam Steingold
usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required for /dev which would enable things like opendir/readdir or cd to work. Thanks, I guessed that much. I also know about PTC. (fhandler_proc.cc is too long, I

Re: ls /dev/*

2004-11-03 Thread Reini Urban
/dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required for /dev which would enable things like opendir/readdir or cd to work. Thanks, I guessed that much. I also know about PTC. (fhandler_proc.cc is too long, I

Re: ls /dev/*

2004-11-03 Thread Rolf Campbell
Andrew DeFaria wrote: While, you are welcome to redefine /cygdrive any way you want, the unix paradigm does not put filesystems under /dev. That is for devices. To me, a disk drive IS a device. YMMV! :-) A disk drive is a device, but /cygdrive/c is not a disk-drive. It's a file-system contained

Re: ls /dev/*

2004-11-03 Thread Igor Pechtchanski
On Tue, 2 Nov 2004, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. http://cygwin.com/cygwin-ug-net/using-specialnames.html#AEN825 HTH, Igor -- http://cs.nyu.edu/~pechtcha

Re: ls /dev/*

2004-11-03 Thread Igor Pechtchanski
as a single image. True. I recall that there is a way to access the disks as real devices under NT/2000/XP using some strange notation. What's wrong with using /dev/sda*? It might make sense to mount those under /dev/, They already are: ls /dev/sda, ls /dev/sda1... but to mount your C-drive

Re: ls /dev/*

2004-11-03 Thread Igor Pechtchanski
, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required for /dev which would enable things like opendir/readdir or cd to work

Re: ls /dev/*

2004-11-03 Thread Sven Köhler
Actually, please don't. I think you misinterpret the discussion in cygwin-developers. Now that you've reacquainted me with the discussion, I remember why it wasn't applied as-is. My plan was for /dev to go away as a special mount. Now that mknod works, this is more doable than it was in 2002.

ls /dev/*

2004-11-02 Thread Sam Steingold
why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. -- Sam Steingold (http://www.podval.org/~sds) running w2k http://www.camera.org http://www.iris.org.il http://www.memri.org/ http://www.mideasttruth.com/ http://www.honestreporting.com A poet who

Re: ls /dev/*

2004-11-02 Thread Sam Steingold
* Christopher Faylor [EMAIL PROTECTED] [2004-11-02 15:01:13 -0500]: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required for /dev

Re: ls /dev/*

2004-11-02 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Nov 02, 2004 at 02:55:39PM -0500, Sam Steingold wrote: why isn't /dev a more usual directory? cd /dev, ls /dev all fail, while cat /dev/clipboard works. No one has implemented the special handling required for /dev which would enable things like opendir/readdir