Comment 5 for bug 14488

Revision history for this message
Jery Wang (jery-wang2002) wrote :

(In reply to comment #4)
> to get a backtrace:
>
> - gnome-session-remove nautilus
> - gdb nautilus
> (gdb) r
> .. crash ...
> (gdb) thread apply all bt

The problem has disappeared.

I did change the fstab to become:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/hdd /media/dvdrw auto defaults,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

My DVD writer is hdd

Maybe because I put (I got it by googling around)
/dev/hdd /media/dvdrw auto defaults,user,noauto 0 0

then the problem disappear?

Or is it because I update very regularly every hour or so?