when I change the partition table in Linux (busybox) and exit fdisk I'm still able to mount the old partitions, until I perform a reboot
for example
a) system is setup and has a /dev/sda1 and /dev/sda2
b) enter fdisk, delete both partition 1 and 2
c) save and exit
d) attempt to mount /dev/sda1, this succeeds when I think it should fail
I would assume d) would fail since the partition has been deleted? what am I missing?