Changes

From SME Server
Jump to navigationJump to search
106 bytes added ,  11:55, 26 March 2013
m
added http://wiki.contribs.org/AddExtraHardDisk#Partitioning_the_disk
Line 69: Line 69:  
Use the fdisk program to create a linux partition
 
Use the fdisk program to create a linux partition
 
  fdisk /dev/sdc
 
  fdisk /dev/sdc
You'll most likely find an existing vfat dos partition, which you have to delete first. In the following we assume, that you have created a single partition ''/dev/sdc1''.
+
You'll most likely find an existing vfat dos partition, which you have to delete first. Refer to http://wiki.contribs.org/AddExtraHardDisk#Partitioning_the_disk for steps to create a partition. In the following we assume, that you have created a single partition ''/dev/sdc1''.
 
</li><li>Now format the drive with an ext3 filesystem
 
</li><li>Now format the drive with an ext3 filesystem
 
  mkfs.ext3 -L MyLabel /dev/sdc1
 
  mkfs.ext3 -L MyLabel /dev/sdc1
624

edits

Navigation menu