Great explanation ,really helpful.I have scheduled my exam after watching your videos .
@dextutor2 жыл бұрын
Glad it helped.. All the best
@vls227514 күн бұрын
My exam is tomorrow! Thank you for these videos!
@lalaland16702 жыл бұрын
Awesome video, very good explanation. Creating partitions is really clear after watching this. Great work.
@roshanc9813 Жыл бұрын
I have recently cleared RHCSA V9... this sessions are really helpfull .. thank you for your resource and time
@dextutor Жыл бұрын
Glad to hear that
@eulogekoudou48572 жыл бұрын
Thanks Sir for this content. It is very clear.
@jaleeshassan3848 Жыл бұрын
in the question you have mentioned create a partition of name par1, but how can we rename our partition that we are creating ?
@SilentSolution Жыл бұрын
Thanks Sir for this video
@ipstacks1110 ай бұрын
For mounting your new partition, you could: mount /dev/vdb1 /newdisk && cat /etc/mtab grep -i vdb1 >> /etc/fstab && systemctl daemon-reload. That won’t use the UUID though, so you could edit that part. Then findmnt -verify
@fahmedsa7 ай бұрын
Sometimes the swap partition is not enabled after reboot even if added entry in /etc/fstab with /dev/. Better to add swap partition entry in /etc/fstab using UUID. To get UUID of newly created swap partition. Run command 'blkid'
@RG-ux7ii2 жыл бұрын
I think it's more convenient to use the UUID or the Label instead of the device name, as it can change on reboots.
@dextutor2 жыл бұрын
Yes.. Correct
@thelearner7613 жыл бұрын
That means, no need to perform the mount command if we are going for permanent mounting with fstab...suppose if i'm performing both like mount command and fstab same as per this video, is there any concern?
@dextutor3 жыл бұрын
Edit fstab option only in exam. Although Doing both will not have any adverse effect
@yogeshwaranify2 жыл бұрын
Sir very useful please share lenthy video
@alinatsui2092 жыл бұрын
Great material! I wanted to learn how to add virtual disk using VirtualBox but the link to your video mentioned is no longer valid?
@dextutor2 жыл бұрын
kzbin.info/www/bejne/g5C3gp5_mKeBnsU
@thelearner7613 жыл бұрын
is it compulsory to mention the device details after partprobe command like /dev/nvme0n2 or can i enter only partprobe command?
@dextutor3 жыл бұрын
Both will work
@GP-ho1in2 жыл бұрын
Hello. I am going to sit for the RHCSA 8.2 exam next Monday. Can I use parted to complete this task? I do not know fdisk or gdisk.
@dextutor2 жыл бұрын
They are not concerned about how the task is done. The task should be completed as per question requirements
@subhankarmaji4355 Жыл бұрын
Sir, In rhcsa exam are they tell to change the partition name ?? If yes how to do that??
@dextutor Жыл бұрын
Yes, possible. Use e2label or tune2fs or ntfslabel
@jaleeshassan3848 Жыл бұрын
so in the exam they will provide a free disk in /dev/ location?
@dextutor Жыл бұрын
Yes
@deepikachaudhary50492 жыл бұрын
hello sir could you please tell how to book exam?? are there two attempts possible??