This blog will show you step by step how to Extending Hardisk of Redhat8-Virtual(Machine)-Vmware-WorkStation 16 Player,
Posted by: Tuganimana Emmanuel On December 20, 2021

Hi All, this blog is all about showing you how to Extending Hardisk of Redhat-Virtual(Machine)-Vmware-WorkStation 16 Player, partioning and how to point a permanent mount to a directory in redhat 8


/dev/nvme0n1, with 3 primary partitions on it (/dev/nvme0n1p1,/dev/nvme0n1p2,/dev/nvme0n1p3)
lextended partion allow us to create many logical partion on top of it. if you are using modern UEFI then don't worry b'se it uses GPT which allows you to create up to 128 partitions instead of 4

fdisk -l as root again you will have something like this
fdisk name-of-your-extended-partition
9.after rebooting your system type fdisk -l, you will see new logical partition

etc/fstab file which contain all permanent mounted partitions
save the file and quit by default redhat 8 comes with xfs file system but if you want to change to ext4 or any other for flexibility you can do that as well, finally you will need to give your partion any file system of you choice here is the command for xfs
mkfs.xfs /dev/nvme0n1p5,if it is ext4 it will be likemkfs.ext4 /dev/nvme0n1p5
And then the last commant will be mount -a which will tellredhat system that the record added in /etc/fstab needs to be mounted permanently in /repo folder

As you see above our partion is pointing to /repo folder
Thank you so Much | Murakozeeee!!! cyange ,next blog i will show you how to create local repository on redhat 8 if you have a question or need to ask me something please fell free to contact me
> This blog will show you how to resolve Parked free error page issue during you site hosting. read more
> this blog will show you how to handle this error Error loading the CMS Configuration while trying to use Nelify cms read more
> This blog will show you how to use MySQL instead of using default Db SQLite provided by Django Framework. im using ubuntu linux read more
> Hello This is a Spring boot Web Application you Can Download it And Change the source codes the way you want read more
> how to fix "`vmrun has returned an error: Unable to connect to host`" error provided by gns3 when trying to connect to a vmware host read more
> This blog is all about creating local repository by using rhel-8.5-x86_64-dvd.iso Image read more