PDA

View Full Version : Ripping to Ogg


Bones
03-06-2004, 13:00
I recently began using Jet Audio 6.0. I have ripped several CDs to OGG format. Jet Audio creates an new file folder in the output path I specified and the CD files are nicely ripped to OGG files. I am able to move the OGG files as needed. The problem I have encountered is that I am unable to delete the folder that is created by Jet Audio. When I try to delete this folder, it returns the message "Cannot delete file. Cannot read from the source file or disk." I am using XP Pro. Now I have a bunch of folders that cannot be deleted. Is this a bug or am I doing something wrong?

Bones
03-06-2004, 13:01
Sorry, posted in wrong place

mrking
03-06-2004, 13:07
You need to close JetAudio program then delete them. If the program remains open XP thinks the folders are still in use.

Close JetAudio, delete folders and restart JetAudio to play music.

Bones
03-06-2004, 13:11
Even with Jet Audio closed and the computer rebooted, the folders won't delete.

NeTo
03-06-2004, 14:48
No probs, moved. The problem you're having is not caused by jetAudio, is caused by your opperative system. I have seen this only in NTFS formatted drives.

You could check the following pages for more info:

http://www.computing.net/windowsxp/wwwboard/forum/95248.html (response 2)
http://www.experts-exchange.com/Operating_Systems/WinXP/Q_20791525.html (the accepted and the assited answers)

In short words, what most likely happended was that the folders you created had names that are recognized correctly by Windows, either because a system reserved name was used, or a space (or other symbol) is mysplaced in the file name/folder (like a blank space after a extension).

If thats the case, just open a command window, use CD to go to your folder, and DIR /X to view the short name of the folder. Then use RD with the short name to delete the folder.

To avoid this problem in the future, just be careful of the names you're picking for your folder. Just avoid using too much periods (and spaces after them), and using reserved names such as 'lpt1'

Bones
03-07-2004, 09:11
NeTo,

Thanks! Your information and advice were exactly correct. With your information I was able to delete the files and now I can avoid the problem in the future.

You have been a great help.

Thanks again!!!

NeTo
03-07-2004, 12:15
No problems. Hope you don't bump with that problem again, that's one very annoying NTFS bug.