Is possible to make symbolic links in the android filesystem? (and how?)
Thanks in advance :) .
(My Android version is 2.1 , i'm using Motorola Defy)
|
Is possible to make symbolic links in the android filesystem? (and how?) Thanks in advance :) . (My Android version is 2.1 , i'm using Motorola Defy) |
|||
|
I think this question on superuser answers your question, i.e. that the FAT filesystem on the SD card does not support symlinks. Just to clarify (and as reflected in the SU question/answers I linked): the Android OS supports symlinks, but the FAT filesystem on the SD card does not. |
||||
|
|
Android does support symbolic links, but certain file systems (e.g. FAT or RFS) does not and you cannot create symbolic links in those partitions. If your device uses a filesystem that supports symbolic links (e.g. ext2, ext3, ext4, yaffs2) then you should be able to use |
|||
|
|
|
It is possible to do this via the You need root I guess. |
|||
|
|
mountin terminal emulator to gather this information – rds Feb 14 at 10:50