david1939 wrote:
Unfortunately, knowing, as yet, nothing of Linux, the contents of your web page are at present a mystery to me! My puzzle is: what is the difference between the pre-created user "pi" and a new user with apparently the same properties as "pi" but with differing reaction to a USB storage device. Also, while "pi" has the "Python Games" available from the GUI, the new user doesn't (an important point for grandchild!).
Aha! an easy one.

The program icons appearing on the desktop (after startx) are the desktop's equivalent of Windows shortcuts. It so happens that user "Pi" has some "pre-defined". A new user has none. To add such, simply left-mouse click on the lower left (swallow-like) icon in the task bar. This will bring a menu (and sub-menus) in which (GUI) program items can be found. Right mouse click will bring up further options including "Add to desktop". NB: By default there are two "desktop windows" (and more can be added).
The question, I suppose is: "how do you create a new user identical in all respects (except login name) to "pi"? The command I used was as given in the Raspberry Pi User Guide by Upton & Halfacre, p.36:
sudo useradd -m -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,netdev,input,indiecity username
where the groups were obtained by the groups command when logged in to pi.
So far so good. An alternative to "groups" is "id" - this gives more info. including the users current (active) group (which can be changed see "newgrp" command). However, for some "groups" to be fully active for the new user that user may have to logout and then re-login and/or a re-boot may be required. This does not need the Pi to be "powered down", just use use this variant of "shutdown":
sudo shutdown -r now
NB: this is best performed from the command-line - not a terminal within the GUI desktop (ie. exit via the lower right "red-button"). The "-r" option implies reboot (-h --> halt).
When I generated the webpages I referred you to the desktop tools of the version of Raspbian I was using then (circa Sept.'12) would not "auto-mount" USB drives "on a mouse click" within the file manager. This was subsequently fixed and certainly worked for user "Pi" (as you already know). I have not tried that method for other users recently (I haven't created other users on most of my Pi's).
Whilst it is true that a user needs to be a member of the "sudo" group to be able to gain (some) root privileges, the exact nature of those privileges depends upon the "sudoers" file which can only be edited via "visudo". Type "apropos sudo" for (pointers to) more info. (IMHO "apropos" is a "most useful" linux command since it can help you find tools you didn't know you had).
I'm going see if I can reproduce your problem - meanwhile can you login (as Pi), plug in the thumb drive and let me know what "ls -laF /media" reports. (This assumes that the drive automounts below the /media directory).
(Personal aside to Trev: I see you are in Bristol - my home city is Gloucester, though I've now been in the US for many years.)
Strictly speaking, we're a mile or so beyond the city boundary so we're in South Gloucestershire. Although my wife is "of 3'rd. generation local stock", I'm from a few miles north of Nottingham, but, having moved here nearly 35yrs. ago no longer need a "passport"

.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm