We read:
Installing Core to USB pendrives is easily accomplished with Core's
tc-install extension which is provided on CorePlus. ....
Tiny Core supports UUID and LABELS.....
You can mount devices by UUID with the mount command, e.g,
mount -U 4773-DFE2
Following the instructions:-
$ blkid -s UUID /dev/sda4
/dev/sda4: UUID="B268042D6803EF43"
$ mount -U B268042D6803EF43
mount: invalid option -- 'U'
BusyBox v1.24.2 (2016-05-16 13:23:40 UTC) multi-call binary.
Usage: mount [OPTIONS] [-o OPT] DEVICE NODE
Mount a filesystem. Filesystem autodetection requires /proc.
.............
$ ls /proc | wc -l
217
?? == TIA