<?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>question Re: ext3 or ext4 or xfs? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ext3-or-ext4-or-xfs/m-p/50266#M44297</link>
    <description>&lt;P&gt;Hello Igor, &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To create a partition in Linux, you’d need to ‘fdisk’ it first. In your example, (sdb) is the disk, so you’d need to to create the partition (sdb1):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;fdisk /dev/sdb&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;After that, you’d need to format the new partition into an ext4:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;mkfs.ext4 /dev/sdb1&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Make sure you are mount it correctly in /etc/fstab, just like I stated in my first response, ‘mount -a’ command is a good way to examine your fstab entries.&lt;BR /&gt;&lt;BR /&gt;In regards to the HDFS block size, the block division in HFDS is just logically built over the physical blocks of the ext4 filesystem; HDFS blocks are large compared to disk blocks, and the reason for this is to minimize the cost of seeks. If the block is large enough, the time it takes to transfer the data from the disk can be significantly longer than the time to seek to the start of the block.&lt;BR /&gt;&lt;BR /&gt;If there are any additional questions, please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Laith&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 20:59:54 GMT</pubDate>
    <dc:creator>Laith</dc:creator>
    <dc:date>2017-02-01T20:59:54Z</dc:date>
  </channel>
</rss>

