This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Wild card to address drives
- From: Hans-Bernhard Bröker <HBBroeker at t-online dot de>
- To: cygwin at cygwin dot com
- Date: Thu, 18 Jul 2019 18:09:23 +0200
- Subject: Re: Wild card to address drives
- References: <9D9AC45310887B40A7245734E850FBE179089E44@FS-MX02.frontier.local>
Am 18.07.2019 um 10:03 schrieb Fergus Daly:
> I have
> none / cygdrive binary 0 0
> as the only line in the file /etc/fstab to allow for example
> $ ls /h/config.sys
> instead of the long-hand
> $ ls /cygdrive/h/config.sys
And that's precisely your problem. You've now overlaid two mount points
onto /: the cygdrive tree, and the normal Cygwin root mount.
Without this, your command would have worked just fine.
> In Linux I can type something like
> ls /?/ -Ax
> as a wild card to address ALL drives,
Not really, as there is no such thing as "drives" on Linux. The above
will list all directories under / that have single letters as their name
--- whether those be mounted filesystems, or ordinary directories.
--
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