I should add that when I plug the cable in, the phone asks me to chose between "Media and printing" and "PC Suite". I have tried both. No doubt if I plug it into a Windows machine, it will automagically open an app called PC Suite.

For what it's worth:
Code: Select all
root[mimosa]# mount
/dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda2 on /data type reiserfs (rw)
gvfs-fuse-daemon on /home/mimosa/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mimosa)
Code: Select all
root[mimosa]# cat /etc/fstab
/dev/sda1 swap swap defaults 0 0
#/dev/sda2 /home reiserfs defaults 1 1
dev/sda3 / ext4 noatime,defaults 1 1
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0