Re: Problems seeing/mounting partitions from ssh

2019-07-19 Thread Achim Gratz
Henry S. Thompson writes: > 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

Re: Problems seeing/mounting partitions from ssh

2019-07-19 Thread Henry S. Thompson
Erik Soderquist writes: > 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,

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Erik Soderquist
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

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Erik Soderquist
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

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Henry S. Thompson
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

Re: Problems seeing/mounting partitions from ssh

2019-07-18 Thread Achim Gratz
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

Problems seeing/mounting partitions from ssh

2019-07-18 Thread Henry S. Thompson
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)