Help with NFs file that won't cooperate
# ls -l RG*
-rw----rw- 1 268 lisgroup 0 Oct 31 09:55 RGI57-INFO
-rwxrwxrwx 1 root lisgroup 204 Oct 31 09:55 RGI57-QUEUE
-rwxrwxrwx 1 root lisgroup 900 Oct 31 09:58 RGI57-TEMP
# rm RGI57-QUEUE
rm: RGI57-QUEUE not removed. Permission denied
# ls -l RGI*
-rw----rw- 1 268 lisgroup 0 Oct 31 09:55 RGI57-INFO
-rwxrwxrwx 1 root lisgroup 204 Oct 31 09:55 RGI57-QUEUE
-rwxrwxrwx 1 root lisgroup 900 Oct 31 09:58 RGI57-TEMP
# chmod 777 RGI57-QUEUE
chmod: can't change RGI57-QUEUE: I/O error
#
-rw----rw- 1 268 lisgroup 0 Oct 31 09:55 RGI57-INFO
-rwxrwxrwx 1 root lisgroup 204 Oct 31 09:55 RGI57-QUEUE
-rwxrwxrwx 1 root lisgroup 900 Oct 31 09:58 RGI57-TEMP
# rm RGI57-QUEUE
rm: RGI57-QUEUE not removed. Permission denied
# ls -l RGI*
-rw----rw- 1 268 lisgroup 0 Oct 31 09:55 RGI57-INFO
-rwxrwxrwx 1 root lisgroup 204 Oct 31 09:55 RGI57-QUEUE
-rwxrwxrwx 1 root lisgroup 900 Oct 31 09:58 RGI57-TEMP
# chmod 777 RGI57-QUEUE
chmod: can't change RGI57-QUEUE: I/O error
#
Anyone seen this? and how can I get rid of it?