Ask a Question related to Sun Solaris, Design and Development.
-
Malcolm #1
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
-
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... -
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... -
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... -
Can't cpio IDS.CPI
Try to do # cpio -icvdumB <IDS.CPI ------------------------------------------ Alexey Sonkin Senior Database Administrator sending to... -
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... -
Anthony Mandic #2
Re: cpio/tar large file to DDS as /dev/rmt/0
Lars Tunkrans wrote:
That's funny, I was able to write to a DDS4 tape in a DDS2> 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.
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
-
Lars Tunkrans #3
Re: cpio/tar large file to DDS as /dev/rmt/0
Anthony Mandic wrote:
I was talking about writing tapes . I think I have read a DDS2> 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).
tape in the SunBlade2000 / DDS4 at work, but am not certain.
--
================================================== ======
Lars Tunkrans
smtp: lars dot tunkrans at bredband dot net
--------------------------------------------------------
Lars Tunkrans Guest
-
Andrew Gabriel #4
Re: cpio/tar large file to DDS as /dev/rmt/0
In article <3F139849.EA259AAC@hotmail.com>,
Anthony Mandic <kr@hotmail.com> writes:HP DDS4 drives should be able to read/write all older DDS tapes, except:> 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).
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



Reply With Quote

