Category Archives: Everything Else

Linux: How To Mount A Drive Or Device

How to mount a basic device or drive: mount [device] [destination path] For example: mount /dev/sdb1 /mnt/disk2 Edit your /etc/fstab to make it automount at boot: /etc/fstab: [device] [destination path] auto default 0 0 For example: /dev/sdb1 /mnt/disk2 ext3 defaults … Continue reading

Posted in Everything Else | Leave a comment

Failure: The Secret to Success

Posted in Everything Else | Leave a comment

How to Get Free Engineering Course Material Online

http://ocw.mit.edu http://see.stanford.edu

Posted in Everything Else | 1 Comment