This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: NTFS write-protect flag translation (tar? rsync?) only one-way?


On Apr  5 21:33, Larry Hall (Cygwin) wrote:
> On 4/5/2011 8:35 PM, Christian Gelinek wrote:
> >From: Cygwin On Behalf Of Larry Hall (Cygwin)
> >>On 4/5/2011 3:36 AM, Christian Gelinek wrote:
> >>>It appears that when tar reads files for adding to archives, it
> >>>correctly interprets the Windows-set "R" attribute, which is also seen by
> >>>ls under Cygwin. After extracting the files using tar though, only
> >>>Cygwin's ls command seems to be aware of the read-only attribute; the
> >>>attrib command (as well as Explorer and other Windows-apps) see and
> >>>handle the file as being writeable.
> >>
> >>The read-only attribute is a "Windows" thing.  Cygwin's utilities focus on
> >>supporting POSIXy/Linuxy ways of doing things.  You can't expect Cygwin's
> >>tools to manage all of Window's permission facilities in the same way as
> >>Windows does.  The read-only flag is one case where you'll see a divergence.
> >>If you need that flag set, you'll need your own wrapper to set it based on
> >>the POSIX (or ACL) permissions.  The read-only attribute really is quite
> >>anachronistic though IMO.  It conflicts with the more powerful ACLs.  If
> >>you have the option, it's better not to use that flag.
> >
> >IMO the behaviour is inconsistent if the flag is used/interpreted on one (the
> >read) operation but NOT being written/changed on the other (write) operation.
> >My approach would be either drop it completely or support it on both ends
> >(the preferred option).
> 
> Actually, the read-only attribute is not used by Cygwin to determine POSIX
> permissions.

Actually if it is set it is used to remove the write bits from the
permission bits in calls to stat.  However, since the DOS attributes
are only in the way in terms of POSIX permissions, it's never set
in calls to chmod.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]