View Single Post
  #4   Report Post  
Posted to comp.mobile.android,alt.os.linux,alt.home.repair
Scott Lurndal Scott Lurndal is offline
external usenet poster
 
Posts: 2,377
Default SOLVED Logical Linux-like file structure on Android phone

Jim Jansen writes:


By the way, could there have been an even *simpler* way to move folders.

Perhaps I could have just used a terminal and typed in a symbolic link?
"ln -s /oldfilespec /newfilespec".

Does anyone here know whether it could have been that simple?
$ mv /storage/DCIM /storage/extSdCard/data/pic/DCIM
$ ln -s /storage/extSdCard/data/pic/DCIM /storage/DCIM


FAT (fat16, fat32, vfat) filesystems do not support symbolic (or hard) links.

If you can format your external card as ext2, ext3 or ext4, it
may work with Android (since the underlying kernel is linux).