I've previously installed the pdaxrom onto a 860. The C3000 is a different beast altogether. I've read the
C3000 Device Specifics which refers to the 4Gb hdd on /dev/hdd, the layout of my C3000 though is like this
# fdisk -l
Disk /dev/mmcda: 1030 MB, 1030225920 bytes
4 heads, 3 sectors/track, 167680 cylinders
Units = cylinders of 12 * 512 = 6144 bytes
Device Boot Start End Blocks Id System
/dev/mmcda1 21 167680 1005958+ 6 FAT16
/dev/mmcda2 1 1 0 0 Empty
Partition 2 does not end on cylinder boundary.
Disk /dev/hdc: 4095 MB, 4095737856 bytes
16 heads, 63 sectors/track, 7936 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 1 204 102784+ 83 Linux
/dev/hdc2 205 1020 411264 83 Linux
/dev/hdc3 1021 7936 3485664 c Win95 FAT32 (LBA)
/dev/hdc4 1 1 0 0 Empty
Partition 4 does not end on cylinder boundary.
# mount
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (ro)
/proc on /proc type proc (rw)
/dev/mtdblock3 on /home type jffs2 (rw,noatime)
/dev/ram1 on /dev type minix (rw)
none on /dev/shm type tmpfs (rw)
/dev/hdc1 on /hdd1 type ext3 (ro,noatime)
/dev/hdc2 on /hdd2 type ext3 (rw,noatime)
/dev/hdc3 on /hdd3 type vfat (rw,noatime)
none on /dev/pts type devpts (rw)
/dev/mmcda1 on /usr/mnt.rom/card type vfat (rw,noatime)
# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 5.0M 5.0M 0 100% /
/dev/root 5.0M 5.0M 0 100% /
/dev/mtdblock3 4.0M 1.9M 2.1M 46% /home
/dev/ram1 44.0k 29.0k 15.0k 66% /dev
none 1.0M 24.0k 1000.0k 2% /dev/shm
/dev/hdc1 97.2M 49.2M 43.0M 53% /hdd1
/dev/hdc2 388.9M 48.2M 320.7M 13% /hdd2
/dev/hdc3 3.3G 748.3M 2.6G 22% /hdd3
/dev/mmcda1 982.1M 117.6M 864.5M 12% /usr/mnt.rom/card
I don't want to make a brick, any advice would be appreciated, i.e. can I just follow the install instruction and have OZ installed. Also where can I get some screen shots of OZ in action?