Changes between Version 36 and Version 37 of notes/linux


Ignore:
Timestamp:
2024-05-19T14:59:53Z (6 months ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/linux

    v36 v37  
    234234{{{#!bash
    235235sudo e4defrag /dev/mapper/vg_main-lv_root
    236 dd if=/dev/zero of=wipefile bs=1024x1024; sync;sync;sync; rm wipefile
    237 }}}
    238 `settings -> disk -> compact` or `sudo vmware-toolbox-cmd disk shrinkonly`
     236sudo vmware-toolbox-cmd disk shrink /
     237}}}
     238may be `dd if=/dev/zero of=wipefile bs=1024x1024; sync;sync;sync; rm wipefile` after defrag