Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41502E44.8CAE54F0@adnovum.ch> Date: Tue, 21 Sep 2004 15:36:04 +0200 From: Andreas Petralia Organization: AdNovum Informatik AG MIME-Version: 1.0 To: cygwin AT cygwin DOT com Cc: "andreas AT adnovum DOT ch" Subject: multi-user environment: mounting a lot of shares via ssh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 -s /cygdrive/h /HOMES/A --> ok user B: 1. ssh 2. net use h: \\\\computer\\B_home --> System error 85 has occurred. The local device name is already in use. question: how can more than 26 users (user A, user B, ... user Z) mount their HOME-directory? is there a way to solve this problem? regards, andrew -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/