To forcefully unmount a Linux disk partition that is busy, first use the lsof command to identify any processes accessing the partition. Then kill those processes using fuser or forcefully unmount the partition using umount with the -l or -f options. Forcibly unmounting can cause data loss if files are still open on the partition, so it should be used carefully.