|
|
. Documentation . FAQ
|
Frequently Asked QuestionsQ1: What versions of Windows are supported?A1: Windows NT 4.0, 2000, XP (Home, Professional), Vista, and Server 2003. Q2: Sometimes my NFS clients get stale NFS file handle error messages. Why is that?A2: Stale NFS file handle errors will occur on an NFS client if the NFS server is restarted while the client has an export mounted. The NFS server maintains file handle information when it is running and that information is lost when the server stops. For best results, ensure that all clients have unmounted NFS exports before restarting the NFS server. Q3: Why do I get no response from the NFS server?A3: If you are using firewalls on Windows or any of the clients, their configuration must be adjusted to allow various ports through to the server and clients. Q4: Are symbolic links supported?A4: Currently there is no support for symbolic links in Allegro NFS server. Microsoft Windows filesystems (FAT and NTFS) have no concept of a symbolic link. NTFS has a junction point concept which is close.. but it only works for directories. Shortcut files are also similar... and it is possible that we could modify Allegro NFS server to use them to simulate symbolic links but there are currently no plans to do so. Q5: Is chmod supported?A5: chmod is not supported. chmod requests are simply ignored by Allegro NFS. This was a specific design decision to avoid confusing problems that can be caused when the chmod'd files are subsequently accessed on the Windows side. The execute bit is simulated based on filename extension. Files with filename extension exe, bat, and com automatically have the 'x' bit set. If you need the execute bit set, you can make Allegro NFS enable the execute bit on every file, which may suit your needs. You can do this by editing the "set mode bits" setting for the export using the configuration utility. If you use a value of '111', that will set the execute bit for all files. Q6: When starting Allegro NFS I get 'Error: portmap_set failed'. What's wrong?A6: This error indicates that you likely have another vendor's NFS product installed and it is causing a conflict when Allegro NFS attempts to set up a portmapper at the same port. The solution is verify that other NFS server products are completely uninstalled, reboot, and attempt to start Allegro NFS again. In particular, customers have noted that Microsoft Services for UNIX includes a portmapper daemon. Uninstalling or disabling this process has been known to resolve this issue. Q7: I exported a mapped network drive or a UNC path, but when I access the export from an NFS client, the files are inaccessible. Why doesn't this work?A7: The Allegro NFS service normally runs under the window SYSTEM (aka LocalSystem) account. This account is very powerful and has access to all files on the local computer (although Allegro NFS will restrict access according to the configuration you supplied). However, the SYSTEM account does not have access to network drives. © 2004-2007 Franz Inc. |