FUR
From SynCE-Wiki
FUR is an application that let the user mount a Windows CE based device as a normal Linux file system.
If you're a Gentoo user, you can try the following ebuild -- name the file FUR-0.4.2.ebuild, or change the version to reflect the newest available.
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="mount a Windows CE based device on your Linux file system using
FUSE."
HOMEPAGE="http://www.infis.univ.trieste.it/~riccardo/"
SRC_URI="http://www.infis.univ.trieste.it/~riccardo/downloads/FUR-${PV}.tar.gz"
LICENSE="public-domain"
#SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="app-pda/synce-librapi2 app-pda/synce-libsynce sys-fs/fuse"
src_install() {
dobin ${S}/Fur
}
