<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technical &#8211; Wandermin</title>
	<atom:link href="https://wandermin.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>https://wandermin.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Dec 2025 00:26:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://wandermin.com/wp-content/uploads/2025/07/cropped-logo-32x32.png</url>
	<title>Technical &#8211; Wandermin</title>
	<link>https://wandermin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Partition a iSCSI physical disk volume without LVM in Linux</title>
		<link>https://wandermin.com/2025/12/25/partition-a-iscsi-physical-disk-volume-without-lvm-in-linux/</link>
		
		<dc:creator><![CDATA[Aman Thapa Magar]]></dc:creator>
		<pubDate>Thu, 25 Dec 2025 00:20:44 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<guid isPermaLink="false">https://wandermin.com/?p=95</guid>

					<description><![CDATA[Tired of hassling though the Internet to find the appropriate way to partition iSCSI disk ?]]></description>
										<content:encoded><![CDATA[<h3 dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><strong>Step 1: List the physical partition table using the command below:</strong><a href="https://user-images.githubusercontent.com/20582994/174970702-67951862-2efb-4fcb-9b2b-25b63409a341.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174970702-67951862-2efb-4fcb-9b2b-25b63409a341.png" alt="image" /></a></span></h3>
<div dir="auto"></div>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 2: List the mounted partition table using the below command</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174970996-1b2280c6-81ce-4767-b18d-3878219d4530.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174970996-1b2280c6-81ce-4767-b18d-3878219d4530.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 3: Verify the contents of the disk such as your files as this important to ensure your data is present.</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174971320-2f2ce7fa-c95d-40f3-82ce-fe43a6e834fa.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174971320-2f2ce7fa-c95d-40f3-82ce-fe43a6e834fa.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 4: Unmount the /dev/sdb parition from the root directory</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174971623-7515b909-d407-40ef-a9d2-cd221f9de21d.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174971623-7515b909-d407-40ef-a9d2-cd221f9de21d.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 5: Verify the disk has been unmounted issuing the command below:</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174971757-3086f721-5d75-40ca-b936-571e6f1c352f.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174971757-3086f721-5d75-40ca-b936-571e6f1c352f.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 6: Proceed to increase the physical disk from your SAN portal or any other hypervisor platform. In our case we added another 100 GB to make it a total of 200 GB disk.</span></h3>
<p>&nbsp;</p>
</div>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 7: Rescan the iSCSI target to acquire new disk size.</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174971887-5b6b1fde-c767-4d88-be5b-e195fa852b5b.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174971887-5b6b1fde-c767-4d88-be5b-e195fa852b5b.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 8: Verify the disk size has been increased and listed in the volume.</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972090-352990db-14a8-453d-aadf-5ab77d2144fc.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972090-352990db-14a8-453d-aadf-5ab77d2144fc.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 9: Mount the partiton to /mnt or any desired folder</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972141-848f7aa8-e7d9-4762-8c0c-67a97cc27515.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972141-848f7aa8-e7d9-4762-8c0c-67a97cc27515.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 10: Verify the disk has been mounted to your desired folder in our case its /mnt</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972299-89b6ca35-e210-44f1-aa9d-35f4927b051a.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972299-89b6ca35-e210-44f1-aa9d-35f4927b051a.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 11: Resize the filesystem to reflect the new size in the partition</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972478-06e59981-dff8-44e6-8734-de106595c81b.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972478-06e59981-dff8-44e6-8734-de106595c81b.png" alt="image" /></a></span></p>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">NOTE: Please use your partition manager according to your filesystem, we used XFS file system for the above, for ext4 and other file systems please browse the internet for the suitable partition manager.</span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 12: Verify the disk size again to see the new reflected partition</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972686-7e00584a-963d-4f1f-a05a-bbd15b6cf336.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972686-7e00584a-963d-4f1f-a05a-bbd15b6cf336.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">Step 13: Verify the contents of the partition to ensure your data is present and untouched by the above operation.</span></h3>
<p>&nbsp;</p>
</div>
<p dir="auto"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;"><a href="https://user-images.githubusercontent.com/20582994/174972732-e540f646-b486-4aff-89e3-d850dc2d75e2.png" target="_blank" rel="noopener noreferrer nofollow"><img decoding="async" src="https://user-images.githubusercontent.com/20582994/174972732-e540f646-b486-4aff-89e3-d850dc2d75e2.png" alt="image" /></a></span></p>
<div dir="auto">
<h3 dir="auto" tabindex="-1"><span style="font-family: terminal, monaco, monospace; font-size: 14pt;">That&#8217;s it, enjoy expanding partition without issues.</span></h3>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
