by mentex on Thu Jul 24, 2008 11:55 pm
My fstab has an utf8 at the end and maybe is this. I've already burned a virgin cd-rw on Brasero and worked. When I insert a cd, an icon appears on desktop and Thunar starts. The fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda8
UUID=80c505d8-9084-40e1-9094-a96e4d784b43 / reiserfs notail,relatime 0 1
# /dev/sda3
UUID=cca53df2-8245-49f7-88f5-0153c0029cc2 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sda1 /mnt/sda1 ntfs-3g defaults 0 0
/dev/sda5 /mnt/sda5 vfat noauto,users,exec,umask=000 0 0
/dev/sda6 /mnt/sda6 reiserfs noauto,users,exec 0 0
/dev/sda7 /mnt/sda7 reiserfs noauto,users,exec 0 0
/dev/sda9 /mnt/sda9 ext3 noauto,users,exec 0 0
My solution was to find an fstab an mtab as example from a Xfce distro that auto-mounts everything and create a directory for partitions at /mnt because Elyssa did not created. Media directories were created by Elyssa automatically.
After this fstab, Windows XP (ntfs-3g) starts auto-mounted and media works.
So, I decided to install xfce-mount-plugin on panel for the other partitions. It is a one click mount/umount.
Everything is working!
Maybe there is a more easy way, like to install some gnome auto-mount support for Thunar/libexos, but I don't know the names yet.
Mentex