twitter.com/ralphhogaboom
  • @peeptart K, I was thinking the doors at 9 so show probably at 10. I was planning on leaving at 7, might try to get out the door sooner :) 1 week ago
  • More updates...

Posting tweet...

mnt /mnt/usbstick

Posted: February 19th, 2004 | Author: ralphhogaboom | Filed under: technology | Tags: | No Comments »

That was easy … too easy. I just got a USB pen drive from work (Kingston 64 MB DataTraveller) for convenience of file transfers (hot fixes, .ini files, etc). Plugged it into my linux box and it worked. Here’s how I did it.

Checked that the USB modules were loaded

# /sbin/lsmod | grep usb

Looking good. Next, created a mount point.

# mkdir /mnt/usbdrive

Then, edited my fstab file.

# vi /etc/fstab

and added the following line:

/dev/sda1 . . /mnt/usbdrive . . vfat . . user,noauto,umask=0 . 0 0

Then saved the file, and quit the terminal. Lastly, I plugged int he drive and opened a command line.

$ mount /mnt/usbdrive

Voila! Nicely mounted.



Leave a Reply