| Previous | Next |
| STATUS_END_OF_MEDIA | STATUS_MEDIA_CHECK |
STATUS_BEGINNING_OF_MEDIA
Positioning reached the beginning of the tape or partition
This warning is returned when reverse spacing or another positioning request reaches the beginning boundary. For partitioned tape, the boundary can be the start of the selected partition rather than the physical start of the cartridge.
The requested reverse count may not have been completed. Read the resulting position before calculating another move, because blindly repeating a negative offset can loop at the boundary. A successful rewind followed by this status is normally a positioning result, not damaged media.
What to inspect
- Query the current partition and logical or absolute tape position.
- Compare the achieved movement with the requested number of records or marks.
- Avoid retry loops that keep issuing reverse positioning at the boundary.
References
- Microsoft: TAPE_SET_POSITION
- Microsoft: ntddtape.h tape interfaces
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.