Changes

From Genome Analysis Wiki
Jump to navigationJump to search
10 bytes added ,  09:20, 29 October 2012
no edit summary
Line 33: Line 33:     
<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.
+
#  Device exists, good. Format it, destroying any data there, so be sure of the device name.
'''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
Line 47: Line 47:  
     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'''
 
+
'''sudo fdisk -l /dev/xdvh'''
+
'''sudo fdisk -l /dev/xdvh'''
'''sudo mkfs -t ext4 -L umake /dev/xvdh'''
+
'''sudo mkfs -t ext4 -L umake /dev/xvdh'''
 
</code>
 
</code>
283

edits

Navigation menu