Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Help noob unrar

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    6

    Help noob unrar

    Well I need to unrar a archive on my desktop "MISC.rar". The location its at is "root/Desktop/MISC.rar" , but I'm not sure what to type in the console to unrar it. Please can someone help me?(I've already got the unrar application)

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Try this:

    unrar --help

    That gives you a quick idea of how to use unrar. Basically it's like this:

    unrar /path/to/file.rar

    So....

    unrar /root/Desktop/MISC.rar

    realize that you cannot do much of anything in /root as user (that IS the home directory of the root user afterall!) so you'll need to move the file to somewhere you can write to or become root.

  3. #3
    Junior Member
    Join Date
    Sep 2004
    Posts
    6
    Quote Originally Posted by mzilikazi
    Try this:

    unrar --help

    That gives you a quick idea of how to use unrar. Basically it's like this:

    unrar /path/to/file.rar

    So....

    unrar /root/Desktop/MISC.rar

    realize that you cannot do much of anything in /root as user (that IS the home directory of the root user afterall!) so you'll need to move the file to somewhere you can write to or become root.
    Everything "Failed" to unrar. I'm not sure what to do , I've lost my windows 98 disk and I've heard that XP doesn't dual boot with linux .

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by RisenDeMoN
    Everything "Failed" to unrar. I'm not sure what to do ,
    Did you try as root?
    Code:
    su
    <password>
    unrar /path/to/file.rar
    BTW I presume you're doing this on a hard disc installation and not from live cd?

    I've heard that XP doesn't dual boot with linux .
    Must've been a windows user that told you that (or maybe even Bill himself). It's just not true! Linux dual boots with pretty much anything. Have a look around the forums, there are many howtos for dual booting w/ xp.

  5. #5
    Junior Member
    Join Date
    Sep 2004
    Posts
    6
    Really? And Its acorse HD installed, though I really don't feel like reinstalling it (Just got alot of settings set, and everything is starting to feel "right").

    EDIT#1: Again it failed. The rar file is kind of old, I'll download something new and see if that will work.

    EDIT#2: I try clicking/opening the file and extracting it that way and I get this error when I try to extract(Drag file/Copy Here):

    Error - KDesktop
    The file or folder tmp/kde-risendemon/arkuvHNJK//asdf/ asdf.map does not exist.
    This happens with the newly downloaded file and the old .

  6. #6
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    Quote Originally Posted by mzilikazi
    Quote Originally Posted by RisenDeMoN

    I've heard that XP doesn't dual boot with linux .
    Must've been a windows user that told you that (or maybe even Bill himself). It's just not true! Linux dual boots with pretty much anything. Have a look around the forums, there are many howtos for dual booting w/ xp.
    I suspect what you heard refers to the Windows bootloader. WinXP has the native ability to dual boot, but only with its older siblings - not linux. Linux relies upon external bootloaders, which are capable of booting anything, including Windows as mzilikazi said. The key is to let XP be the first installed, then install Linux.

    Still, be aware that the bootloader setup is probably the weakest link in the dual boot scheme - if something goes wrong in a dual boot situation, it will be the Windows master boot record getting hosed, and you won't be getting in to Windows. The current bunch of installers are pretty reliable, but having been through this before, I stick with a poor man's installation myself

    jd

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    actually i use XP's boot manager to dualboot linux. works ok. some extra work but not impossible.
    OErjan Posted: Wed Mar 17, 2004 9:44 pm

    you could use the Win2000/NT/XP bootloader.
    to do that I let the nt bootloader and lilo work together for me. works well.
    quick sketch what i do, write LILO to a floppy, make a "image" of the floppy-mbr put that image in C:\ edit BOOT.INI mine looks like this.

    [boot loader]
    timeout=2
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    C:\linux.ipl="LINUX"
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Home Edition" /fastdetect
    a few more details.

    1) make lilo write to floppy, have this line in lilo.conf:
    Code:
    boot=/dev/fd0
    or give floppy as an argument to lilo
    Code:
    lilo -b /dev/fd0
    2) make a image of the floppy-mbr: and put it in C:\
    Code:
    dd if=/dev/fd0 of=/mnt/C/linux.ipl bs=512 count=1
    (this rexuires fat32 on the C disk)
    OR you could put it on the floppy later. or a usbstick... and later use Win to copy it to c:\

    3) Modifiy c:\boot.ini -- add a line with:

    Code:
    C:\linux.ipl="Linux"
    repeat 1) and 2) every time you run LILO.

    Microsoft ntldr now believes you have yet another windows installed. happy booting
    oh btw, i have several linuxes booting from that same lilo.

  8. #8
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    But that's a different issue. Of course, you can direct LILO to the XP boot screen - that's the default procedure for any dual boot. But what I expect RisenDeMoN was referring to was that XP, by itself, cannot accommodate a dual boot of Linux, without reliance upon an external boot loader like LILO, even though it can natively dual boot XP with prior versions of Windows.

    jd

  9. #9
    Junior Member
    Join Date
    Sep 2004
    Posts
    6
    So weve established that I can do a dual boot with XP. Alright, now back on topic. I've logged in as root and user, but still getting nowhere .

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Did you try what mzilikazi suggested?
    Type file MISC.rar in a shell to see what kind of filetype it is.

Page 1 of 2 12 LastLast

Similar Threads

  1. noob for help here!!
    By newpants2003 in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 03-04-2005, 08:08 PM
  2. Another noob :P
    By shiv_379 in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 01-15-2005, 09:48 PM
  3. Unrar in Linux
    By sethosayher in forum General Support
    Replies: 8
    Last Post: 09-13-2004, 02:26 AM
  4. noob help :?
    By sas13 in forum MS Windows & New to Linux
    Replies: 9
    Last Post: 07-26-2004, 11:04 PM
  5. "The utilitie unrar is not in your path" error.
    By janmartin3 in forum General Support
    Replies: 3
    Last Post: 11-17-2003, 09:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Vintage Aureal Vortex 2 PCI Sound Card picture

Vintage Aureal Vortex 2 PCI Sound Card

$39.95



Vintage Intel Personal PC CPU Collection in White Shadowbox Display picture

Vintage Intel Personal PC CPU Collection in White Shadowbox Display

$200.00



Vintage Apple Macintosh Plus 1Mb 60W 120VAC Desktop Computer SET M0001A Tested picture

Vintage Apple Macintosh Plus 1Mb 60W 120VAC Desktop Computer SET M0001A Tested

$499.99



VINTAGE SummaGraphics SummaMouse picture

VINTAGE SummaGraphics SummaMouse

$240.00



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's) picture

Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's)

$139.99



Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter picture

Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter

$29.95



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB picture

SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB

$100.00



Vintage Compaq Presario Mouse, Model MUS9J, PS/2 - Tested & Working, Very Good picture

Vintage Compaq Presario Mouse, Model MUS9J, PS/2 - Tested & Working, Very Good

$12.99