Changes between Version 111 and Version 112 of Procedures/EndUserDelivery


Ignore:
Timestamp:
Dec 10, 2009, 6:25:22 PM (14 years ago)
Author:
chrfi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v111 v112  
    2626
    2727'''Create a partition:[[BR]]'''
    28 run mount to find the name of the device you need to unmount e.g /dev/sdb1
    29 Unmount the disk with umount /dev/device_name, e.g. umount /dev/sdb (if not already unmounted)[[BR]]
    30 Run fdisk /dev/device_name
     28run mount to find the name of the partition you need to unmount e.g /dev/sdb1
     29
     30Unmount the partition with umount /dev/device_name, e.g. umount /dev/sdb1 (if not already unmounted)[[BR]]
     31
     32Run fdisk /dev/DEVICE_NAME (not partition)
     33
    3134
    3235enter 'p' to print partition table and check you have selected the correct disk[[BR]]