How to mount permanently to acces files from mobile samsung galaxy core in openSUSE 13.1

Hi,

I am using openSUSE 13.1 works great for me.But facing problem in making permanent mount point with my Android mobile phone.
Always i have to mount manually.I installed mtpfs package.

1)PAVAN:/ # lsusbBus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1]
Bus 001 Device 004: ID 0c45:6321 Microdia
Bus 001 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth

2)mtpfs -o allow_other /mnt/SAMSUNG
using this cmd i have to mount always manually.So procedure for permanent mount point.

If I understand you correctly, you want to have your phone automatically detected and have the file system accessible. A udev rule could be used to automate this. Read here:

Ubuntu - Declare MTP device for automount in one click (Nexus 4, Nexus 7, …)

Hopefully, that is enough to put you on the right track.