Compile fuse and owfs natively for NSLU2 Download and unpack your kernel-source to /opt/src/linux (In my case linux-2.4.22-xfs.tar.gz) cd /opt/src tar -xzf fuse-2.6.0-pre2.tar.gz cd fuse-2.6.0-pre2 patch -p1 < ../fuse-2.6.0-pre2.diff.txt ./configure --disable-mtab --enable-example --with-kernel=/opt/src/linux --prefix=/opt make make install tar -xzf owfs-2.3p7.tar.gz cd owfs-2.3p7 export LDFLAGS="-L/opt/lib" export LD_LIBRARY_PATH=/opt/lib ./configure --with-fuseinclude=/opt/include --with-fuselib=/opt/lib --prefix=/opt make make install