Changes between Version 6 and Version 7 of linux/blockdev


Ignore:
Timestamp:
12/03/2018 11:38:42 PM (6 years ago)
Author:
Cale Collins
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • linux/blockdev

    v6 v7  
    3030 * In this case, no other media is connected to the PC, and thus the microSD is /dev/sdb
    3131 * '''Note''' - If nothing besides /dev/sda comes up, please refer to the [#mmcblk0Imaging mmcblk0 section]
    32 2. Un-mount volumes
     32
     33}}}
     34
     352. Set the DEVICE variable to the proper device, example given is /dev/sdc:
     36{{{#!bash
     37DEVICE=/dev/sdc
     38}}}
     39
     403. Un-mount volumes
    3341{{{#!bash
    3442umount ${DEVICE}?
    35 }}}
    36 3. Set the DEVICE variable to the proper device, example given is /dev/sdc:
    37 {{{#!bash
    38 DEVICE=/dev/sdc
    39 }}}
    4043
    41444. Partition device: