Changes between Version 1 and Version 2 of Procedures/EndUserDelivery/HardDisk
- Timestamp:
- Sep 27, 2010, 3:48:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery/HardDisk
v1 v2 21 21 Device path is then /dev/sdb (not sdb1 etc, this indicates a partition on sdb) 22 22 23 '''Create a partition:[[BR]]''' 24 run mount to find the name of the partition you need to unmount e.g /dev/sdb1 23 Run mount to find the name of the partition you need to unmount e.g /dev/sdb1 25 24 26 25 Unmount the partition with umount /dev/partition, e.g. umount /dev/sdb1 (if not already unmounted)[[BR]]