Changes between Version 96 and Version 97 of Procedures/EndUserDelivery


Ignore:
Timestamp:
Sep 23, 2009, 10:41:14 AM (14 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v96 v97  
    133133}}}
    134134
    135 Device path is then /dev/sdb
    136 
    137 If you see:
     135or
    138136
    139137{{{
    140  sdb: sdb1
     138sd 7:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
    141139}}}
    142140
    143 then sdb1 is the name to use.
     141Device path is then /dev/sdb (not sdb1 etc, this indicates a partition on sdb)
    144142
    145143'''Create a partition:[[BR]]'''
    146144
    147 Unmount the disk with umount /dev/device_name, e.g. umount /dev/sdb1
     145Unmount the disk with umount /dev/device_name, e.g. umount /dev/sdb
    148146Run fdisk /dev/device_name
    149147