Memory Watch Howto in Linux
On Mac OS X or Win 2000 machine, you plug it in and it’ll see it. Awesome.
So the problem is Linux machines. Here is how to do it.
- cd /etc/sysconfig
- cat /etc/sysconfig/hwconf | more
- write down mount point of USB Drive, mine was /dev/sda1
- You need to make Mount point, I made mine /mnt/usbdrive
- mount /dev/sda1 /mnt/usbdrive
- You may need to change permission/owner of the /dev/sda1 in order to do this without su or sudo
Pretty cool.
