Package fuse-siefs: Information
Source package: fuse-siefs
Version: 0.5-alt8.qa1
Build time: Jul 10, 2021, 04:51 PM
Category: Communications
Report package bugHome page: http://chaos.allsiemens.com/siefs/
License: GPL
Summary: Work with storage memory of Siemens mobiles via datacable
Description:
SieFS is a virtual filesystem for accessing a storage memory (flexmem or MultiMediaCard) of Siemens mobile phones via datacable, IRDA or BlueTooth. It is currently tested on S45, ME45, SL45(i), S55, SL55, M55, MC60, CX65, M65, but should work also on C55/M50/MT50 with enabled serial interface. There should not be any problems with other new Siemens phones (C60, S65, etc). SieFS consists of filesystem module (siefs) and command-line utility (slink). SieFS depends on Filesystem in USErspace (FUSE) package. The syntax of mount command is: "siefs [-o options] COMM_DEVICE MOUNT_DIR" "mount -t siefs [-o options] COMM_DEVICE MOUNT_DIR". After mounting, the phone's memory will be visible as an ordinary directory with files, you can copy, move, delete files, create directories on it. You can enter mount command when your mobile is not connected to PC. Also you can connect and disconnect it at any time without need to remount filesystem. For automatic mounting, add something like this to your /etc/fstab: "siefs /mnt/mobile siefs device=/dev/ttyS0,allow_other 0 0". slink is an utility for working with phone's memory without mounting. Type "slink -h" to view all supported commands.
List of RPM packages built from this SRPM:
fuse-siefs (x86_64, i586, aarch64)
fuse-siefs-debuginfo (x86_64, i586, aarch64)
fuse-siefs (x86_64, i586, aarch64)
fuse-siefs-debuginfo (x86_64, i586, aarch64)
Maintainer: Denis Smirnov
Last changed
April 17, 2013 Dmitry V. Levin 0.5-alt8.qa1
- NMU: rebuilt for debuginfo.
Feb. 21, 2007 Denis Smirnov 0.5-alt8
- rebuild with new fuse - remove dependency to fuse version
Dec. 31, 2006 Sergey Vlasov 0.5-alt7
- Use BuildRequires(pre) to fix build with gear --hasher. - Fixed autogenerated dependency on current fuse version. - Removed obsolete siefs-0.4 patches from the package. - Added patches: + siefs-0.5-alt-fuse-pkgconfig.patch: use pkgconfig to find fuse headers and library (fixes possibly wrong compilation options and broken Makefile.am which did not work on x86_64) + siefs-0.5-alt-fix-getdir.patch: remove duplicate encoding conversion in getdir() which breaks with non-ASCII directory names + siefs-0.5-alt-fix-qwe3-close.patch: fix AT^SQWE=3 protocol close sequence (upstream fix added in 0.5 is incomplete) + siefs-0.5-alt-utf-8.patch: accept "utf-8" as a name for UTF-8 + siefs-0.5-alt-includes.patch: add missing includes to avoid implicit declarations + siefs-0.5-alt-command-line.patch: enhanced command line parsing to allow passing of mount options and special command line options to the FUSE library (required for use in fstab to pass allow_other) + siefs-0.5-alt-man-pages.patch: add man page for siefs - Removed BuildArch: i586 (now the package builds on x86_64).