Howto cygwin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "install packages after installation: setup-x86_64.exe -q -P nano") |
No edit summary |
||
Line 1: | Line 1: | ||
install packages after installation: | install packages after installation: | ||
setup-x86_64.exe -q -P nano | setup-x86_64.exe -q -P nano | ||
list partitions: | |||
cat /proc/partitions | |||
backup entire drive using dd: | |||
dd if=/dev/sdb of=/cygdrive/d/BACKUP_ENTIRE_DISK/backup-disco-c-$(date +%F).img bs=4096 conv=sync,noerror |
Latest revision as of 19:39, 18 May 2023
install packages after installation:
setup-x86_64.exe -q -P nano
list partitions:
cat /proc/partitions
backup entire drive using dd:
dd if=/dev/sdb of=/cygdrive/d/BACKUP_ENTIRE_DISK/backup-disco-c-$(date +%F).img bs=4096 conv=sync,noerror