Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • You also probably want to bind mount the real root into a subdir of the os root so you can see the other OS files from the one you boot. Commented May 28, 2012 at 2:32
  • @psusi You can do this via fstab or just directly do mount /dev/rootdevice /mountpoint after the system is running Commented May 28, 2012 at 2:45
  • I wonder when that changed? You used to not be able to mount the same block device again; you'd get an EBUSY. Commented May 28, 2012 at 2:53
  • 1
    @psusi not sure but probably with the introduction of bind mounts Commented May 28, 2012 at 2:58
  • @UlrichDangel Thanks for the (very) detailed answer! Commented May 30, 2012 at 4:46