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 disk :

  • 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 disk :



Discussion

No Comment Found