public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Unmount USB stick from Cygwin shell?
@ 2023-09-22  5:47 Martin Wege
  2023-09-22 13:30 ` Brian Inglis
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Wege @ 2023-09-22  5:47 UTC (permalink / raw)
  To: cygwin

Hello,

How can I unmount an USB stick from the bash shell?

Thanks,
Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Unmount USB stick from Cygwin shell?
  2023-09-22  5:47 Unmount USB stick from Cygwin shell? Martin Wege
@ 2023-09-22 13:30 ` Brian Inglis
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Inglis @ 2023-09-22 13:30 UTC (permalink / raw)
  To: cygwin; +Cc: Martin Wege

On 2023-09-21 23:47, Martin Wege via Cygwin wrote:
> How can I unmount an USB stick from the bash shell?

Download and compile eject.c from Time-Nuts Tom Van Baak's LeapSecond.com tools 
directory:

	http://leapsecond.com/tools/
e.g.
	$ wget -N http://leapsecond.com/tools/eject.c		# or curl -JOR
	# Windows based build may need w32api-headers, cygwin-devel, or more
	$ gcc -o eject eject.c
	$ ./eject e:

or you could build with MS C, or download the precompiled eject.exe from there.

[His site is great if you have any interests in time and frequency below the 
microsecond level.]

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-22 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-22  5:47 Unmount USB stick from Cygwin shell? Martin Wege
2023-09-22 13:30 ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).