NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/52724: ntfs driver doen't allow ':' in file names.



The following reply was made to PR kern/52724; it has been noted by GNATS.

From: trebol <trebol4444%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/52724: ntfs driver doen't allow ':' in file names.
Date: Mon, 13 Nov 2017 12:31:46 +0000 (WET)

 > The correct fix seems to parse for colons from the end of the name
 > and stop after the second colon, so you could use
 >
 > "File:Name:ATTRTYPE:ATTRNAME"
 >
 > to access the file named "File:Name".
 
 So instead of type a file name transparently, you have to type
 
 "File:Name:\$ATTRTYPE:\$ATTRNAME"
 
 And every applications that deal with files have to be rewritten to detect 
 the file system and in case of been in ntfs use
 
 "File:Name:\$ATTRTYPE:\$ATTRNAME"
 
 And this seems to be the correct fix.
 
 Sorry, but I don't get it.
 



Home | Main Index | Thread Index | Old Index