RHCSA Exam Disk Partition and Swap Space Question || RHEL 9

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 36

  • @abhilashiyer7672
    @abhilashiyer7672 2 года назад +3

    Great explanation ,really helpful.I have scheduled my exam after watching your videos .

    • @dextutor
      @dextutor  2 года назад

      Glad it helped.. All the best

  • @roshanc9813
    @roshanc9813 Год назад

    I have recently cleared RHCSA V9... this sessions are really helpfull .. thank you for your resource and time

  • @lalaland1670
    @lalaland1670 2 года назад +2

    Awesome video, very good explanation. Creating partitions is really clear after watching this. Great work.

  • @eulogekoudou4857
    @eulogekoudou4857 Год назад +1

    Thanks Sir for this content. It is very clear.

  • @jaleeshassan3848
    @jaleeshassan3848 Год назад +1

    in the question you have mentioned create a partition of name par1, but how can we rename our partition that we are creating ?

  • @fahmedsa
    @fahmedsa 5 месяцев назад +1

    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'

  • @ipstacks11
    @ipstacks11 8 месяцев назад +1

    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

  • @SilentSolution
    @SilentSolution Год назад +1

    Thanks Sir for this video

  • @GP-ho1in
    @GP-ho1in 2 года назад

    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.

    • @dextutor
      @dextutor  2 года назад

      They are not concerned about how the task is done. The task should be completed as per question requirements

  • @RG-ux7ii
    @RG-ux7ii 2 года назад +1

    I think it's more convenient to use the UUID or the Label instead of the device name, as it can change on reboots.

  • @thelearner761
    @thelearner761 3 года назад

    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?

    • @dextutor
      @dextutor  3 года назад +1

      Edit fstab option only in exam. Although Doing both will not have any adverse effect

  • @yogeshwaranify
    @yogeshwaranify Год назад +1

    Sir very useful please share lenthy video

  • @jaleeshassan3848
    @jaleeshassan3848 Год назад

    so in the exam they will provide a free disk in /dev/ location?

  • @alinatsui209
    @alinatsui209 2 года назад

    Great material! I wanted to learn how to add virtual disk using VirtualBox but the link to your video mentioned is no longer valid?

    • @dextutor
      @dextutor  2 года назад

      ruclips.net/video/M_TQkIcBNhc/видео.html

  • @subhankarmaji4355
    @subhankarmaji4355 Год назад

    Sir,
    In rhcsa exam are they tell to change the partition name ??
    If yes how to do that??

    • @dextutor
      @dextutor  Год назад

      Yes, possible.
      Use e2label or tune2fs or ntfslabel

  • @thelearner761
    @thelearner761 3 года назад

    is it compulsory to mention the device details after partprobe command like /dev/nvme0n2 or can i enter only partprobe command?

    • @dextutor
      @dextutor  3 года назад +1

      Both will work

  • @deepikachaudhary5049
    @deepikachaudhary5049 2 года назад

    hello sir
    could you please tell how to book exam??
    are there two attempts possible??

    • @dextutor
      @dextutor  2 года назад

      training-lms.redhat.com/lmt/clmsBrowseV2.prMain?site=redhat&in_region=in&in_keyword=EX200

  • @vinayreddy3570
    @vinayreddy3570 2 года назад +1

    sir the command is parted or fdisk

  • @kundankrisnavanshi6793
    @kundankrisnavanshi6793 2 года назад

    How i add extra disk...pls

    • @dextutor
      @dextutor  2 года назад

      ruclips.net/video/M_TQkIcBNhc/видео.html

  • @prasadp635
    @prasadp635 8 месяцев назад

    How to copy paste uuid in exam

    • @dextutor
      @dextutor  8 месяцев назад +1

      You have to type

  • @amanwehib8367
    @amanwehib8367 Год назад

    The text is difficult to see.