OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: weasel123 on October 11, 2004, 08:08:48 pm

Title: cramfs in oz 3.5.1
Post by: weasel123 on October 11, 2004, 08:08:48 pm
Hi all,
I am trying to mount a cramfs volume using the correct syntax, but i get the messages "needs a valid block device).

There is no cramfs module to modprobe.
So does 0z 3.5.1 support cramfs, or do i need to compile a module using oe?
Title: cramfs in oz 3.5.1
Post by: Mickeyl on October 12, 2004, 04:46:59 am
It's built in, no need to modprobe it. Sure your partition is a cramfs?
Title: cramfs in oz 3.5.1
Post by: Perfecto on October 12, 2004, 07:44:56 am
I have the same problem with dev_img-1.5 downloaded from this website.  

ExperiWEB (http://www.experiweb.net)
Title: cramfs in oz 3.5.1
Post by: weasel123 on October 13, 2004, 07:22:36 am
Quote
It's built in, no need to modprobe it. Sure your partition is a cramfs?
Its a file not a partition, ie say patcherl.cramfs , which is a cramfs volume which contains some patch files, when i go to mount it....

mount -t cramfs patcher.cramfs /mnt/cf/tmp  -o loop
mount: Mounting /mnt/cf/cramfs/patcher.cramfs on /mnt/cf/tmp failed: Block device required
Title: cramfs in oz 3.5.1
Post by: Perfecto on October 13, 2004, 02:25:52 pm
I mounted the cramfs in the PC, tar the files and later untar in the zaurus. Impossible to mount the cramfs in the zaurus.

OZ3.5.1
Title: cramfs in oz 3.5.1
Post by: Mickeyl on October 13, 2004, 03:37:51 pm
upgrade busybox. losetup is missing in 3.5.1 hence -o loop doesn't work.