<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>mount -a reads your /etc/fstab file.</p>
    <p>If sda2 is in that file and has the location as /mnt yes it would
      work.</p>
    <p>But it is unlikely.</p>
    <p><br>
    </p>
    <p>So that is why you need to specify the partition, being /dev/sda2
      and the mount point which is /mnt</p>
    <p>mount /dev/sda2 /mnt</p>
    <p>  <br>
    </p>
    <p>Good luck</p>
    <p>Rob</p>
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 07/08/16 10:28, Glenn / Lenny wrote:<br>
    </div>
    <blockquote
      cite="mid:5FEFD57118C44686AF4531A26DA3981F@LennyAcer5720"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=Windows-1252">
      <meta name="GENERATOR" content="MSHTML 11.00.9600.18377">
      <div>Okay, I'll try that, but I did do:</div>
      <div>mount -a</div>
      <div>assuming that would get it, but I'm not that good at some of
        this.</div>
      <div>Thanks.</div>
      <div>Glenn</div>
      <blockquote>
        <div>----- Original Message ----- </div>
        <div><b>From:</b> <a moz-do-not-send="true"
            title="fudge@thefudge.net" href="mailto:fudge@thefudge.net">Rob
            Whyte</a> </div>
        <div><b>To:</b> <a moz-do-not-send="true"
            title="gErvin@cableone.net"
            href="mailto:gErvin@cableone.net">Glenn / Lenny</a> </div>
        <div><b>Sent:</b> Saturday, August 06, 2016 6:54 PM</div>
        <div><b>Subject:</b> Re: making an ISO image</div>
        <div><br>
        </div>
        <p>,<br>
        </p>
        Hi,<br>
        that is because you didn't mount sda2.<br>
        So try again but first,<br>
        mount /dev/sda2 /mnt<br>
        <br>
        <div class="moz-cite-prefix">On 07/08/16 09:52, Glenn / Lenny
          wrote:<br>
        </div>
        <blockquote
          cite="mid:A9A75DE5E91941979E3B8B2896BCF6A9@LennyAcer5720"
          type="cite">
          <meta name="GENERATOR" content="MSHTML 11.00.9600.18377">
          <div>Hi Rob,</div>
          <div>One thing did not work, and that may be why the chroot
            /mnt does not work...</div>
          <div>The command mount -o bind /proc /mnt/proc</div>
          <div>gives me the message:</div>
          <div>mount point /proc does not exist</div>
          <div>and when I run chroot /mnt</div>
          <div>failed to run /bin/bash, no such file exists.</div>
          <div>I am logged in as root, that is why I did not write sudo.</div>
          <div>Thanks, I hope I can get the GRUB fixed up.</div>
          <div>Glenn</div>
          <div>Date: Sun, 7 Aug 2016 07:34:29 +1000<br>
            From: Rob Whyte <<a
href="mhtml:%7BAC45AB4A-95F3-477C-93EE-6634985EC77A%7Dmid://00001450/%21x-usc:mailto:fudge@thefudge.net"
              moz-do-not-send="true">fudge@thefudge.net</a>><br>
            To: <a
href="mhtml:%7BAC45AB4A-95F3-477C-93EE-6634985EC77A%7Dmid://00001450/%21x-usc:mailto:ubuntu-accessibility@lists.ubuntu.com"
              moz-do-not-send="true">ubuntu-accessibility@lists.ubuntu.com</a><br>
            Subject: Re: {Spam?} making an ISO image<br>
            Message-ID: <<a
href="mhtml:%7BAC45AB4A-95F3-477C-93EE-6634985EC77A%7Dmid://00001450/%21x-usc:mailto:ecf1818c-7a42-ad90-44b7-dccf00944a49@thefudge.net"
              moz-do-not-send="true">ecf1818c-7a42-ad90-44b7-dccf00944a49@thefudge.net</a>><br>
            Content-Type: text/plain; charset=windows-1252<br>
            <br>
            What have ou tried when fixing your old install on sda2.<br>
            <br>
            That should be recoverable quite easily.<br>
            <br>
            <br>
            You need to mount the /dev from your currently running
            Ubuntu to the<br>
            mounted partition.<br>
            <br>
            For example<br>
            <br>
            mount -o bind /dev /mnt/dev<br>
            <br>
            Assuming that sda2 is mounted to /mnt<br>
            <br>
            <br>
            Repeat that for sys and proc<br>
            <br>
            mount -o bind /sys /mnt/sys<br>
            <br>
            mount -o bind /proc /mnt/proc<br>
            <br>
            <br>
            Then change the root file system using the chroot command<br>
            <br>
            chroot /mnt<br>
            <br>
            Now your computer thinks you are actually using sda2 instead
            of your USB.<br>
            <br>
            If you want to install your boot loaded from sda2 to your
            hard drive<br>
            type this:<br>
            <br>
            grub-install /dev/sda<br>
            <br>
            update-grub<br>
            <br>
            thene xit the chroot<br>
            <br>
            exit<br>
            <br>
            <br>
            Good luck.<br>
            <br>
            <br>
            <br>
            On 07/08/16 07:24, Glenn / Lenny wrote:<br>
            > So how do I tell it where to write the image of the USB
            drive?<br>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
        </blockquote>
        <br>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>