Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3A354686.4E46DF99@veritas.com>
Date: Mon, 11 Dec 2000 13:26:30 -0800
From: Bob McGowan <rmcgowan@veritas.com>
Organization: VERITAS Software
X-Mailer: Mozilla 4.73 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Jeff Lu <jklcom@mindspring.com>
CC: cygwin@cygwin.com
Subject: Re: How to mount a drive in cygnus?
References: <NDBBIHPECLIGKCCLMACAIEGGCIAA.jklcom@mindspring.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

First, you need to  be sure your understand how "mounting" differs from UNIX/Linux to Cygwin:  it is a way to associate drive_letter:windows_path paths to UNIX style
paths.  It also allows automatic mapping of <CR><LF> to <LF> if you want/need/prefer it.

Run "mount -help" (or any other invalid argument) to get usage message.  Run mount with no args to see what is set up after an install of Cygwin.  My setup has no mount man
page, probably because the command is so different from the UNIX version that it would take a complete rewrite.

Put it all together and mount stuff.  The basic format would be:  mount -options windows_path unix_path

Have fun. ;-)

Jeff Lu wrote:
> 
> I want to be able to access my other hard drives in cygnus shell.  How can I
> mount in?
> 
> Thank you
> -Jeff
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

