Checking whether this happens is Quirky 1.4 and reporting in the Quirky development forum is the most efficient way to bring this to Barry's attention. http://murga-linux.com/puppy/viewtopic.php?t=62359There seems to be a ""bug"" in the `pup_event_frontend_d` script.
Especially when booted from USB-Flash :
After ignoring the warning and unmounting the Boot-USB-Drive via terminal `umount /dev/sdb1`
and running `pup_event_frontend_d` via terminal the
/dev/sdUSB file(s)
are getting deleted.
Needed to
Code:
mknod /dev/sdb b 8 16
mknod /dev/sdb1 b 8 17
mknod /dev/sdb2 b 8 18
manually
( params via `ls -l /dev/sd*` )
.