Quote:
Originally Posted by dhdurgee
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.