Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror
Pass the RedHat RHCT RH202 Questions and answers with ExamsMirror
Exam RH202 Premium Access
View all detail and faqs for the RH202 exam
847 Students Passed
95% Average Score
94% Same Questions
Create one partitions having size 100MB and mount it on /data.
Answer and Explanation:
Use fdisk /dev/hdaTo create new partition.
Type nFor New partitions
It will ask for Logical or Primary Partitions. Press l for logical.
It will ask for the Starting Cylinder: Use the Default by pressing Enter Key.
Type the Size: +100MYou can Specify either Last cylinder of Size here.
Press P to verify the partitions lists and remember the partitions name.
Press w to write on partitions table.
Either Reboot or use partprobe command.
Use mkfs –t ext3 /dev/hda?
Or
mke2fs –j /dev/hda? To create ext3 filesystem.
vi /etc/fstab
Write:
/dev/hda?/dataext3defaults1 2
11. Verify by mounting on current Sessions also:
mount /dev/hda? /data
Create the partition having 100MB size and mount it on /mnt/neo
Answer and Explanation:
Use fdisk /dev/hdaTo create new partition.
Type nFor New partitions
It will ask for Logical or Primary Partitions. Press l for logical.
It will ask for the Starting Cylinder: Use the Default by pressing Enter Key.
Type the Size: +100MYou can Specify either Last cylinder of Size here.
Press P to verify the partitions lists and remember the partitions name.
Press w to write on partitions table.
Either Reboot or use partprobe command.
Use mkfs –t ext3 /dev/hda? Where ? is your partition number
Or
mke2fs –j /dev/hda? To create ext3 filesystem.
mkdir /mnt/neo
vi /etc/fstab
Write:
/dev/hda?/mnt/neoext3defaults1 2
Verify by mounting on current Sessions also:
mount /dev/hda? /mnt/neo
TOP CODES
Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.