I think I see what you're asking...
You had some failed uploads, right, and you want to delete the files that are too short because those are the bad files? Okay...
First of all, if you've cleaned out all the "Unattached items" and the files are still taking up disk space (i.e., they aren't in the database but they are still occupying space on the disk), don't worry. Those files will be overwritten later when you send more files to the Empeg. I had a couple of songs like that, and they simply disappeared as I filled up the disk.
You can hand-delete the files if it's absolutely necessary. But if the songs still show up in the database, then delete the files with Emplode instead. It will make the database much happier.
Now, if you're sure you want to delete the files by hand, here is how to do it:
- Use Emplode to export your database to CSV.
- Connect with Hyperterminal and
q to a shell prompt.
-
cd /drive0/fids
-
ls -l
- Those are your files. (If you have two disk drives, there are also some in
/drive1/fids, so look there, too.)
- The files ending in 0 are the MP3 files, the ones ending in 1 are the database information files. Just because a file is short doesn't mean it's bad, it might be a playlist or something. So cross-reference this list to the CSV you just exported. Be very careful not to delete the wrong files or you'll screw up the database and possibly lose your music.
- Once you're absolutely sure you want to delete stuff...
- Enter
rwm to read-write mount the hard disk.
-
rm the files you don't want.
- Don't forge this step:
rom to read-only mount the hard disks. This is important!
-
exit back to the player.
- Do some synchs with Emplode to make sure the database is OK.
___________
Tony Fabris