Quoting you initial response
Use tinycore to create a folder on your hard disk.
For example, if your hard disk is sda1:
Code: [Select]
$ sudo mkdir -p /mnt/sda1/media/music
$ sudo chown tc:staff -R /mnt/sda1/media
Then when you put the hard disk into the other device, copy the mp3 files into the music folder you just created.
end quote
what I did was exactly as this post.
the first line worked fine and the directory 'music' was created.
but the second line did not give the directory any properties to allow me to write from a different OS (Ubuntu 14.04 64 bit) data into it. Cut and Paste did not work nor did drag and drop.
Now I've no idea why as I don't know much about chown, also the visible structure of (from Ubuntu) was tc/media/music (all directories). I'm not sure what ':staff' does.
I'm very grateful for your support but I'm also very ignorant at this level of Bash. (I hope to become less ignorant, with your help).
Thanks again,
Tim