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: <4370C6C4.2070709@nrao.edu> Date: Tue, 08 Nov 2005 10:39:48 -0500 From: Rodrigo Amestica User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact postmaster AT cv DOT nrao DOT edu for more information X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-101.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44, USER_IN_WHITELIST -100.00) Subject: nfs problems I have a w2k box running cygwin and in particular the nfs-server. Then I have serge debian box with the standard stuff. It seems that nfs-server is not able to actually make available stuff outside the cygwin root. Is this a hard fact or is there space for a misconfiguration? in the w2k box I have installed cygwin under c:\Optional\cygwin and I have used --change-cygdrive-prefix for changing the prefix to '/'. c: and d: are local hard drives in the w2k machine. My output is shown below. Trying to mount /c gives a catastrophic error output, trying to mount /d seems to be less serious but a failure anyhow. Mounting / works great. cygwin is great stuff and nfs-server is valuable. I would like to know whether I'm doing something wrong or whether I'm just hitting the limits. thanks, Rodrigo # mount -t nfs remote:/c /mnt/remote mount: wrong fs type, bad option, bad superblock on remote:/c, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so # dmesg -c nfs_get_root: getattr error = 116 nfs_read_super: get root inode failed nfs warning: mount version older than kernel nfs_get_root: getattr error = 116 nfs_read_super: get root inode failed # mount -t nfs remote:/d /mnt/remote mount: remote:/d failed, reason given by server: No such file or directory # dmesg -c # mount -t nfs remote:/ /mnt/remote # ls /mnt/remote / bin cygwin.bat cygwin.ico etc home lib tmp usr var -- 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/