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 December 08, 2004, 08:02:41 am

Title: Cramfs No Supported In Oz 3.5.2 :(
Post by: weasel123 on December 08, 2004, 08:02:41 am
oz 3.5.2 doesnt seem to allow me to mount a cramfs volume which contains some files, say i have a cramfs filesystem called patcher.cramfs 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 No Supported In Oz 3.5.2 :(
Post by: Hrw on December 08, 2004, 03:49:05 pm
losetup /dev/loop0 patcher.cramfs
mount /dev/loop0 /mnt/cf/tmp -t cramfs

should work