|
From: Jeroen G. <jer...@ya...> - 2006-04-10 07:15:16
|
Hi, I'm trying to use fuse (2.5.2) on an ARM system (2.6.14) with busybox (1.0). When I try to run the fusexmp from the .libs directory, I get a "mount failed: Invalid argument". I've put two printf statements in fusermount.c, just before mount is called. Does anyone have an idea how to proceed? # mount /dev/root on / type cramfs (ro) none on /proc type proc (rw,nodiratime) none on /sys type sysfs (rw) none on /fuse type tmpfs (rw) # insmod /fuse.ko fuse init (API version 7.5) fuse distribution version: 2.5.2 # ./fusexmp -d /fuse DEBUG: mount /dev/fuse, /fuse, fuse, 6 0x14080 DEBUG: mount /dev/fuse, /fuse, fuse, 6 0x14080 fusermount: mount failed: Invalid argument -- Thank in advance, Jeroen |