Changes between Version 12 and Version 13 of linux/blockdev


Ignore:
Timestamp:
10/01/2019 09:32:47 PM (5 years ago)
Author:
Cale Collins
Comment:

revised ? to * on umount instruction. Added note to allow unmount to fully complete before removing block storage.

Legend:

Unmodified
Added
Removed
Modified
  • linux/blockdev

    v12 v13  
    40403. Un-mount volumes
    4141{{{#!bash
    42 umount ${DEVICE}?
     42umount ${DEVICE}*
    4343}}}
    4444
     
    7272sudo umount /mnt/disk
    7373}}}
     74 * Allow unmount to finish completely before removing the drive.  Prematurely removing the drive can cause file corruption and strange errors to occur.  Running umount in a different shell is not equal to allowing it to complete in the original shell. 
    7475
    75769. Remove the device from the PC and insert/connect to Gateworks SBC