I bought it because it was fully supported by Ubuntu. I used this Palm to sync with all my appointments and as an extra 4Go drive space. But from edgy, there has been an unfortunate regression that has completely borked sync and mount.
- Sync
I useevolutionjust because it is handy. I tried Thunderbird + jpilot, but I prefer to have it all in one place.
To have the LifeDrive sync properly withevolution/gnome-pilot, add a/etc/udev/rules.d/10-custom.rulesfile containing:BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", NAME{ignore_remove}="pilot", MODE="666"I also had to add the
visormodule at the end of/etc/modules - Mount
Enable drive mode on the Palm Lifedrive and find your drive device:blkid /dev/sda1: LABEL="LIFEDRIVE" UUID="1234-5678" TYPE="vfat"
Then create a mount point, for ex:
sudo mkdir /mnt/LIFEDRIVE
Edit /etc/fstab and add the following line at the bottom of the file:
/dev/sda1 /mnt/LIFEDRIVE vfat user,noauto 0 0
This partially works. If I enable drive mode again, or logout/login or reboot (I reboot at least twice a day, this is a laptop), the drive device gets changed. I’m now with /dev/sde1 :D
Would anyone have an idea about what’s going on? Many thanks in advance.