<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Disk on Jose Castrillo</title>
    <link>https://jose.castrillo.eu/tags/disk/</link>
    <description>Recent content in Disk on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 06 Jun 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/tags/disk/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Redundant Array of Inexpensive Disks</title>
      <link>https://jose.castrillo.eu/post/raid-disk/</link>
      <pubDate>Sun, 06 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/raid-disk/</guid>
      <description>&lt;h1 id=&#34;raid&#34;&gt;RAID&lt;/h1&gt;
&lt;p&gt;RAID is a technology that is used to increase the performance and/or reliability of data storage. The abbreviation stands for Redundant Array of Inexpensive Disks. A RAID system consists of two or more drives working in parallel. These disks can be hard discs, but there is a trend to also use the technology for SSD (solid state drives). There are different RAID levels, each optimized for a specific situation. These are not standardized by an industry group or standardization committee.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Format &amp; Mount an usb drive in GNU/Linux [terminal]</title>
      <link>https://jose.castrillo.eu/post/mount-usb-gnulinux/</link>
      <pubDate>Fri, 22 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/mount-usb-gnulinux/</guid>
      <description>&lt;p&gt;Format and Mount usb drive in GNU/Linux&lt;/p&gt;
&lt;p&gt;Tools/commands:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;lsblk&lt;/li&gt;
&lt;li&gt;parted&lt;/li&gt;
&lt;li&gt;df&lt;/li&gt;
&lt;li&gt;fdisk&lt;/li&gt;
&lt;li&gt;mkfs&lt;/li&gt;
&lt;li&gt;wipefs&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;check if which blcok devices used by usb (sd) [df -h, lsblk] eg:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;a)&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo fdisk -l
Disk /dev/sda: 7.2 GiB, 7736072192 bytes, 15109516 sectors
Disk model: DataTraveler 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;b)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
