Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dd if=... Not enough space 1

Status
Not open for further replies.

MToombs

MIS
May 17, 2002
56
US
I have been restoring tapes to our NAS using the command: dd if=/dev/rmt/1hbn | tar =pBxf -
For the previous 20 tapes all has worked well. Now I get an error "Not enough space." If I enter the file name instead of "| tar =pBxf - " all works well. This tape has a hundred files and I would like to automate it as much as possible.

Does anyone have any ideas?

Thanks
 
try
dd if=/dev/rmt/1hbn of=- > myfile.dump

Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
Solaris System Manager; I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top