Not able to access device node in chroot
I have mounted ramdisk using mount and chroot commands. But I don't see any device nodes, e.g. USB key in /dev/sda1 or NAND paritions in /dev/mtd2, etc.
My questions are:
- Does chroot runs init script when it is mounted? Or this has to be done manually?
- How to access devices from chroot?
- If regular file system is accessing this node, does this gets locked?
- If regular file system is RO, can I mount filesystem with RW?
|