SanDisk U3

Thorsten Kampe thorsten@thorstenkampe.de
Wed Oct 25 18:16:00 GMT 2006


* Newton Robinson (Tue, 24 Oct 2006 20:51:15 -0400)
> I see your point.  Has anyone created a distribution for a Flash Drive?  Has 
> anyone created a start script that will remount for any Windows system?

REM  or alternatively "umount -c; umount -uc; umount -A"
reg delete "hklm\software\cygnus solutions" /f
reg delete "hkcu\software\cygnus solutions" /f

mount -u %~d0\cygwin     /
mount -u %~d0\cygwin/bin /usr/bin
mount -u %~d0\cygwin/lib /usr/lib

mkpasswd -lc > \cygwin\etc\passwd
mkgroup  -lc > \cygwin\etc\group


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



More information about the Cygwin mailing list