Changes between Version 36 and Version 37 of notes/linux
- Timestamp:
- 2024-05-19T14:59:53Z (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/linux
v36 v37 234 234 {{{#!bash 235 235 sudo 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` 236 sudo vmware-toolbox-cmd disk shrink / 237 }}} 238 may be `dd if=/dev/zero of=wipefile bs=1024x1024; sync;sync;sync; rm wipefile` after defrag