On 2019-07-18 02:03, Fergus Daly wrote:
> 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
> In Linux I can type something like
> ls /?/ -Ax
> as a wild card to address
On Thu, Jul 18, 2019 at 5:29 PM Erik Soderquist wrote:
> You may be able to work around this by adding the subst command to
> your .profile, but should not expect subst commands from one user
> session to be visible in another user session.
I just tested, and yes, executing the subst commands with
On Thu, Jul 18, 2019 at 5:04 PM Henry S. Thompson wrote:
>
> Achim Gratz writes:
>
> > Henry S. Thompson writes:
> >> But if I come in to this machine via ssh (public key or password), the
> >> virtual partitions are lost:
> >
> > That's how Windows is designed. If you have no desktop session, the
Achim Gratz writes:
> Henry S. Thompson writes:
>> But if I come in to this machine via ssh (public key or password), the
>> virtual partitions are lost:
>
> That's how Windows is designed. If you have no desktop session, then
> none of the associated setups are triggered.
Not to dismiss your po
The attached test case creates a socket file /tmp/mysocket and tries to rename
it to /tmp/newsocket. But the new name is actually /tmp/newsocket.lnk:
$ gcc -o rename_socket rename_socket.c
$ ./rename_socket.exe
$ ls -F /tmp/newsocket*
/tmp/newsocket.lnk=
I think I have a simple fix, which I'l
Henry S. Thompson writes:
> But if I come in to this machine via ssh (public key or password), the
> virtual partitions are lost:
That's how Windows is designed. If you have no desktop session, then
none of the associated setups are triggered.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neu
On 7/18/2019 2:10 PM, Ti Strga wrote:
> Hi.
>
> Upstream is at v5.0.2. The cygwin repo has been at 4.3.2 for almost two
> years now, missing not only a lot of features but also the security fixes
> in 4.7.2 and 4.9.
>
> Is a new package blocked waiting on other support to be completed? Or is
>
Hi.
Upstream is at v5.0.2. The cygwin repo has been at 4.3.2 for almost two
years now, missing not only a lot of features but also the security fixes
in 4.7.2 and 4.9.
Is a new package blocked waiting on other support to be completed? Or is
it simply orphaned and waiting for a new maintainer or
Greetings, Hans-Bernhard Bröker!
> 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 prob
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
o
I have one real (c:) and three virtual (d:, e:, f:) partitions on my
Windows 10 box
The virtual partitions are created at login by Windows tasks using the
'subst' command.
With an empty /etc/fstab, at first this all appears to work fine:
> mount
C:/C64/bin on /usr/bin type ntfs (binary,auto)
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
In Linux I can type something like
ls /?/ -Ax
as a wild card to address ALL drives, but this does not work in Cygwin.
Is there a w
12 matches
Mail list logo