Bug 106916

Summary: Wrong tar command at topic 17.6.8 in Handbook
Product: Documentation Reporter: paulo
Component: Books & ArticlesAssignee: chinsan <chinsan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description paulo 2006-12-19 14:10:13 UTC
At the topic "17.6.8 Burning Raw Data CDs", there is a problem when extracting because cdrom block size is 2048

Fix: 

# /usr/bin/tar -b 4 -cf arq.tar files
# /usr/sbin/burncd -smax -f /dev/acd0 data arq.tar fixate
# /usr/bin/tar -b 4 -xf /dev/acd0
How-To-Repeat: # /usr/bin/tar cf arq.tar files
# /usr/sbin/burncd -smax -f /dev/acd0 data arq.tar fixate
# /usr/bin/tar xf /dev/acd0

acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 error=4<ABORTED>
Comment 1 chinsan freebsd_committer freebsd_triage 2006-12-22 06:58:06 UTC
Responsible Changed
From-To: freebsd-doc->chinsan

I'll take it.
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2010-09-01 11:21:37 UTC
State Changed
From-To: open->closed

It seems the PR is no longer applicable to the current 
version of the Handbook.  Let me know if you thing the 
PR should stay open.