What is the proper way to eject an USB memstick?
When it is a data stick I would mount it, then unmount using
Problem is when I write a disk image with
So
But in both cases the LED on the memstick stays lit, While on Windows on eject the LED turns off.
I am a firm believer in proper device eject so I usually shutdown the machine.
Today I am compiling a new Turbot kernel via SSH and don't wanna shutdown.
How do I power down the USB stick after filesystem eject?
When it is a data stick I would mount it, then unmount using
umount
.Problem is when I write a disk image with
dd
to da0 I never mount the device.So
umount
does not work. If i manually mount it after image burn then eject it works fine.But in both cases the LED on the memstick stays lit, While on Windows on eject the LED turns off.
I am a firm believer in proper device eject so I usually shutdown the machine.
Today I am compiling a new Turbot kernel via SSH and don't wanna shutdown.
How do I power down the USB stick after filesystem eject?