Tellus1
18-03-2008, 19:25
After installing the latest Oleg's firmware, I discovered that the two partitions (excluding the swap partition) I have on my USB pendrive are automatically mounted _before_ running my startup script (post-boot), to some default mount points:
/dev/discs/disc0/part2 on /tmp/mnt/disc0_2 type ext3 (rw,noatime)
/dev/discs/disc0/part3 on /tmp/mnt/disc0_3 type ext3 (rw,noatime)
How do I prevent this? Do I have to use umount in my post-boot script for these to unmount them (and then re-mount them to my designated mount-points)?
/dev/discs/disc0/part2 on /tmp/mnt/disc0_2 type ext3 (rw,noatime)
/dev/discs/disc0/part3 on /tmp/mnt/disc0_3 type ext3 (rw,noatime)
How do I prevent this? Do I have to use umount in my post-boot script for these to unmount them (and then re-mount them to my designated mount-points)?