Tag: Bugs
ก่อนงาน BugDay Bangkok 2009
by zkan on Dec.11, 2009, under Uncategorized
กำลังจะไปงานนี้ครับ ถ้าไม่ติดอะไร
ลองดูกำหนดการของงานครับ น่าสนใจมาก ใครที่สนใจงานทางด้าน Software Engineering โดยเฉพาะ Testing ก็น่าจะมางานนี้นะครับ
Related posts
Mount USB drive on Ubuntu 9.10 (Karmic Koala)
by zkan on Oct.31, 2009, under How-To
I write the solution for a problem that USB drive cannot be mounted automatically on Ubuntu 9.10.
Firstly, install gnome-mount.
sudo apt-get install gnome-mount
Secondly, go to System > Preferences > Startup Applications. And add this command.
gnome-mount -p xxx (change xxx to the volume label)
Finally, log out the system and it should work then. However, the problem still occurs after unmount and unplug the USB drive. To fix it, log out the system and then plug in the USB drive again. It is not a very good solution by the way.
Also, find the bug report here.

