Add a simple "disk info" system, perhaps activated with a diskInfo command, that lets you see and edit a few bits of info about the mounted disks:
- Disk Title
- Owner Name
- Related URL
- (maybe) some prefs like UI sounds on/off, and Achievements on/off
These would be stored in a sysinfo directory automatically created on the disk.
The main benefit here is the disk title: it will be shown by the welcome command, so you immediately see what disks you have mounted when you boot; and at the top of the dir command output, in case you later forget.
But it's also handy if someone has sent you a disk (or zip file or image disk!), or you've cloned one from GitHub or whatever, and you want to remind yourself who wrote that and where to go on the web to get the latest version.
Add a simple "disk info" system, perhaps activated with a
diskInfocommand, that lets you see and edit a few bits of info about the mounted disks:These would be stored in a
sysinfodirectory automatically created on the disk.The main benefit here is the disk title: it will be shown by the
welcomecommand, so you immediately see what disks you have mounted when you boot; and at the top of thedircommand output, in case you later forget.But it's also handy if someone has sent you a disk (or zip file or image disk!), or you've cloned one from GitHub or whatever, and you want to remind yourself who wrote that and where to go on the web to get the latest version.