Changes between Version 6 and Version 7 of linux/blockdev
- Timestamp:
- 12/03/2018 11:38:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/blockdev
v6 v7 30 30 * In this case, no other media is connected to the PC, and thus the microSD is /dev/sdb 31 31 * '''Note''' - If nothing besides /dev/sda comes up, please refer to the [#mmcblk0Imaging mmcblk0 section] 32 2. Un-mount volumes 32 33 }}} 34 35 2. Set the DEVICE variable to the proper device, example given is /dev/sdc: 36 {{{#!bash 37 DEVICE=/dev/sdc 38 }}} 39 40 3. Un-mount volumes 33 41 {{{#!bash 34 42 umount ${DEVICE}? 35 }}}36 3. Set the DEVICE variable to the proper device, example given is /dev/sdc:37 {{{#!bash38 DEVICE=/dev/sdc39 }}}40 43 41 44 4. Partition device: