Please give some suggestion/hint here. I have alarm working on my pogoplug e02 on a USB ext hdd. If I reboot without the usb hdd it boots into original factory os. However I forget the root password and would like to leverage existing alarm to reset it. I search the forum and internet a bit and they all seem to mention mounting /dev/mdtblock? device, which doesn't seem to exist. What's the trick here?
Thank you.
$this->bbcode_second_pass_quote('', '[')root@pogoplug ~]# ls /dev/mtd*
/dev/mtd0 /dev/mtd1 /dev/mtd2 /dev/mtd3
/dev/mtd0ro /dev/mtd1ro /dev/mtd2ro /dev/mtd3ro
[root@pogoplug ~]# mtdinfo
Count of MTD devices: 4
Present MTD devices: mtd0, mtd1, mtd2, mtd3
Sysfs interface supported: yes
[root@pogoplug ~]# mount -r -t jffs2 /dev/mtd2 /mnt
mount: /dev/mtd2 is not a block device
[root@pogoplug ~]# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 02000000 00020000 "rootfs"
mtd3: 05b00000 00020000 "data"
[root@pogoplug ~]#
