hi badmeischter
Thanks for the pointer. I have tried your advice but I get the following results:-
[root@fserver1 ~]# cd /usr/tmp
[root@fserver1 tmp]# mt -f $dev/nst0 rewind
/nst0: No such file or directory
[root@fserver1 tmp]# mt -f $device /dev/nst0 rewind
mt: unknown command "/dev/nst0"
usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
commands: weof, wset, eof, fsf, fsfm, bsf, bsfm, fsr, bsr, fss, bss, rewind,
offline, rewoffl, eject, retension, eod, seod, seek, tell, status,
erase, setblk, lock, unlock, load, compression, setdensity,
drvbuffer, stwrthreshold, stoptions, stsetoptions, stclearoptions,
defblksize, defdensity, defdrvbuffer, defcompression, stsetcln,
sttimeout, stlongtimeout, densities, setpartition, mkpartition,
partseek, asf.
[root@fserver1 tmp]# mt -f $device/dev/nst0
-bash: [root@fserver1: command not found
[root@fserver1 tmp]# usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
-bash: usage:: command not found
[root@fserver1 tmp]# [root@fserver1 tmp]#
-bash: [root@fserver1: command not found
[root@fserver1 tmp]#
I have tried all combinations for the device which is /dev/nst0 but can't seem to get any further. Am I just using the wrong syntax or is something else not right?
Chris