Comment 39 for bug 211760

Revision history for this message
dstoian (dstoian) wrote :

re: my last post above

i made a typo.
the name for unmouting the usb drive must have a different name than the mounting script:

script for unmounting:

----------------------------------------------------------------------
#!/bin/bash
# file name: myusbunmount.sh
sudo umount /dev/sdb1
----------------------------------------------------------------------