Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Brian Inglis
On 2018-01-25 14:42, Doug Henderson wrote: > On 25 January 2018 at 13:37, Brian Inglis > wrote: >> On 2018-01-25 02:58, David Allsopp wrote: >>> What licence is the ellipsis you added to the copyright line released >>> under? ;o) >> Probably sourceware.org DWTFYW

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Doug Henderson
On 25 January 2018 at 13:37, Brian Inglis wrote: > > On 2018-01-25 02:58, David Allsopp wrote: > > > What licence is the ellipsis you added to the copyright line released under? > > ;o) > > Probably sourceware.org DWTFYW from link obfuscation ;^> > If you compare

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Brian Inglis
On 2018-01-25 02:58, David Allsopp wrote: > What licence is the ellipsis you added to the copyright line released under? > ;o) Probably sourceware.org DWTFYW from link obfuscation ;^> -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports:

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Marco Atzeri
On 24/01/2018 07:36, Steven Penny wrote: On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: I found the following utility works well without elevation - Windows code from http://www.leapsecond.com/tools/eject.{c,exe}: the original code location is reported // eject -- Allow safe removal of

RE: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread David Allsopp
Brian Inglis wrote: > On 2018-01-23 16:36, Steven Penny wrote: > > On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: > >> I found the following utility works well without elevation - Windows > >> code from > >> http://www.leapsecond.com/tools/eject.{c,exe}: > >> > >> // eject -- Allow safe removal

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-24 Thread Brian Inglis
On 2018-01-23 16:36, Steven Penny wrote: > On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: >> I found the following utility works well without elevation - Windows code >> from >> http://www.leapsecond.com/tools/eject.{c,exe}: >> >> // eject -- Allow safe removal of USB thumb drive. >> // -

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-23 Thread Steven Penny
On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: I found the following utility works well without elevation - Windows code from http://www.leapsecond.com/tools/eject.{c,exe}: // eject -- Allow safe removal of USB thumb drive. // - Command line tool to flush/dismount/eject USB drive. // -

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-23 Thread Brian Inglis
On 2018-01-23 04:14, Ronald Fischer wrote: > I'm looking for a command, which would allow me from a shell script to > prepare the removal of a USB device (stick, external hard drive etc.). With > other words, after issuing the command, I should be able to physically remove > the USB device. >

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-23 Thread Andrey Repin
Greetings, Ronald Fischer! > I'm looking for a command, which would allow me from a shell script to > prepare the removal of a USB device (stick, external hard drive etc.). Windows device disconnect option syncs the device. Just find a tool that plays right. > With other words, after issuing

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-23 Thread Nem W Schlecht
On Tue, Jan 23, 2018 at 5:14 AM, Ronald Fischer wrote: > > I'm looking for a command, which would allow me from a shell script to > prepare the removal of a USB device (stick, external hard drive etc.). With > other words, after issuing the command, I should be able to physically