Linux Administrator Question: Download Questions PDF
How to create partition from the raw disk?
Answer:
Using fdisk utility we can create partitions from the raw disk.Below are the steps to create partition from the raw dsik :
☛ fdisk /dev/hd* (IDE) or /dev/sd* (SCSI)
☛ Type n to create a new partition
☛ After creating partition , type w command to write the changes to the partition table.
☛ fdisk /dev/hd* (IDE) or /dev/sd* (SCSI)
☛ Type n to create a new partition
☛ After creating partition , type w command to write the changes to the partition table.
Download Linux Administrator Interview Questions And Answers
PDF
Previous Question | Next Question |
How to reduce or shrink the size of LVM partition? | Where kernel modules are located? |