Re: UNC path files from UNIX



John Smith wrote:
We have a java application that runs on windows servers and accessing remote files using a UNC path name. We have been asked to move the application to a solaris machine. Will the UNC file access work the same we are creating simple File objects to do this.

No, they are a Microsoftism. Do the remote systems run Windows, or will they also be moved to Solaris? If they are moved to Solaris, export the necessary file systems via NFS, mount them on your server, and be done with it.


If the remote systems stay on Windows, you are in trouble. You either need to teach Solaris to mount SMB shares (AFAIK there is only one commercial program offering an SMB file system implementation) [1], or teach the Windows systems to speak NFS (there are a couple of NFS implementations for Windows), and then mount the Windows NFS files systems via NFS.


/Thomas

[1] No, Samba doesn't do it. Samba does it the other way around,
    exporting Unix file systems via SMB, and the cortesty smbfs
    of Samba only works on Linux.


-- The comp.lang.java.gui FAQ: ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq .



Relevant Pages

  • RE: Setting up NFS shares
    ... I think it is Solaris client's side issue.Therefore I'd ... the appropriate permissions. ... Share Windows Folders by Using Server for NFS ... Click the NFS Sharing tab, and then click Share this folder. ...
    (microsoft.public.windows.file_system)
  • Re: How to access a shared folder on Win computer with mount ?
    ... Is the folder on the remote system correct qualified? ... Secondly I got the following responsefrom Solaris when running the command above: ... Although the other replies are correct in what you *can* do with Samba, by all means try to use NFS if it works with your version of Windows. ...
    (comp.unix.solaris)
  • Re: using automounter for local filesystems. any advantages?
    ... So the traffic actually does go through NFS. ... I'm using solaris 8. ... File systems that are automounted ... from local shares appear to use lofs mounts, ...
    (comp.unix.solaris)
  • Re: UNC path files from UNIX
    ... Thomas> No, they are a Microsoftism. ... Thomas> Windows, or will they also be moved to Solaris? ... Thomas> moved to Solaris, export the necessary file systems via NFS, ...
    (comp.lang.java.programmer)
  • Re: Anything better than NFS to share ZFS file systems?
    ... This exports some file systems via NFS, which mounted on a Solaris 10 update 4 machine. ... After downloading the 89 MB of source code for gcc 4.4.0, it took over 10 minutes to extract this ... 'Experts Exchange' take questions posted on the web and try to find ...
    (comp.unix.solaris)