Linked by Roberto J. Dohnert on Wed 21st Jan 2004 18:55 UTC
General Unix As many of you may remember I did a review of Windows Services for UNIX 3.0 (SFU) a few months ago. I remember being frustrated with that release because it seemed to me that all Microsoft did was throw something together just to be able to say "Hey look, we have this". I thought, since Microsoft released version 3.5, I would revisit and see what changes were done with it. I downloaded the beta version a while back and from the beta I was very impressed with the improvements that Microsoft made. Being a beta version it was buggy and some things just didnt quite work. I finally got the final version of the OpenBSD-based SFU 3.5 and this release makes dynamic leaps and bounds over previous releases of this software package. I am glad to see a lot more work was put into this release.
Permalink for comment
To read all comments associated with this story, please click here.
RE: not satisfied
by Bill Mailloux on Wed 21st Jan 2004 22:13 UTC

I use bash in Cygwin every day and almost never open a DOS window. I like being able to parse with gawk and sed at the command line and still open windows GUIs by running their executables.

<quote>
Something i couldn't achieve in Cygwin but achieved in SFU though was the ability to access the complete Windows-Filesystem though i.E. the bash. I couldn't find it mounted or something like that in Cygwin - does anyone know if it's possible to achieve that?
</quote>

Yes you can do that you can get at remote shares that you have permission to with something like:

mount -t "\\myserverc$directory" /test

which will create a text mount (files are considered text file) in your mount table or you can juse change to the directory with

cd "\\serverc$somedir"

on the network.

Cygwin is the best Unix-on-Windows I have ever seen. Use anything else and you are jsut wasting you time!!!