This is SieFS - a virtual filesystem for accessing Siemens
mobile phones' memory via datacable. Now you can mount your
phone to a Linux box and browse it like a simple directory!
The program is tested on SL45, but should work also on
S45/ME45/M(T)50.

The syntax of mount command is:

	mount -t siefs [-o options] COMM_DEVICE MOUNT_DIR

COMM_DEVICE is /dev/ttyS0, /dev/ttyS1...
Options are:

	baudrate=<value>	set communication speed to
				 value (SL45 doesn't support
				 speed changing, so this
				 option is not tested)
	uid=<value>
	gid=<value>
	umask=<value>		set user ID, group ID and
				 umask value for mounted
				 files. See man mount(8)

	nohide			do not hide 'telecom' directory



Comments, wishes and bug reports are welcome.
Dmitry Zakharov aka ChaoS <dmitry-z@mail.ru>

