<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CD-Record in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515446#M521273</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using cdrecord to create a bootable CD from a bootable DDS Media. I do a &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/c2t0d0DDS1n of=/tmp/file1&lt;BR /&gt;&lt;BR /&gt;Then ftp the file to a SUN system with a CD writer.&lt;BR /&gt;&lt;BR /&gt;There we do a&lt;BR /&gt;&lt;BR /&gt;# cat file1 | cdrecord -v -speed=4 dev=0,5,0 tsize=611778560 -&lt;BR /&gt;&lt;BR /&gt;I guess there are some missing steps above.&lt;BR /&gt;Where do we arrive at 611778560 from.&lt;BR /&gt;&lt;BR /&gt;The size of file1 is around 32MB. But the specified size is around 611MB. It still works with file1 and 611778560. But if there are any changes to the file1 because of the contents of DDS Tape it doesn't work because we don't what value of tsize to specify.&lt;BR /&gt;&lt;BR /&gt;When I do mkisofs -print-size file it comes out with&lt;BR /&gt;16108 extents. I am not sure how to derive the tsize from there.&lt;BR /&gt;&lt;BR /&gt;Can anybody explain?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Sudip</description>
    <pubDate>Tue, 10 Apr 2001 05:19:19 GMT</pubDate>
    <dc:creator>Sudip Hore_1</dc:creator>
    <dc:date>2001-04-10T05:19:19Z</dc:date>
    <item>
      <title>CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515446#M521273</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using cdrecord to create a bootable CD from a bootable DDS Media. I do a &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/c2t0d0DDS1n of=/tmp/file1&lt;BR /&gt;&lt;BR /&gt;Then ftp the file to a SUN system with a CD writer.&lt;BR /&gt;&lt;BR /&gt;There we do a&lt;BR /&gt;&lt;BR /&gt;# cat file1 | cdrecord -v -speed=4 dev=0,5,0 tsize=611778560 -&lt;BR /&gt;&lt;BR /&gt;I guess there are some missing steps above.&lt;BR /&gt;Where do we arrive at 611778560 from.&lt;BR /&gt;&lt;BR /&gt;The size of file1 is around 32MB. But the specified size is around 611MB. It still works with file1 and 611778560. But if there are any changes to the file1 because of the contents of DDS Tape it doesn't work because we don't what value of tsize to specify.&lt;BR /&gt;&lt;BR /&gt;When I do mkisofs -print-size file it comes out with&lt;BR /&gt;16108 extents. I am not sure how to derive the tsize from there.&lt;BR /&gt;&lt;BR /&gt;Can anybody explain?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Sudip</description>
      <pubDate>Tue, 10 Apr 2001 05:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515446#M521273</guid>
      <dc:creator>Sudip Hore_1</dc:creator>
      <dc:date>2001-04-10T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515447#M521274</link>
      <description>Sudip,&lt;BR /&gt;&lt;BR /&gt;My guess is that "tsize" means "track size". You're creating a cd with one track of 611 MB and the file1 file is placed within this track. You probably won't have to adjust the tsize parameter if the size of your image file increases or decreases.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Vincent&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2001 09:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515447#M521274</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-04-10T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515448#M521275</link>
      <description>Try the following:&lt;BR /&gt;&lt;BR /&gt;cdrecord -v -speed=4 dev=0,5,0 -isosize file1&lt;BR /&gt;&lt;BR /&gt;I use this to burn ISO images on my Linux box and it works fabulously everytime.</description>
      <pubDate>Tue, 10 Apr 2001 10:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515448#M521275</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2001-04-10T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515449#M521276</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think I should have mentioned that the file1 generated is in a HP-UX system. Thanks for the replies I will try them out. Please let me if any of you are aware of how we arrive at the tsize parameter.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sudip</description>
      <pubDate>Tue, 10 Apr 2001 22:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515449#M521276</guid>
      <dc:creator>Sudip Hore_1</dc:creator>
      <dc:date>2001-04-10T22:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515450#M521277</link>
      <description>The options I use :&lt;BR /&gt;cdrecord -v -eject speed=4 dev=1,2,0 -data tsize=680525824 /tmp/file1&lt;BR /&gt;&lt;BR /&gt;where tsize is the exact size of the file.&lt;BR /&gt;And it works !&lt;BR /&gt;&lt;BR /&gt;Hope this help...</description>
      <pubDate>Wed, 11 Apr 2001 07:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515450#M521277</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2001-04-11T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: CD-Record</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515451#M521278</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies.&lt;BR /&gt;I hope you notice that there is a big gap between the 2 file sizes. &lt;BR /&gt;&lt;BR /&gt;dd file is around 32MB and the tsize is ~610MB.&lt;BR /&gt;&lt;BR /&gt;What is the way to arrive at this size?&lt;BR /&gt;&lt;BR /&gt;The tape we make works fine. It is used for booting the systems and loading software from a repository across the subnet.&lt;BR /&gt;&lt;BR /&gt;How do we calculate the tsize?&lt;BR /&gt;&lt;BR /&gt;- Sudip</description>
      <pubDate>Thu, 12 Apr 2001 00:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-record/m-p/2515451#M521278</guid>
      <dc:creator>Sudip Hore</dc:creator>
      <dc:date>2001-04-12T00:56:50Z</dc:date>
    </item>
  </channel>
</rss>

