<?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 Re: [ Reading CD volume label ] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509204#M217957</link>
    <description>Thanks a lot J. Damian Benavent,&lt;BR /&gt;&lt;BR /&gt;This is really a best way. But this solution i want to have more clarity.&lt;BR /&gt;&lt;BR /&gt;I am able to copy the contents of 17th sector. But the file is incomplete and also i am not able to get the volume label from there.&lt;BR /&gt;&lt;BR /&gt;Can you tell me how i should make use of fstyp along with this to get exactly what i want.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhava&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Mar 2005 01:06:41 GMT</pubDate>
    <dc:creator>madhavabk</dc:creator>
    <dc:date>2005-03-30T01:06:41Z</dc:date>
    <item>
      <title>[ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509202#M217955</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I would like to know the commands/ options to read the volume label of CD.&lt;BR /&gt;&lt;BR /&gt;On solaris we will be able to get this information with fstyp command only.&lt;BR /&gt;&lt;BR /&gt;But on HPUX the commands out put does not contain the volume label. &lt;BR /&gt;&lt;BR /&gt;The requirement is very urgent.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Madhava&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 03:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509202#M217955</guid>
      <dc:creator>madhavabk</dc:creator>
      <dc:date>2005-03-22T03:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509203#M217956</link>
      <description>I searched in google.&lt;BR /&gt;&lt;BR /&gt;Briefly, the sector 17 in disc contains volume label and other info. Volume label is 32 bytes long and is the second field in that sector.&lt;BR /&gt;&lt;BR /&gt;The structure of 17th sector is:&lt;BR /&gt;&lt;BR /&gt;System ID (32 bytes)&lt;BR /&gt;Volume label (32 bytes)&lt;BR /&gt;Volume Set ID (128 bytes)&lt;BR /&gt;Application ID (128 bytes)&lt;BR /&gt;Copyright (37 bytes)&lt;BR /&gt;Publisher (128 bytes)&lt;BR /&gt;Data preparer (128 bytes)&lt;BR /&gt;Abstract Description (37 bytes)&lt;BR /&gt;Bibliography (37 bytes).&lt;BR /&gt;&lt;BR /&gt;As sector size varies you must run "diskinfo -v" command to get sector size&lt;BR /&gt;&lt;BR /&gt;Then get 17th sector:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c0t0d0 of=/sector17 ibs=2048 skip=16 count=1&lt;BR /&gt;&lt;BR /&gt;Now you can display the contents of "volume label":&lt;BR /&gt;dd if=/sector17 bs=32 skip=1 count=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try</description>
      <pubDate>Tue, 22 Mar 2005 07:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509203#M217956</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-03-22T07:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509204#M217957</link>
      <description>Thanks a lot J. Damian Benavent,&lt;BR /&gt;&lt;BR /&gt;This is really a best way. But this solution i want to have more clarity.&lt;BR /&gt;&lt;BR /&gt;I am able to copy the contents of 17th sector. But the file is incomplete and also i am not able to get the volume label from there.&lt;BR /&gt;&lt;BR /&gt;Can you tell me how i should make use of fstyp along with this to get exactly what i want.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhava&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 01:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509204#M217957</guid>
      <dc:creator>madhavabk</dc:creator>
      <dc:date>2005-03-30T01:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509205#M217958</link>
      <description>I think fstyp cannot be used to display the CD volume label.</description>
      <pubDate>Wed, 30 Mar 2005 02:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509205#M217958</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-03-30T02:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509206#M217959</link>
      <description>Hello J. Damian Benavent,&lt;BR /&gt;&lt;BR /&gt;I know fstyp will not provide the volume label.&lt;BR /&gt;my Concern was, the dd command is not returning the volume label on HP for CD ( where as i get volume label with fstyp -v on Solaris for same CD).&lt;BR /&gt;&lt;BR /&gt;( i am talking about same volume label String not command. I am not able to find the volume label that is returned on Solaris in copied contents by dd command on HP ).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is my concern.&lt;BR /&gt;I copied all sectors contents to find the volume label it is not present in copied file.&lt;BR /&gt;&lt;BR /&gt;Please treat this as urgent and provide the solution if any.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhava&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 09:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509206#M217959</guid>
      <dc:creator>madhavabk</dc:creator>
      <dc:date>2005-03-30T09:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509207#M217960</link>
      <description>First, I never tried that on solaris, if You could provide a simple output, that would really help me understanding what information You seek.&lt;BR /&gt;&lt;BR /&gt;second, You said You got incomplete data, out of sector 17, did You use a 2048byte block size with dd?</description>
      <pubDate>Wed, 30 Mar 2005 10:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509207#M217960</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-03-30T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509208#M217961</link>
      <description>HP also has fstyp command. did you try it??&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/dsk/cxtxdx&lt;BR /&gt;Also diskinfo -v /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Does that help??</description>
      <pubDate>Wed, 30 Mar 2005 10:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509208#M217961</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-30T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: [ Reading CD volume label ]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509209#M217962</link>
      <description>Hi all,&lt;BR /&gt;Sorry for not giving logs.&lt;BR /&gt;Following will be full detail:&lt;BR /&gt;&lt;BR /&gt;===================================&lt;BR /&gt;dd if=/dev/rdsk/c0t0d0 of=/tmp/sector17 ibs=2048 obs=2048 skip=16 count=1&lt;BR /&gt;&lt;BR /&gt;o/p&lt;BR /&gt;vi /tmp/sector17&lt;BR /&gt;^ACD001^ALINUX                           Personal Data, Feb 15, 2005     /Ã ^B^BÃ &lt;BR /&gt;/^A^A^A^A^H^HÂ¸Ã®Ã®Â¸^T2"Â¨Â¨^H^HF^A^A^E^^^V^B^A^A^A&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                              MKISOFS ISO 9660/HFS FILESYSTEM BUILDER &amp;amp; CDRECORD&lt;BR /&gt; CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING&lt;BR /&gt;&lt;BR /&gt;                             2005021518554800^V2005021518554800^V000000000000000&lt;BR /&gt;02005021518554800^V^A&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;# dd if=/tmp/sector17 bs=32 skip=1 count=1&lt;BR /&gt;        Personal Data, Feb 15, 21+0 records in&lt;BR /&gt;1+0 records out&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;SOLARIS&lt;BR /&gt;fstyp -v &lt;RAW_DEVICE&gt;&lt;BR /&gt;Volume id&lt;/RAW_DEVICE&gt;</description>
      <pubDate>Fri, 01 Apr 2005 03:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-cd-volume-label/m-p/3509209#M217962</guid>
      <dc:creator>madhavabk</dc:creator>
      <dc:date>2005-04-01T03:19:16Z</dc:date>
    </item>
  </channel>
</rss>

