blog

๐Ÿš€ Step-by-step guide for resizing you drive on Ubuntu

๐Ÿ” Step 1 โ€” Check your disk layout

Run:

lsblk

Youโ€™ll see something like:

sda      40G
โ”œโ”€sda1    1G
โ”œโ”€sda2    2G
โ””โ”€sda3   17G   โ† THIS is the one we grow
 โ””โ”€ubuntu--vg-ubuntu--lv  ~19G

๐Ÿ‘‰ Remember: sda3 is important

WINDOWS POWER SHELL - DEDUPLICATE

Here you can find a script for deduplicating files based on their hash. It's written in PowerShell and compares files based on their hash values.

Examples

Here are examples of how to use the script in Windows 10 and macOS.

Single location:

Windows: .\deduplicate.ps1 -paths "d:\" -showGui true
macOS: .\deduplicate.ps1 -paths "/Users/temp/Downloads" -showGui false