<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05/13/2016 12:19 PM, Billie Walsh
      wrote:<br>
    </div>
    <blockquote cite="mid:5735FEAA.9050509@swbell.net" type="cite">OK,
      some googling and a leap of faith and maybe Stefan gave me the
      hint.
      <br>
      <br>
      I googled "fstab" and found an Ubuntu page that explains things
      fairly simply. The leap of faith was in attempting to edit it. I
      normally don't diddle around in the nuts and bolts of the system.
      I don't know what I'm doing but I can sometimes copy and paste
      with some good results.
      <br>
      <br>
      I learned that the funny number was the uuid of the drive. Simple
      enough once you know what it is. The "path" to that drive and my
      files is/was media/bilie0w/"uuid"/Billie0W/. All my files are
      under the "Billie0W" directory(?) so I set the mount point as
      "Billie0W". It returned a file system of "ext2" so I added that
      and made the other options 0 and 0.
      <br>
      <br>
      The new line in fstab now reads:
      <br>
      <br>
      UUID=5ec13406-3b24-42a6-be83-89871af43dee Billie0W ext2 auto 0 0
      <br>
      <br>
      I'm praying I didn't trash my system. I didn't touch anything else
      in there. Keep your fingers crossed.
      <br>
      <br>
    </blockquote>
    <br>
    <font size="+1">Shouldn't trash the system and a good idea is to
      make a copy of the file(fstab) before editing it.<br>
      <br>
      cp -p /etc/fstab  /etc/fstab.sav<br>
      <br>
      with sudo added if you need it.<br>
    </font><br>
    <pre class="moz-signature" cols="72">-- 
"A king's castle is his home."
</pre>
  </body>
</html>