Good Ol’ AT&T Vs. BSD Again
/dev/rmt/0 - AT&T device name
- Tape head is left positioned BEFORE filemark
- You must explicitly move it past the filemark or subsequent reads will return 0, -1 or EOF
/dev/rmt/0b - BSD device name
- Tape head left positioned AFTER filemark
- Data is read/written from that point