Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" <dave DOT korn AT artimi DOT com> To: <cygwin AT cygwin DOT com> Subject: RE: use a NAS-drive in cygwin Date: Thu, 22 Sep 2005 15:49:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <dguf0a$g10$1@sea.gmane.org> Message-ID: <SERRANOGh05YFRcmVFO000001cb@SERRANO.CAM.ARTIMI.COM> ----Original Message---- >From: Christian Buhtz >Sent: 22 September 2005 15:27 > I work with Win98se. There is a NAS (available per FTP and Samba). > > I want to access/mount the NAS in the cygwin filesystem to use it as a > backup-destination. > > Is it possible? Yes. You can use standard UNC notation to access it via SMB, although don't forget to escape the backslashes if you're in the shell, or use forward-slashes (cygwin-specific) instead. Example: ls -lart //server/share/subdir/ cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/