after I flashed OZ/Opie 3.5.4.1-rc2, I found that for reasons I don't know, there are four partitions in the NAND. First I tried to look at the partitions:
root@spitz:~/books# fdisk /dev/mtdblock
Unable to open /dev/mtdblock
Then I tried to mount the first and second partitions:
root@spitz:~/books# mount /dev/mtdblock0 /mnt/nand0
mount: Mounting /dev/mtdblock0 on /mnt/nand0 failed: Permission denied
root@spitz:~/books# mount /dev/mtdblock1 /mnt/nand1
mount: Mounting /dev/mtdblock1 on /mnt/nand1 failed: Invalid argument
Ok, I'm root, so I don't quite get the permission denied error. Are these the famous backup images? Anyway, I was able to mkfs.ext2 -j /dev/mtdblock{2,3}, and now I have the following:
root@spitz:~/# df
/dev/mtdblock2 31729 4127 25964 14% /mnt/nand2
/dev/mtdblock3 88243 4127 79560 5% /mnt/nand3
My plan is to store stuff that I don't want overwritten during OZ flashes to /mnt/nand2 and /mnt/nand3. Similarly, I've moved /opt and /usr/local to links on /dev/hda3 (mounted as /home), and I figure that will be safe too.
Am I right, OZ developers?
TIA, and for all the great work -- wylbur.