1.

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.

Using fdisk utility we can create partitions from the raw disk.Below are the steps to create partition from the raw dsik :



Discussion

No Comment Found