Eager to Code, Enjoy to Debug ~ Embark into Each Stage with Your Heart

How to Mount USB Thumbdrive or External Hard Disk in Slackware?

Posted by: Chyne on: October 17, 2008

# modprobre –r usb-storage
# modprobe usb-storage
# mount /dev/sda1 /mnt/hd (wait for few minutes)
# ls /mnt/hd
# umount /mnt/hd

If you can’t find the /dev/sda1, you must enable HAL and D-BUS before mounting the USB thumbdrive or external hard disk:-
# chmod +x /etc/rc.d/rc.messagebus
# /etc/rc.d/rc.messagebus start
# chmod +x /etc/rc.d/rc.hald
# /etc/rc.d/rc.hald start

Leave a Reply

Friday’s Java Snack


In Java, "thread" means:

  • An instance of class java.lang.Thread
  • A thread of execution


An instance of Thread is just an object that has variables and methods, and lives and dies on the heap.
 
A thread of execution is an individual process that has its own call stack (one thread per call stack).

 

October 2008
M T W T F S S
« Sep   Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives


StatCounter

free hit counters