Earlier quoted context omitted.
You can't delete /proc, it is a pseudo filesystem the kernel creates. They aren't really files. Deleting /dev is a real pita however
With udev deleting /dev shouldn't be a problem I thought?
udev has been deprecated. devtmpfs, a pseudo filesystem just like tmpfs has sort of replaced it. Gotta love Linux, they change things just for fun :)