alf Of Corinna Vinschen
> Sent: Monday, April 26, 2010 8:15 AM
> To: cygwin@cygwin.com
> Subject: Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in
> is unstable)
>
> On Apr 23 13:12, Corinna Vinschen wrote:
> > I didn't like this solution at all. I just app
On Apr 23 13:12, Corinna Vinschen wrote:
> I didn't like this solution at all. I just applied another patch which
> handles that differently. Instead of stripping the leading spaces and
> trailing dots and spaces, they now get converted the same way as
> described in
> http://cygwin.com/cygwin-ug
On Apr 23 10:45, Corinna Vinschen wrote:
> On Apr 22 19:51, Corinna Vinschen wrote:
> > On Apr 22 14:12, Corinna Vinschen wrote:
> > > Thank you. Oh well. When trying to open the file to check for its
> > > existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is
> > > equivalent t
On Apr 22 19:51, Corinna Vinschen wrote:
> On Apr 22 14:12, Corinna Vinschen wrote:
> > Thank you. Oh well. When trying to open the file to check for its
> > existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is
> > equivalent to the POSIX errno ENOENT, "No such file or director
On Apr 22 14:12, Corinna Vinschen wrote:
> On Apr 22 13:44, DEWI - N. Zacharias wrote:
> >
> > Hi Corinna,
> >
> > please have a look at the attachment.
>
> Thank you. Oh well. When trying to open the file to check for its
> existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which
On Apr 22 13:44, DEWI - N. Zacharias wrote:
>
> Hi Corinna,
>
> please have a look at the attachment.
Thank you. Oh well. When trying to open the file to check for its
existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is
equivalent to the POSIX errno ENOENT, "No such file or
On Apr 7 19:27, Corinna Vinschen wrote:
> On Apr 7 19:06, Corinna Vinschen wrote:
> > On Apr 7 09:06, Roe, Kevin L. wrote:
> > > Corinna,
> > >
> > > My problem system is the netapp you previously in this thread helped me
> > > with (the issue with the cp command). It is not a Samba system.
>
On Apr 8 13:15, Lemke, Michael SZ/HZA-ZSB2 wrote:
> On Thu, 8 Apr 2010 10:01:42 +0200 Corinna Vinschen wrote:
> > On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote:
> > > Here's one data point:
> > >
> > > pc> touch '/i/abc.'
> > > touch: cannot touch `/i/abc.': No such file or directory
> > >
On Apr 8 07:59, Morgan Gangwere wrote:
> On 4/8/2010 2:06 AM, Corinna Vinschen wrote:[snip]
>
> Here's a simple C# app to try and write under NTFS two files
Sure it fails since it's using the Win32 API. Cygwin is using the NT
API. Did you *read* the link I sent you? Did you *try* to create th
On 4/8/2010 2:06 AM, Corinna Vinschen wrote:[snip]
Here's a simple C# app to try and write under NTFS two files
-- V cake.cs V --
using System;
namespace delicious.cake {
class test {
static int Main(string[] args) {
try {
On Thu, 8 Apr 2010 10:01:42 +0200 Corinna Vinschen wrote:
> On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote:
> > Here's one data point:
> >
> > pc> touch '/i/abc.'
> > touch: cannot touch `/i/abc.': No such file or directory
> > pc> touch '/i/abc'
> > pc> touch '/i/abc '
> > touch: cannot to
On Apr 8 07:41, DEWI - N. Zacharias wrote:
>
>
> Hi ,
>
> > Von: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com]
> > Gesendet: Mittwoch, 7. April 2010 19:27
> > An: cygwin@cygwin.com
> > Betreff: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs v
On Apr 7 20:17, Morgan Gangwere wrote:
> On 4/7/2010 4:07 PM, Charles Wilson wrote:
> >MVFS (ClearCase dynamic view) seems to work fine with both "foo." and "
> >foo "
> Thats because it's a virtual file system. IBM can say whatever it
> wants defines a filename.
>
> [...]
> > One is a simple sha
On Apr 7 18:07, Charles Wilson wrote:
> MVFS (ClearCase dynamic view) seems to work fine with both "foo." and "
> foo ".
>
> We have a few "network drives" that do not:
>
> $ touch foo.
> touch: cannot touch `foo.': No such file or directory
>
> $ touch " foo "
> touch: cannot touch ` foo ': No
On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote:
> Here's one data point:
>
> pc> touch '/i/abc.'
> touch: cannot touch `/i/abc.': No such file or directory
> pc> touch '/i/abc'
> pc> touch '/i/abc '
> touch: cannot touch `/i/abc ': No such file or directory
> pc> /usr/lib/csih/getVolInfo /i
Hi,
in addition to my previous mail
/usr/lib/csih/getVolInfo /cygdrive/j
Device Type: 7
Characteristics: 30
Volume Name:
Serial Number : 2887515393
Max Filenamelength : 255
Filesystemname :
Flags : 2
FILE_CASE_SENSITIVE_SEARCH : FALSE
FILE_CASE_PR
Hi ,
> Von: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com]
> Gesendet: Mittwoch, 7. April 2010 19:27
> An: cygwin@cygwin.com
> Betreff: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is
> unstable)
[...]
> Can anybody reproduce this problem with
On Wed, 7 Apr 2010, Morgan Gangwere wrote:
On 4/7/2010 4:07 PM, Charles Wilson wrote:
One is a simple shared NTFS drive, I think (volinfo-1.txt). The
other is a weird distributed filesystem of some kind
(volinfo-2.txt).
Both are NTFS unless one is not.
$ touch foo.
touch: cannot touch `foo.'
On 4/7/2010 4:07 PM, Charles Wilson wrote:
MVFS (ClearCase dynamic view) seems to work fine with both "foo." and "
foo "
Thats because it's a virtual file system. IBM can say whatever it wants
defines a filename.
[...]
> One is a simple shared NTFS drive, I think (volinfo-1.txt). The other is
Den 2010-04-08 00:37 skrev John P. Rouillard:
On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked:
Can anybody reproduce this problem with trailing dots and spaces in
filenames on other filesytems than netapp?
It would be quite helpful to get feedback from people using filesystems
which ar
On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked:
>Can anybody reproduce this problem with trailing dots and spaces in
>filenames on other filesytems than netapp?
>
>It would be quite helpful to get feedback from people using filesystems
>which are recognized by Cygwin as nwfs, unixfs, mvf
27 PM
To: cygwin@cygwin.com
Subject: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is
unstable)
On Apr 7 19:06, Corinna Vinschen wrote:
> On Apr 7 09:06, Roe, Kevin L. wrote:
> > Corinna,
> >
> > My problem system is the netapp you previously in this thread helped
m
Here's one data point:
pc> touch '/i/abc.'
touch: cannot touch `/i/abc.': No such file or directory
pc> touch '/i/abc'
pc> touch '/i/abc '
touch: cannot touch `/i/abc ': No such file or directory
pc> /usr/lib/csih/getVolInfo /i/
Device Type: 7
Characteristics: 10
Volume Name
On Apr 7 19:06, Corinna Vinschen wrote:
> On Apr 7 09:06, Roe, Kevin L. wrote:
> > Corinna,
> >
> > My problem system is the netapp you previously in this thread helped me
> > with (the issue with the cp command). It is not a Samba system.
>
> Ok, back to square one. I add the problem to my
24 matches
Mail list logo