Quote:
Originally Posted by eureka
Use the absolute path:
Code:
/mnt/us/unrar e /mnt/us/example.rar
|
I get a Permission Denied error...
Quote:
Originally Posted by knc1
But unzip'ing the file takes time and file space.
If your Kindle supports FUSE ( and I think it does), then you just have to mount the *.zip file like any other filesystem device:
http://code.google.com/p/fuse-zip/
Once you have that installed on your Kindle.
Your application program will never know the difference between a *.zip file and the for-real filesystem on /mnt/us.
|

Nice!!!
I need to study it....so many thing to know...