![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Piping to /dev/rmt0 tape ? | Browser_ice | AIX | 5 | 06-10-2009 08:18 AM |
| tar options server://dev/rmt0 folder ??? | Browser_ice | AIX | 3 | 06-04-2009 04:50 AM |
| sed in while loop producing arithmetic output | javathecat | Shell Programming and Scripting | 3 | 02-04-2009 05:12 AM |
| Producing visually pleasant documents from plain text with reStructuredText and rst2a | iBot | UNIX and Linux RSS News | 0 | 04-29-2008 05:40 AM |
| mt -f /dev/rmt0.1 status | smoraprosol | AIX | 0 | 08-28-2006 12:49 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
aix 4.2 : using dd of=/dev/rmt0 producing error
I want to compress backup files to tape using compress on our AIX 4.2
- Our TAR does not have compression. - I do not want to use local storage to compress as most of the filesystems are pretty full. - the only compressing tool we have is 'compress' - tapes are 5Gb 8mm I am trying this : change tape block_size=512 (default dd obs value) tar -cvpdlBf - a_folder | compress | dd of=/dev/rmt0 but it is giving me : dd: 0511--53 The write failed. : A system call received a parameter that is not valid. but using something like this works: tar -cvpdlBf - a_folder | compress | dd of=/tmp/zzz.Z |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|