I'm not expert, but as far as I can make out (after a detailed search) the required switch is "-v10m" (v for volume).
To make a directory called mysubdir type:As for making a directory, I have no idea.
To make a directory called mysubdir type:
mkdir mysubdir
All this so SWMBO can watch soaps while you're away? I can see who wears the trousers!
I thought that must be it... didn't like to mention (family show and all that - cough)
Back to the plot, I'm wondering why you are using a virtual disk? Granted I don't know why you can't cd into it (not got one, can't check, but wouldn't surprise me if using the wrong path to get there because there are several "virtual" mount points that don't work with FTP), but I don't find I need a virtual disk (unless you are using an HD-FOX which I don't think you are). It used to be the case in the early development that the only way we had to decrypt was to copy to USB (or a virtual USB), but that has given way to background decryption in place.
As far as I know it is redundant on an HDR these days, although anybody using Mediatomb to serve may find it is tied into that. When you say you were copying to virtual disk to decrypt, presumably you mean using the remote control handset OPT+ button? You can't be doing that from the other side of the world anyway!
I was actually using the +OPT function of webIF to copy/paste the the virtual disk. That is the dame as using the remote is it not?
I was actually using the +OPT function of webIF to copy/paste the the virtual disk. That is the same as using the remote is it not?
I see no value in doing that at all - unless you particularly want the file in its original form on the virtual drive - other than kill some time and make the Humax do some useless morning exercise.
No, the command line prompt is a program called a shell (http://en.wikipedia.org/wiki/Shell_(computing)) - in this case it is ash which is a derivative of the Bourne Shell (http://en.wikipedia.org/wiki/Almquist_shell). It isn't in any way specific to Linux (which is the operating system running on the Humax) - the bourne shell is the primary interface to most UNIX operating systems and you can even run it on Windows.Is the language Linux?
The EXT filesystems are case sensitive. There are case-insensitive filesystems for Linux just as there are for other operating systems.Linux is case-sensitive).
cd "/media/My Video"
..does it for me (the quotes are necessary because of the space in the directory name, and Linux is case-sensitive).