View Single Post
Old 04-25-2017, 02:50 PM   #125
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dhdurgee View Post
Given your post I decided to try it again. I am trying to create this link:

ln -s /data/data/bn.ereader/files/B&N Downloads/Books /storage/sdcard0/Download/Books

When I issue this command I get:

link failed Function not implemented

I know that /storage/sdcard0/Download is r/w as this is where I download things.

Dave
Try these:
Code:
pwd
ls -1
stat Downloads/Books /storage/sdcard0/Download/Books
stat /data/data/bn.ereader/files/B&N
mount
Cut and paste the results.

Is there really suppose to be a space in the pathname after Books , before /storage ? (I just c&p what you posted).
If there is, then you need to escape it in the command.

Last edited by knc1; 04-25-2017 at 02:54 PM.
knc1 is offline   Reply With Quote