Yeah, mounting the already mounted filesystem is a bad idea. Also, mounting Kindle partition from inside of the Linux chroot that is already being hosted in the file containing the Linux filesystem sounds like a recipe for disaster. Best to just use a bind mount like the script already does for the dirs of interest. Bind mounting / itself also sounds like a recipe for disaster. Remember, this is a chroot, not a container or emulator.
|