![]() |
Understudy.net/orgOk you have made it this far.You obviously must be bored and have nothing better to do with your life. |
![]() |
[Previous entry: "This Is Not Logic."] [Main Index] [Next entry: "Sin Tax"]
08/20/2009 Archived Entry: "FreeBSD and Android G1"
I mount my Android on to my FreeBSD 7.2 under the following method.
As root:
# mkdir /usb (You only need to do this once)
# chmod 777 /usb
Plug in Android
On the Android tell it to mount the SD card.
On the FreeBSD box
as root
# mount_msdosfs /dev/da0s1 /usb <--- Note /dev/da0s1 may need to be /dev/da*s1 *== the number of the device.
As regular user you can view and transfer files as needed.
When done
as root
# umount /usb
On the Android
unmount the G1
Unplug and enjoy.