Changes

From Genome Analysis Wiki
Jump to navigationJump to search
12 bytes removed ,  10:05, 29 October 2012
no edit summary
Line 39: Line 39:  
<code>
 
<code>
 
  '''sudo fdisk -l /dev/xdvf'''          # Do not continue until this works
 
  '''sudo fdisk -l /dev/xdvf'''          # Do not continue until this works
  Disk /dev/xvdf: 536.9 GB, 536870912000 bytes
+
  Disk /dev/xvdf: 536.9 GB, 536870912000 bytes
    [lines deleted]
+
    [lines deleted]
  Disk /dev/xvdf doesn't contain a valid partition table  # This is OK
+
  Disk /dev/xvdf doesn't contain a valid partition table  # This is OK
 
   
 
   
 
  # Device exists, good. Format it, destroying any data there, so be sure of the device name and label.
 
  # Device exists, good. Format it, destroying any data there, so be sure of the device name and label.
 
  '''sudo mkfs -t ext4 -L seq /dev/xvdf'''
 
  '''sudo mkfs -t ext4 -L seq /dev/xvdf'''
  mke2fs 1.42 (29-Nov-2011)
+
  mke2fs 1.42 (29-Nov-2011)
  Filesystem label=seq
+
  Filesystem label=seq
    [lines deleted]
+
    [lines deleted]
  Allocating group tables: done                             
+
  Allocating group tables: done                             
  Writing inode tables: done                             
+
  Writing inode tables: done                             
  Creating journal (32768 blocks): done
+
  Creating journal (32768 blocks): done
  Writing superblocks and filesystem accounting information: done     
+
  Writing superblocks and filesystem accounting information: done     
 
   
 
   
  #   Repeat these steps for the other volumes
+
  # Repeat these steps for the other volumes
 
  '''sudo fdisk -l /dev/xdvg'''
 
  '''sudo fdisk -l /dev/xdvg'''
 
  '''sudo mkfs -t ext4 -L aligner /dev/xvdg'''
 
  '''sudo mkfs -t ext4 -L aligner /dev/xvdg'''
283

edits

Navigation menu