Have exactly the same problem. my fstab is now: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 -- converted during upgrade to edgy UUID=3f3ef0a3-29c0-490c-87a9-d262d4a82aff / ext2 defaults,errors=remount-ro 0 1 # /dev/sda1 -- converted during upgrade to edgy UUID=9c9d9456-df4c-4ac8-bf7a-c30736c0796a /boot ext2 defaults 0 2 # /dev/sda9 -- converted during upgrade to edgy UUID=44bd77a2-0890-4ea7-a623-9f41592b7bd4 /home ext3 defaults 0 2 # /dev/hdc1 -- converted during upgrade to edgy UUID=e7c1c0a9-f8b3-4c68-81c2-a20df2f1d611 /media/hdc1 xfs defaults 0 2 # /dev/sda8 -- converted during upgrade to edgy UUID=e4958bdd-f32b-4977-b92f-c7c775a21433 /tmp ext2 defaults 0 2 # /dev/sda6 -- converted during upgrade to edgy UUID=359221d1-9531-497a-ac57-7c1b6cded50b /usr ext3 defaults 0 2 # /dev/sda7 -- converted during upgrade to edgy UUID=072fa7b6-4624-4cb4-aebb-48e8281a8eed /var ext3 defaults 0 2 # /dev/sda5 -- converted during upgrade to edgy UUID=acdac6da-a11c-4ad2-b287-c7220bc22ce5 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
and after login/logout /media/hdc1 gets unmounted. Workaround: revert back to /dev/hdc1 /media/hdc1 xfs defaults 0 2 -- Kubuntu 6.10 umounts uuid devices after relogin https://launchpad.net/bugs/69273 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
