Changes between Version 96 and Version 97 of Procedures/EndUserDelivery
- Timestamp:
- Sep 23, 2009, 10:41:14 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v96 v97 133 133 }}} 134 134 135 Device path is then /dev/sdb 136 137 If you see: 135 or 138 136 139 137 {{{ 140 sdb: sdb1 138 sd 7:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB) 141 139 }}} 142 140 143 then sdb1 is the name to use. 141 Device path is then /dev/sdb (not sdb1 etc, this indicates a partition on sdb) 144 142 145 143 '''Create a partition:[[BR]]''' 146 144 147 Unmount the disk with umount /dev/device_name, e.g. umount /dev/sdb 1145 Unmount the disk with umount /dev/device_name, e.g. umount /dev/sdb 148 146 Run fdisk /dev/device_name 149 147