multi-user environment: mounting a lot of shares via ssh

2004-09-21 Thread Andreas Petralia
hi while 'shares' can be mounted in a ssh session via 'net use' by a single user, it seems that in a multi-user environment, the users have to make sure, that they do not re-use already mapped drive letters. consider the following example: user A: 1. ssh 2. net use h: computer\\A_home 3. ln

Re: multi-user environment: mounting a lot of shares via ssh

2004-09-21 Thread Andreas Petralia
Larry Hall wrote: > > At 09:36 AM 9/21/2004, you wrote: > >hi > > > >while 'shares' can be mounted in a ssh session via 'net use' by a single > >user, it seems that in a multi-user environment, the users have to make > >sure, that they do not re-use already mapped drive letters. > > > >consider th