I'm new in the Raspberry Pi World and need your help.
I try to eject some USB-drives of my PI with a Pythonsketch, therefore I use those Codes:
Code: Select all
sudo eject /dev/sda1Code: Select all
sudo umount /media/pi/*Code: Select all
sudo eject /dev/sdaSo is it just a message or is my sketch not working right?
Thank you for your help!