Originally Posted By: tfabris
The "Ctrl-D" thing is new to me.


Ctrl+D is just a shortcut key for "exit". The complete sequence is:

- Quit the player by pressing Ctrl+C
- Mount the disks as read/write, so that the database can be written out, by using "rw" and "rwm".
- (Recommended) turn on swap, by using "swapon /swapfile".
- Press Ctrl+D to exit bash and restart the player.
- The player will rebuild the databases and write them to disk.
- Press Ctrl+C to exit the player.
- Remove swap, remount the disks "swapoff /swapfile; ro; rom"
- Press Ctrl+D to exit bash and restart the player.
_________________________
-- roger