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]

Uninstalling Cygwin from a harddisk mounted to another computer


Dear all,

I had difficulties removing cygwin from a harddisk which was attached to another
windows computer, due to a failure of the primary computer.

Especially the ~/.ssh directories were paticularly restistant and those were the
folders I had to take care of. Cygwin was installed on an NTFS file system.  

Cause of the problem:
The GUIDs of the users of the primary computer were not present on the computer
from which I tried to remove cygwin, so I got "Permission denied" errors from
Windows explorer. 

Resolution:
Take ownership of the files and folders. Reset permissions for the folder and
files. This can be accomplished on the command line by:

1. Open cmd.exe as administrator

2. Take ownership: 
     $ takeown /f "c:\cygwin" /r /d Y
(Note: last parameter answers Yes to all questions, but is locale dependend. I
had to use "J" instead. YMMV.)

3. Reset permissions:
     $ icacls "c:\cygwin" /T /Q /C /reset

Best Regards,

Jens 




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