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: <20040517061739.97985.qmail@web60207.mail.yahoo.com> Date: Sun, 16 May 2004 23:17:39 -0700 (PDT) From: Jack Polimer Subject: Exporting /cygdrive/ Probelm, was Re: How To Export NFS? To: cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes --- Igor Pechtchanski wrote: ... > One more place to look: > /usr/share/doc/Cygwin/nfs-server-2.2.47-2.README > Igor Excellent! I compiled from source and did not have the above file and was missing some other stuff. Once I installed the binaries I was able to export regular directories. However, I still can't mount my Windows CD-ROM drive remotely. I followed the information in the README regarding /cygdrive and did the following: $ mkdir -p /exports/d $ mount -f -s -b d:/ /exports/d $ echo "/exports/d (ro,all_squash)" >> /etc/exports The line redirecting to /etc/exports looked funny, so I replaced it with: /exports/d 10.0.0.0/255.255.255.0(ro,all_squash) When I attempt to mount from a Linux machine I get: [root AT darkstar root]# mount -t nfs 10.0.0.123:/exports/d /mnt/windoze mount: wrong fs type, bad option, bad superblock on 10.0.0.123:/exports/d, or too many mounted file systems I can mount other directories, but not /exports/d (which is my CD-ROM drive). Arggg... Suggestions? __________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ -- 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/