Okay me Usb lights his LED up, but damn it won't mount, Syslog provided. Also, i got an IOerror in your script, see attachement
dummy = os.popen('/root/vboost.sh &').read()
#!/bin/sh echo "Stopping bme and raising power output to 5V" stop bme; sleep 3; i2cset -y -m 0x07 2 0x6b 0x01 0x05; while true; do sleep 28; i2cset -y -m 0x80 2 0x6b 0x00 0x80; done
ls /dev/sd*
ls /usr/local/sbin/i2*
WARNING i2cset can be extremely dangerous if used improperly. It can confuse your I2C bus, cause data loss, or have more serious side effects. Writing to a serial EEPROM on a memory DIMM (chip addresses between 0x50 and 0x57) may DESTROY your memory, leaving your system unbootable! Be extremely careful using this program.