gnome-panel needs to be restarted. In a terminal window, type:
pkill gnome-panel If your toolbar doesn't restart, type: ps -ef |
grep gnome-panel In the second column, there is a number. This is
the process id (pid).
In the terminal window, type...
Read More
On Linux:
Mounting USB Storage Media
1. At the terminal prompt, type: mount /mnt/usb 2. Then you can
access the files by going into that directory: cd /mnt/usb 3. You
can list the files in that directory: ls
Unmounting USB Storage Media
1...
Read More