<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 7 Ways to View Disks and Partitions in Linux	</title>
	<atom:link href="https://www.tecmint.com/list-disks-partitions-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/list-disks-partitions-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 16 Mar 2026 06:11:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2161271</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 03:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17712#comment-2161271</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2160511&quot;&gt;knx&lt;/a&gt;.

@Knox,

You can use the &lt;strong&gt;lsblk&lt;/strong&gt; command to view drives and partitions in the format (hdx,xx) in terminal.
&lt;pre&gt;
lsblk -o NAME,MODEL,SIZE,FSTYPE,UUID
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2160511">knx</a>.</p>
<p>@Knox,</p>
<p>You can use the <strong>lsblk</strong> command to view drives and partitions in the format (hdx,xx) in terminal.</p>
<pre>
lsblk -o NAME,MODEL,SIZE,FSTYPE,UUID
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: knx		</title>
		<link>https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2160511</link>

		<dc:creator><![CDATA[knx]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 12:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17712#comment-2160511</guid>

					<description><![CDATA[How can I view drives and partitions in the format (hdx,xx) in the Linux terminal? I prefer not to use the GRUB command line.]]></description>
			<content:encoded><![CDATA[<p>How can I view drives and partitions in the format (hdx,xx) in the Linux terminal? I prefer not to use the GRUB command line.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2028036</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 21 Jun 2023 03:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17712#comment-2028036</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2027884&quot;&gt;Luke&lt;/a&gt;.

@Luke,

Yes, Nautilus is the only way to view disks graphically. You can use &lt;strong&gt;Baobab&lt;/strong&gt; (also known as Disk Usage Analyzer), which provides a visual representation of disk usage. &lt;strong&gt;Baobab&lt;/strong&gt; is commonly found in Linux distributions that use GNOME as their desktop environment.
&lt;pre&gt;
$ sudo apt-get install baobab 
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2027884">Luke</a>.</p>
<p>@Luke,</p>
<p>Yes, Nautilus is the only way to view disks graphically. You can use <strong>Baobab</strong> (also known as Disk Usage Analyzer), which provides a visual representation of disk usage. <strong>Baobab</strong> is commonly found in Linux distributions that use GNOME as their desktop environment.</p>
<pre>
$ sudo apt-get install baobab 
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luke		</title>
		<link>https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2027884</link>

		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Tue, 20 Jun 2023 14:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17712#comment-2027884</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2026597&quot;&gt;Ravi Saive&lt;/a&gt;.

Ravi,

Thanks for the reply. In my case, there are no &quot;&lt;strong&gt;Devices&lt;/strong&gt;&quot; in my native Ubuntu file manager. The latest version is called &quot;&lt;strong&gt;Files&lt;/strong&gt;&quot; v. 42.6, and is a Gnome project. 

I looked in Preferences for any mention of Devices but, no. I also have the Nemo file manager and it&#039;s the same. No listing of hard drives by symbol or icon.

Since Linux does not identify volumes by a drive letter (as in Windows), I suspect there&#039;s no way to view them as icons or folders.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2026597">Ravi Saive</a>.</p>
<p>Ravi,</p>
<p>Thanks for the reply. In my case, there are no &#8220;<strong>Devices</strong>&#8221; in my native Ubuntu file manager. The latest version is called &#8220;<strong>Files</strong>&#8221; v. 42.6, and is a Gnome project. </p>
<p>I looked in Preferences for any mention of Devices but, no. I also have the Nemo file manager and it&#8217;s the same. No listing of hard drives by symbol or icon.</p>
<p>Since Linux does not identify volumes by a drive letter (as in Windows), I suspect there&#8217;s no way to view them as icons or folders.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2026597</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 03:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17712#comment-2026597</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2026468&quot;&gt;Luke&lt;/a&gt;.

@Luke,

Yes, you use &lt;strong&gt;Nautilus&lt;/strong&gt; to view a disk graphically in Linux.

Open &lt;strong&gt;Nautilus&lt;/strong&gt;, you will see a sidebar on the left-hand side displaying your system&#039;s file hierarchy. Look for the &quot;&lt;strong&gt;Devices&lt;/strong&gt;&quot; section in the sidebar.

Under the &quot;&lt;strong&gt;Devices&lt;/strong&gt;&quot; section, you should see a list of available disks and partitions on your system. Click on the disk you want to view.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/list-disks-partitions-linux/comment-page-1/#comment-2026468">Luke</a>.</p>
<p>@Luke,</p>
<p>Yes, you use <strong>Nautilus</strong> to view a disk graphically in Linux.</p>
<p>Open <strong>Nautilus</strong>, you will see a sidebar on the left-hand side displaying your system&#8217;s file hierarchy. Look for the &#8220;<strong>Devices</strong>&#8221; section in the sidebar.</p>
<p>Under the &#8220;<strong>Devices</strong>&#8221; section, you should see a list of available disks and partitions on your system. Click on the disk you want to view.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
