cpio/tar large file to DDS as /dev/rmt/0

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default cpio/tar large file to DDS as /dev/rmt/0

    Hello,

    I'm trying to copy about 14Gb of files (compressed tar archives) to a DDS4
    drive via cpio and tar and am having problems. I get various messages about
    file sizes (each file is less than 512Mb) and EOF etc. when trying this and
    have tried writing a 20GB file which also fails. This is under Solaris 8.
    Also, when trying to use the same syntax but writing to disk, there's no
    problem, e.g. this fails

    find . -name mydirectorytobackup -print | cpio -vocB > /dev/rmt/0

    but this would be ok writing to disk.

    find . -name mydirectorytobackup -print | cpio -vocB >
    /myothertempfilesys/backup.cpio

    I've double checked the maths on the directory I'm trying to back up and
    it's well under the 20Gb capacity of the drive (and tape in there). Any
    suggestions would be welcome.

    Thanks,

    Malc


    Malcolm Guest

  2. Similar Questions and Discussions

    1. cpio
      If system is running, could I sue cpio command to archive file? And, I have an archive xxx.cpio which are archive from /etc directory. How to open...
    2. Illustrator CS files with large linked files results in large file size
      If I place a large linked Photoshop 7 file (.psd or.eps), say 36 MB, in Illustrator CS and save without embedding the file it takes ages to save and...
    3. CPIO Restore
      universe question We have a customer that got some kind of damage to a Universe system which is backed up by the following command.... cd...
    4. Can't cpio IDS.CPI
      Try to do # cpio -icvdumB <IDS.CPI ------------------------------------------ Alexey Sonkin Senior Database Administrator sending to...
    5. PHP Warning: InterBase: Error while trying to open file File too large
      Hello, I have this configuration: kernel 2.3.20, apache 1.3.27, with php 4.2.3 as apxs module with firebirdCS-1.0.3-64IO I have problems with...
  3. #2

    Default Re: cpio/tar large file to DDS as /dev/rmt/0

    Lars Tunkrans wrote:
    > I assume you are using DDS3 or DDS4 tape media ?
    > I have been unable to use DDS or DDS2 media on my DDS4 tape drive,
    > But a DDS3 drive does write to DDS and DDS2 media.
    That's funny, I was able to write to a DDS4 tape in a DDS2
    tape drive. But, yes, a DDS4 drive is a bit flaky in reading
    DDS2 tapes (this might have just been an alignment issue
    though).

    -am © 2003
    Anthony Mandic Guest

  4. #3

    Default Re: cpio/tar large file to DDS as /dev/rmt/0

    Anthony Mandic wrote:
    > Lars Tunkrans wrote:
    >
    >
    >>I assume you are using DDS3 or DDS4 tape media ?
    >>I have been unable to use DDS or DDS2 media on my DDS4 tape drive,
    >>But a DDS3 drive does write to DDS and DDS2 media.
    >
    >
    > That's funny, I was able to write to a DDS4 tape in a DDS2
    > tape drive. But, yes, a DDS4 drive is a bit flaky in reading
    > DDS2 tapes (this might have just been an alignment issue
    > though).
    I was talking about writing tapes . I think I have read a DDS2
    tape in the SunBlade2000 / DDS4 at work, but am not certain.

    --
    ================================================== ======
    Lars Tunkrans
    smtp: lars dot tunkrans at bredband dot net
    --------------------------------------------------------

    Lars Tunkrans Guest

  5. #4

    Default Re: cpio/tar large file to DDS as /dev/rmt/0

    In article <3F139849.EA259AAC@hotmail.com>,
    Anthony Mandic <kr@hotmail.com> writes:
    > Lars Tunkrans wrote:
    >
    >> I assume you are using DDS3 or DDS4 tape media ?
    >> I have been unable to use DDS or DDS2 media on my DDS4 tape drive,
    >> But a DDS3 drive does write to DDS and DDS2 media.
    >
    > That's funny, I was able to write to a DDS4 tape in a DDS2
    > tape drive. But, yes, a DDS4 drive is a bit flaky in reading
    > DDS2 tapes (this might have just been an alignment issue
    > though).
    HP DDS4 drives should be able to read/write all older DDS tapes, except:
    they can't read or write 60M tapes;
    they can't write 90M tapes but can read them.
    (60M and 90M tapes are both DDS[1].)
    It should have no trouble with a DDS2 tape.

    --
    Andrew Gabriel
    Andrew Gabriel Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139