View Single Post
  #1 (permalink)  
Old 07-09-2009, 05:59 PM
chrisbuk chrisbuk is offline
Registered User
 
Join Date: Dec 2003
Location: UK
Posts: 49
chrisbuk
How do you create /home2 on a new secondary HDD

Hi

this server is a virtual machine. i have added a secondary HDD which is 15GB

if i do

Quote:
fdisk -l
I get

Quote:
Disk /dev/hda: 42.9 GB, 42949017600 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 3263 26105625 8e Linux LVM

Disk /dev/hdd: 16.1 GB, 16105807872 bytes
16 heads, 63 sectors/track, 31207 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Disk /dev/hdd doesn't contain a valid partition table
how do i format this and make it /home2
Reply With Quote