Su suse 9.1Esiste qualche modo per montare all'inserimento
SDA1, senza dare comandi aggiuntivi?

Su FC2 si faceva così:

codice:
$ sudo devlabel add -d /dev/sda1 -s /dev/flashdrive --automount --perms 666
$ sudo mkdir /mnt/flashdrive

edit /etc/fstab and add this line

/dev/flashdrive         /mnt/flashdrive         auto noauto,noatime,user,kudzu 0 0

Next time your flashdrive is plugged in, wait for a couple 
of seconds and it should be automounted at /mnt/flashdrive. 
- submitted by Kevin DeKorte
vale anche per Suse?