LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar: / dev/st1/: can not open: No such device or address (https://www.linuxquestions.org/questions/linux-newbie-8/tar-dev-st1-can-not-open-no-such-device-or-address-745485/)

Kuldeep Singh Jashoria 08-06-2009 01:31 AM

tar: / dev/st1/: can not open: No such device or address
 
error message while try to take back from ultrin 215 external drive using linux ver 2.3 ; dlt address is /dev/st1

tar: / dev/st1/: can not open: No such device or address
tar: Error is not recoverable: exiting now."

I had removed st1 by rm /dev/st1 --> than restarted server & ultrim,
created again by mknod -m 660 /dev/st1 c 0
showing drive through command cat /proc/scsi/scsi

Please suggest...

TB0ne 08-07-2009 08:50 AM

Quote:

Originally Posted by Kuldeep Singh Jashoria (Post 3633224)
error message while try to take back from ultrin 215 external drive using linux ver 2.3 ; dlt address is /dev/st1

tar: / dev/st1/: can not open: No such device or address
tar: Error is not recoverable: exiting now."

I had removed st1 by rm /dev/st1 --> than restarted server & ultrim,
created again by mknod -m 660 /dev/st1 c 0
showing drive through command cat /proc/scsi/scsi

Please suggest...

Ok...don't delete device nodes.

First, delete the /dev/st1 that you created. Then, since this is a SCSI device, so power it off, along with the server (don't just reboot). Power the drive back on first, then the server. The node will probably come back.

If not, check here http://linux.die.net/man/4/st for info on manually creating the node you deleted.


All times are GMT -5. The time now is 07:16 PM.