Originally posted by: OPK
Hi ,
Actually I need to get the sense information after my read system call fails for that I am calling ioctl with MTIOCGET
MTIOCGET ioctl call is failing with Invalid argument.The call is like
struct mtget mtgetbuf;
(ioctl (fd,MTIOCGET , &mtgetbuf)
Anyone knows the reason/cause.
Thanks in advance.
#AIX-Forum