Most modern Linux distributions come with the automounter enabled. This is normally used to automatically mount newly connected USB stick drives or inserted CD-ROMs. The problem is that this behavior interferes with Syneto's sw-disk and it will fail.
Solution: Disable automount on your distribution. This is how you will disable automount on various Linux distributions:
FC8:
- system -> administration -> services: stop autofs and console kit
- eventually add: service console-kit-daemon stop; service automount stop in sw-disk if on fedora and restart them after writing the disk
- /etc/init.d/haldaemon stop if service doesn't find console-kit && co
FC9:
- run ntsysv and uncheck haldaemon
- service haldaemon stop
- umount /mnt/disk*
Ubuntu 9.04
There is a solution but you will have to enter your password every time you want to mount a removable device:
- Press Alt+F2 and enter: polkit-gnome-authorization
- Go to Storage => Mount file systems from removable drivers
- Press the "Edit..." button
- Choose "Active Console: Authentication"
- Press the "Modify..." button