Hi folks, just a question.
I want to automatically create a bootable USB-stick using dd from an ISO-file. As I want to always the same USB-stick, I would like to mount it using a shell script. However, after generating the stick the UUID of the first partition (/dev/sdc1) is changing, so next time, the script will not work again, of course. But does the UUID also change of the device itself? Does the UUID of /dev/sdc change, too? I would like to work with UUID, as I never know, if the USB-stick I put in is /dev/sdb or /dev/sdc. Thus UUID would be my favourite solution, but this would of course only work, if the device UUID after dd will not change. Happy for any answers. Best Hans