1
edit
Changes
→What command will list all partitions on all hard drives?
* partprobe
* FDISK
===what is wrong with this statement?===
dd if=/dev/zero of=/tmp/mytest.img bs-1024 count-10000
*wrong of file type
*cannot have zeroes in an img file
*'''typing error'''
*if and of in the wrong order