Changes between Version 111 and Version 112 of Procedures/EndUserDelivery
- Timestamp:
- Dec 10, 2009, 6:25:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v111 v112 26 26 27 27 '''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 28 run mount to find the name of the partition you need to unmount e.g /dev/sdb1 29 30 Unmount the partition with umount /dev/device_name, e.g. umount /dev/sdb1 (if not already unmounted)[[BR]] 31 32 Run fdisk /dev/DEVICE_NAME (not partition) 33 31 34 32 35 enter 'p' to print partition table and check you have selected the correct disk[[BR]]