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: SanDisk U3


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


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