The X04 series has a hidden partition on the hard drive, which contains the Operating System. This partition can be revealed to show it contents; that is the goal of this tutorial.
Requirements:
Example:
Linux ~ # ls /dev/hd* /dev/hda /dev/hda1 /dev/hda2 /dev/hda3 /dev/hda4 /dev/hda5 /dev/hda6
Example:
Linux~ # ls /dev/hd* /dev/hda /dev/hda2 /dev/hda4 /dev/hda6 /dev/hdc /dev/hda1 /dev/hda3 /dev/hda5 /dev/hdb /dev/hdc1
In this example, the Archos hard drive is /dev/hdc
Linux~ # cfdisk /dev/hdc
Notice the unallocated space at end of the hard drive. Select the unallocated space and select NEW. Make it a Primary Partition,and select WRITE.
Make a directory for the new partition:
Linux~ # mkdir /mnt/archos
Mount the partition (as read-only)
Linux~ # mount /dev/hdc2 /mnt/archos -o ro
Linux~ # cd /mnt/archos Linux~ # ls