<?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: diff between dsk &amp;amp; rdsk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151838#M609554</link>
    <description>Hi Binu mathew&lt;BR /&gt;&lt;BR /&gt;         "dsk" is called block device file.when accessing device via block device file,system reads and write data through a BUFFER in memory,rather than transferring data directly to the physical disk.&lt;BR /&gt;         advantage: improve input and output to physical disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        "rdsk" it is a character device file also called as raw device file.It transfer data to the device one character at a time.&lt;BR /&gt;        Tape drives are typically accessed via character device file.&lt;BR /&gt;            &lt;BR /&gt;         Hope this will help you.&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Jan 2009 12:51:34 GMT</pubDate>
    <dc:creator>Dinesh kumar_5</dc:creator>
    <dc:date>2009-01-24T12:51:34Z</dc:date>
    <item>
      <title>diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151831#M609547</link>
      <description>Can anyone explain me,what is the difference between dsk &amp;amp; rdsk in lvm.what is the use of this.where it is using exactly and when?</description>
      <pubDate>Thu, 22 Jan 2009 06:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151831#M609547</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2009-01-22T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151832#M609548</link>
      <description>dsk is a block device and rdsk is a character device.  The block devices go through the buffer cache.  You want to use rdsk when using dd(1) to copy the raw disk.</description>
      <pubDate>Thu, 22 Jan 2009 06:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151832#M609548</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-22T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151833#M609549</link>
      <description>while we are creating,or extending the lv,or at the time of mirroring we are using this na,sometimes dsk &amp;amp; sometimes rdsk.But i didnot get the clear idea,where it to be use</description>
      <pubDate>Thu, 22 Jan 2009 06:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151833#M609549</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2009-01-22T06:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151834#M609550</link>
      <description>You would always use the 'block' device name for this purpose. Check the relevant man page.</description>
      <pubDate>Thu, 22 Jan 2009 06:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151834#M609550</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-01-22T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151835#M609551</link>
      <description>hi Binu,&lt;BR /&gt;&lt;BR /&gt;dsk are the block devices and rdsk are the correspondig raw device files.&lt;BR /&gt;IO through the block device files takes palce in blocks whereas that thru the character or raw device files takes place thru characters.&lt;BR /&gt;&lt;BR /&gt;we use the raw device files while using the very basic operations on devices that include the charater based IO on the device&lt;BR /&gt;&lt;BR /&gt;we use raw device files of the disks /dev/rdsk/cxtydz while doing pvcreate,mkboot,vgcfgrestore,diskinfo&lt;BR /&gt;we use block device files of the disks while with commands as vgcreate,vgextend,vgimport,vgexport.&lt;BR /&gt;&lt;BR /&gt;we use raw dev files of the LVs like /dev/vg02/rlvol2 while doing newfs,extendfs on them.&lt;BR /&gt;we use block dev files for LVs thst is /dev/vg00/lvol1 etc we use lvextend,lvsplit,lvmerge,lvlnboot,lvrmboot,mount,umount etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2009 07:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151835#M609551</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-22T07:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151836#M609552</link>
      <description>Thanks sujith</description>
      <pubDate>Thu, 22 Jan 2009 10:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151836#M609552</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2009-01-22T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151837#M609553</link>
      <description>Pls refer to &lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt; and assign points to those who helped!</description>
      <pubDate>Thu, 22 Jan 2009 10:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151837#M609553</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-01-22T10:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151838#M609554</link>
      <description>Hi Binu mathew&lt;BR /&gt;&lt;BR /&gt;         "dsk" is called block device file.when accessing device via block device file,system reads and write data through a BUFFER in memory,rather than transferring data directly to the physical disk.&lt;BR /&gt;         advantage: improve input and output to physical disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        "rdsk" it is a character device file also called as raw device file.It transfer data to the device one character at a time.&lt;BR /&gt;        Tape drives are typically accessed via character device file.&lt;BR /&gt;            &lt;BR /&gt;         Hope this will help you.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2009 12:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151838#M609554</guid>
      <dc:creator>Dinesh kumar_5</dc:creator>
      <dc:date>2009-01-24T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151839#M609555</link>
      <description>Main difference: Writing via Buffer as stated above</description>
      <pubDate>Thu, 12 Feb 2009 17:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151839#M609555</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-12T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff between dsk &amp; rdsk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151840#M609556</link>
      <description>Thanks to all for your response</description>
      <pubDate>Sun, 06 Feb 2011 10:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-dsk-amp-rdsk/m-p/5151840#M609556</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2011-02-06T10:40:11Z</dc:date>
    </item>
  </channel>
</rss>

