Page 1 of 1

UNRAR request message ?

Posted: April 8th, 2009, 7:16 am
by shadytree
I have a large file that has finished downloading but has failed to UNRAR. Is there a quick way of sending a message to my NAS server to UNRAR this file?

Re: UNRAR request message ?

Posted: April 8th, 2009, 7:46 am
by shypike
Open a shell prompt and type:
  cd THE_RIGHT_FOLDER
  unrar x FIRST_RAR_FILE_NAME

Re: UNRAR request message ?

Posted: April 8th, 2009, 9:21 am
by shadytree
shypike wrote: Open a shell prompt and type:
  cd THE_RIGHT_FOLDER
  unrar x FIRST_RAR_FILE_NAME

Appolgies but how does one do that ? I'm pretty new to this stuff. (learning fast though)  ;)

Re: UNRAR request message ?

Posted: April 8th, 2009, 10:50 am
by shypike
You managed to get SABnzbd running on your NAS?
I assume you know how to open a shell connection to it.
How else did you get it installed?

Re: UNRAR request message ?

Posted: April 8th, 2009, 2:59 pm
by shadytree
shypike wrote: You managed to get SABnzbd running on your NAS?
I assume you know how to open a shell connection to it.
How else did you get it installed?
Didn't mean to ask a seemingly simpleton question but my QNAP NAS installed the app by it's simple easy to follow upload feature. No shell connection was open that was apparent to me. If you can point me in the direction or links where I can learn these things, I won't ask again. thx

Re: UNRAR request message ?

Posted: April 8th, 2009, 5:02 pm
by shypike
The most popular method is to install the famous PUTTY program
and then let it make an SSH connection to the IP address of the NAS using port 22.

Putty: http://www.chiark.greenend.org.uk/~sgta ... nload.html

I think that the rest of your questions should go to http://forum.qnap.com/
as I am not familiar the the QNAP's.

Re: UNRAR request message ?

Posted: April 9th, 2009, 1:20 am
by shadytree
shypike wrote: The most popular method is to install the famous PUTTY program
and then let it make an SSH connection to the IP address of the NAS using port 22.

Putty: http://www.chiark.greenend.org.uk/~sgta ... nload.html

I think that the rest of your questions should go to http://forum.qnap.com/
as I am not familiar the the QNAP's.
Thanks Shypike, will check out Putty

Re: UNRAR request message ?

Posted: April 9th, 2009, 3:53 pm
by shadytree
shadytree wrote:
shypike wrote: Open a shell prompt and type:
  cd THE_RIGHT_FOLDER
  unrar x FIRST_RAR_FILE_NAME

OK so got PuTTY installed and gonna give this a bash. Tried entering the code but not sure I have the file structure correct?

Directory is:

\\Share\Public\Movies

File is:

testMovie.rar

So how would I enter that please ?

Re: UNRAR request message ?

Posted: April 10th, 2009, 1:47 am
by shypike
You need the local Linux path, not the Windows notation.
Please google for more info on this.