<?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: How to Create a Disk Partitions in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-disk-partitions-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-disk-partitions-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 12:00:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1998451</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 12:20:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32509#comment-1998451</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1145128&quot;&gt;Jim&lt;/a&gt;.

The folks at tecmint are in love with the command line. They will go through all kinds of contortions to use CLI even when GUI is much simpler and quicker.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1145128">Jim</a>.</p>
<p>The folks at tecmint are in love with the command line. They will go through all kinds of contortions to use CLI even when GUI is much simpler and quicker.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1925027</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 06 Dec 2022 04:13:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32509#comment-1925027</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1924772&quot;&gt;Jerry OHara&lt;/a&gt;.

@Jerry,

Why not revert the changes you did and set Linux as the default option in your Boot settings?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1924772">Jerry OHara</a>.</p>
<p>@Jerry,</p>
<p>Why not revert the changes you did and set Linux as the default option in your Boot settings?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jerry OHara		</title>
		<link>https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1924772</link>

		<dc:creator><![CDATA[Jerry OHara]]></dc:creator>
		<pubDate>Mon, 05 Dec 2022 14:45:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32509#comment-1924772</guid>

					<description><![CDATA[I successfully partitioned my drive for Linux and Windows. On boot up, I had set Linux as the default. This resulted in a screen giving me an option between OS choices. Then after a slight delay if nothing was selected the OS went to Linux.

I was having a printer issue and changed the default to Windows. Now when I boot up the options screen does not show up and my system just goes straight into Windows. I would like to change the OS setting back to Linux as the default as I had before.

Any help on getting a boot options screen in Windows would be greatly appreciated.

Thanks]]></description>
			<content:encoded><![CDATA[<p>I successfully partitioned my drive for Linux and Windows. On boot up, I had set Linux as the default. This resulted in a screen giving me an option between OS choices. Then after a slight delay if nothing was selected the OS went to Linux.</p>
<p>I was having a printer issue and changed the default to Windows. Now when I boot up the options screen does not show up and my system just goes straight into Windows. I would like to change the OS setting back to Linux as the default as I had before.</p>
<p>Any help on getting a boot options screen in Windows would be greatly appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahabab		</title>
		<link>https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1863991</link>

		<dc:creator><![CDATA[Ahabab]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 17:53:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32509#comment-1863991</guid>

					<description><![CDATA[&lt;pre&gt;
[root@localhost ahabab]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0   35G  0 disk 
├─sda1   8:1    0  500M  0 part /boot/efi
├─sda2   8:2    0    2G  0 part [SWAP]
├─sda3   8:3    0   20G  0 part /
├─sda4   8:4    0    1G  0 part [SWAP]
└─sda6   8:6    0 11.5G  0 part 
sr0     11:0    1    8G  0 rom  /run/media/ahabab/RHEL-9-0-0-BaseOS-x86_64
&lt;/pre&gt;
&lt;pre&gt;
[root@localhost ahabab]# df -HT &#124; grep sda
/dev/sda3      xfs        22G  5.3G   17G  25% /
/dev/sda1      vfat      524M  7.4M  517M   2% /boot/efi
&lt;/pre&gt;
&lt;pre&gt;
[root@localhost ahabab]# mount /dev/sda6 /testmount
[root@localhost ahabab]# df -HT &#124; grep sda
/dev/sda3      xfs        22G  5.4G   17G  25% /
/dev/sda1      vfat      524M  7.4M  517M   2% /boot/efi
/dev/sda6      xfs        13G  120M   13G   1% /testmount
&lt;/pre&gt;
Before I started practicing according to your article, my machine&#039;s partition system was as above. When I made the partition table by running &quot;&lt;strong&gt;mklabel msdos&lt;/strong&gt;&quot;, then changed it to look like the below :
&lt;pre&gt;
Command (m for help): p
Disk /dev/sda: 35 GiB, 37580963840 bytes, 73400320 sectors
Disk model: VMware Virtual S
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: 0xc00800d1

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sda1              1 19578125 19578125  9.3G 83 Linux
/dev/sda2       19578880 30064639 10485760    5G 83 Linux
/dev/sda3       30064640 34258943  4194304    2G 83 Linux
/dev/sda4       34258944 73400319 39141376 18.7G  5 Extended

Command (m for help): w
The partition table has been altered.
Failed to add partition 2 to system: Device or resource busy
Failed to add partition 3 to system: Device or resource busy
Failed to add partition 4 to system: Device or resource busy
&lt;/pre&gt;
The kernel still uses the old partitions. The new table will be used at the next reboot. 
Syncing disks.

What will happen after rebooting my laptop? Will I get my user login option ? will OS run in my computer ?]]></description>
			<content:encoded><![CDATA[<pre>
[root@localhost ahabab]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0   35G  0 disk 
├─sda1   8:1    0  500M  0 part /boot/efi
├─sda2   8:2    0    2G  0 part [SWAP]
├─sda3   8:3    0   20G  0 part /
├─sda4   8:4    0    1G  0 part [SWAP]
└─sda6   8:6    0 11.5G  0 part 
sr0     11:0    1    8G  0 rom  /run/media/ahabab/RHEL-9-0-0-BaseOS-x86_64
</pre>
<pre>
[root@localhost ahabab]# df -HT | grep sda
/dev/sda3      xfs        22G  5.3G   17G  25% /
/dev/sda1      vfat      524M  7.4M  517M   2% /boot/efi
</pre>
<pre>
[root@localhost ahabab]# mount /dev/sda6 /testmount
[root@localhost ahabab]# df -HT | grep sda
/dev/sda3      xfs        22G  5.4G   17G  25% /
/dev/sda1      vfat      524M  7.4M  517M   2% /boot/efi
/dev/sda6      xfs        13G  120M   13G   1% /testmount
</pre>
<p>Before I started practicing according to your article, my machine&#8217;s partition system was as above. When I made the partition table by running &#8220;<strong>mklabel msdos</strong>&#8220;, then changed it to look like the below :</p>
<pre>
Command (m for help): p
Disk /dev/sda: 35 GiB, 37580963840 bytes, 73400320 sectors
Disk model: VMware Virtual S
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: 0xc00800d1

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sda1              1 19578125 19578125  9.3G 83 Linux
/dev/sda2       19578880 30064639 10485760    5G 83 Linux
/dev/sda3       30064640 34258943  4194304    2G 83 Linux
/dev/sda4       34258944 73400319 39141376 18.7G  5 Extended

Command (m for help): w
The partition table has been altered.
Failed to add partition 2 to system: Device or resource busy
Failed to add partition 3 to system: Device or resource busy
Failed to add partition 4 to system: Device or resource busy
</pre>
<p>The kernel still uses the old partitions. The new table will be used at the next reboot.<br />
Syncing disks.</p>
<p>What will happen after rebooting my laptop? Will I get my user login option ? will OS run in my computer ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Jindal		</title>
		<link>https://www.tecmint.com/create-disk-partitions-in-linux/comment-page-1/#comment-1733778</link>

		<dc:creator><![CDATA[Ankit Jindal]]></dc:creator>
		<pubDate>Sat, 05 Mar 2022 16:07:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32509#comment-1733778</guid>

					<description><![CDATA[Warning: The resulting partition is not properly aligned for best performance.

what is this warning?]]></description>
			<content:encoded><![CDATA[<p>Warning: The resulting partition is not properly aligned for best performance.</p>
<p>what is this warning?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
