I am trying to get NTBackup under Windows Server 2003 to perform a backup to tape. But when I start the job I always get the error "There is no free media with the selected type." As a first troubleshooting step I want to erase the tape I'm using, to start over. Is this possible with NTBackup?

link|improve this question

71% accept rate
feedback

1 Answer

You should be able to erase a tape by using the Removable Storage console:

  • Open Computer Management (Right click My Computer > Manage)
  • Expand the Removable Storage and find the tape drive, right click on it for the option to Erase.

You could also consider running your NTBackup job in unmanaged mode with the /um switch - this turns off the media management and will simply overwrite whatever tape is in the drive when the job runs. More details here: http://support.microsoft.com/kb/314844

link|improve this answer
I tried this, but I'm getting the issue described in this Microsoft KB article: support.microsoft.com/kb/841187. When I tried to apply the hotfix, it said we had a version of Windows that already contained that bugfix (a later update). Is there something else that could be going wrong? – Mr. Jefferson Mar 16 '11 at 15:09
Also, I managed to get a tape into the Free media pool, and ran the backup job with the /um switch, but Backup comes up and spends a couple seconds trying to mount the media and then goes away. The log file says "The requested media failed to mount. The operation was aborted." – Mr. Jefferson Mar 16 '11 at 16:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.