How can I copy files to the file system (place) in android? How can I access it?
You can use:
Environment.getExternalStorageDirectory()
That will give you /sdcard if your device has an sdcard, or something different in other cases. For example the Archos.
/sdcard