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
  •  


ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB picture

M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB

$40.86



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26

$149.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT

$19.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$209.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$178.19