public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can't chmod/chown any more on FAT32 after doing cyglsa-config
@ 2011-11-27 17:52 Benton
  2011-11-28  9:56 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Benton @ 2011-11-27 17:52 UTC (permalink / raw)
  To: cygwin

Hello forks,

I wanted to setup cron as a service, but after first doing cyglsa-config
and reboot, it turned out that I can't do any permission related
operation in my home directory any more, just as the title described. I
have two question is : Is this a supposed behavior and what should I do
if I want to change the permission of a file in my home directory now ?
( cygwin is installed on a FAT32 partition).  Is this process reversible
and if yes, how would I unset cyglsa ?
Cygwin version is 1.7.9 (0.237/5/3) running on Windows XP SP3. Hope
someone can help explain this a bit ? I really appreciate any possible help.

Thank you.

Benton


--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Can't chmod/chown any more on FAT32 after doing cyglsa-config
  2011-11-27 17:52 Can't chmod/chown any more on FAT32 after doing cyglsa-config Benton
@ 2011-11-28  9:56 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2011-11-28  9:56 UTC (permalink / raw)
  To: cygwin

On Nov 28 01:21, Benton wrote:
> Hello forks,
> 
> I wanted to setup cron as a service, but after first doing cyglsa-config
> and reboot, it turned out that I can't do any permission related
> operation in my home directory any more, just as the title described. I
> have two question is : Is this a supposed behavior and what should I do
> if I want to change the permission of a file in my home directory now ?
> ( cygwin is installed on a FAT32 partition).  Is this process reversible
> and if yes, how would I unset cyglsa ?
> Cygwin version is 1.7.9 (0.237/5/3) running on Windows XP SP3. Hope
> someone can help explain this a bit ? I really appreciate any possible help.

That has nothing to do with cyglsa-config or installing cyglsa.
FAT/FAT32 does not have the capability to store owner and permission
information on files.  It only supports DOS attributes.  Therefore the
only possible operation on FAT/FAT32 files supported by chmod is setting
or clearing the R/O DOS attribute to fake setting or clearing the 'w'
bit.  chown doesn't work at all.  The owner and group information is
always faked to be the current user.  If you want real permissions and
real user/group information stored on the filesystem, you have to convert
your FAT32 to NTFS.


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-28  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-27 17:52 Can't chmod/chown any more on FAT32 after doing cyglsa-config Benton
2011-11-28  9:56 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).