Delete Partition - Forget Partition Tables with Linux | Online Free DevTools by Hexmos
Delete partitions effectively with Delpart, a powerful Linux command. Manage disk partitions by telling the kernel to forget them. Free online tool, no registration required.
delpart
Ask the Linux kernel to forget about a partition. More information: https://manned.org/delpart.
- Tell the kernel to forget about the first partition of
/dev/sda:
sudo delpart {{/dev/sda}} {{1}}
