Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I face some reading error while running the DD command to copy file from the IBM LTO4 drive. Does anyone face the same error before? What can I do ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    3

    dd: reading `/dev/st0': Input/output error

    Hi,

    I face some reading error while running the DD command to copy file from the IBM LTO4 drive. Does anyone face the same error before? What can I do with this?



    mt -f /dev/st0 status

    SCSI 2 tape drive:

    File number=0, block number=0, partition=0.

    Tape block size 512 bytes. Density code 0x44 (no translation).

    Soft error count since last status=0

    General status bits on (45010000):

    BOT WR_PROT ONLINE IM_REP_EN

    # dd if=/dev/st0 of=fin_pstm.sgy ibs=512k

    dd: reading `/dev/st0': Input/output error

    0+0 records in

    0+0 records out
    # dd if=/dev/st0 of=fin_pstm.sgy ibs=1024k

    dd: reading `/dev/st0': Input/output error

    0+0 records in

    0+0 records out

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Have you tried without the ibs=n option? Sometimes, letting the device figure out how fast to serialize the i/o works when telling it what to do does not.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...