Announcement

Collapse
No announcement yet.

image mounting problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    image mounting problem

    so i have a problem mounting images to hardon harry


    yes i am ver new


    all i want to do is virtually mount an iso of backtrack


    flame away



    just some step by step instruction with out HEY BUY THIS **** FOR WINDOWS" thing

    #2
    Re: image mounting problem

    Pretty damn easy, actually.

    First create a directory to mount it in, then run the mount command for it.

    Like this, for example, assuming you have the image in a folder called Downloads in your home directory, this is what it would look like doing it in Konsole:

    Code:
    keithzg@foundation:~$ sudo mkdir /media/iso
    keithzg@foundation:~$ cd Downloads
    keithzg@foundation:~/Downloads $ sudo mount bt3-usb.iso -o loop /media/iso
    I hope that's clear enough!

    Comment

    Working...
    X