<?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: VOL vs RVOL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159637#M902199</link>
    <description>The main difference is that RVOL is character device, means when you access the device with this name the I/O is in stream mode character based and hence is unbuffered, where as if you use VOL which is block device the I/O is in block mode and is buffered.</description>
    <pubDate>Thu, 08 Jan 2004 19:50:42 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2004-01-08T19:50:42Z</dc:date>
    <item>
      <title>VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159631#M902192</link>
      <description>HI,&lt;BR /&gt;Which is the difference between RVOL and VOL?&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2004 10:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159631#M902192</guid>
      <dc:creator>Emanuele De Angelis</dc:creator>
      <dc:date>2004-01-08T10:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159632#M902193</link>
      <description>rvol is the raw, or unbuffered, device.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 08 Jan 2004 10:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159632#M902193</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-01-08T10:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159633#M902194</link>
      <description>when extending or creating a logical volume under lvm, you work on te lvol&lt;BR /&gt;&lt;BR /&gt;When creating or extending a filesystem you work on the rvol&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 Jan 2004 10:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159633#M902194</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-08T10:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159634#M902195</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The differense is a character device and a block device. A character is device (raw) is unbuffered and a block devide is.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Thu, 08 Jan 2004 10:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159634#M902195</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-08T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159635#M902197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; rvols are raw volumes. Some of the applications uses volumes as raw partitions, for eg. oracle, sybase ..etc. We use the same name while creating a new filesystem on a volume. &lt;BR /&gt;&lt;BR /&gt;  vols are block devices. A mounted filesystem uses block device file. Anyway when you create a volume under LVM, both of these device files are created.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Shahul</description>
      <pubDate>Thu, 08 Jan 2004 10:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159635#M902197</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2004-01-08T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159636#M902198</link>
      <description>I think your asking about rlvol and lvol?&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/rlvol and /dev/vg00/lvol&lt;BR /&gt;&lt;BR /&gt;One example is when the raw device is used when you create a new filesystem with newfs:&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs /dev/vgXX/rvlol&lt;BR /&gt;&lt;BR /&gt;LVOL is the "cooked" version of the logical volume. This is what you use to mount filesystems... It is actually a tangible device by unix commands to be mounted and queried...&lt;BR /&gt;&lt;BR /&gt;Kind of a simplistic answer but I hope it helps you.&lt;BR /&gt;&lt;BR /&gt;here is a link to docs.hp.com ... &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/30-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/30-toc.html&amp;amp;searchterms=rlvol%7clvol&amp;amp;queryid=20040108-084050" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/30-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/30-toc.html&amp;amp;searchterms=rlvol%7clvol&amp;amp;queryid=20040108-084050&lt;/A&gt;</description>
      <pubDate>Thu, 08 Jan 2004 10:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159636#M902198</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-08T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159637#M902199</link>
      <description>The main difference is that RVOL is character device, means when you access the device with this name the I/O is in stream mode character based and hence is unbuffered, where as if you use VOL which is block device the I/O is in block mode and is buffered.</description>
      <pubDate>Thu, 08 Jan 2004 19:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159637#M902199</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2004-01-08T19:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: VOL vs RVOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159638#M902201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as everybody said about lvol and rlvol the main difference is lvol is block device file and rlvol is character device file.&lt;BR /&gt;&lt;BR /&gt;We can compare these with rdsk and dsk device files only difference is that these are logical not physical.&lt;BR /&gt;&lt;BR /&gt;Sunil&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2004 02:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vol-vs-rvol/m-p/3159638#M902201</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-01-09T02:16:10Z</dc:date>
    </item>
  </channel>
</rss>

