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: regtool - 1.8 - Core dump


On Sun, 27 Feb 2005, Alexander Joerg Herrmann wrote:

> > Why aren't you using 'mount' and/or 'umount' to manipulate the mounts?
> > There should be no need to modify the registry directly to add or
> > remove mounts and doing so may break in the future. Regtool is not the
> > proper program to use to modify mounts.
>
> I'am currently traveling to Thailand accessing the Host computer
> www.felixfrisch.de thru Internet mainly thru a CygWin installed on my
> USB Stick. They allow you here to do a lot of stuff in the Internet Cafe
> on there computer but sometimes regedit is blocked. Same is true for the
> mount command. Dunno why but it's blocked in some places. regtool does
> the job quite well.

That's probably because mount is trying to create system mounts by
default, and the HKLM key has restricted access (as it should).  Try using
"mount -u" instead, i.e.,

mount -u -b "E:/aIEngine/CYGWIN" "/"
mount -u -b "E:/aIEngine/CYGWIN/bin" "/usr/bin"
mount -u -b "E:/aIEngine/CYGWIN/lib" "/usr/lib"

HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

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


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