parent
68fe94da05
commit
06ad3c4ae6
|
|
@ -41,7 +41,8 @@ echo "-------select your disk to format----------------"
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
lsblk
|
lsblk
|
||||||
echo "Please enter disk to work on: (example /dev/sda)"
|
echo "Please enter disk to work on: (example /dev/sda)"
|
||||||
read DISK
|
# this is just so people can copy of the list -treatmeniceplz
|
||||||
|
read /dev/DISK
|
||||||
echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK"
|
echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK"
|
||||||
read -p "are you sure you want to continue (Y/N):" formatdisk
|
read -p "are you sure you want to continue (Y/N):" formatdisk
|
||||||
case $formatdisk in
|
case $formatdisk in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue