This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Exporting /cygdrive/<cd-rom> Probelm, was Re: How To Export NFS?


--- Igor Pechtchanski <pechtcha@cs.nyu.edu> 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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]