Joe,<br><br>The UUID stands for Universal Unique IDentifier and is the new (preferred) way in which the Linux kernel identifies resources such as drive partitions etc.  This is because device name assignments such as /dev/sd_ can change. <br>

<br>Ubuntu (and other distos) now create UUID assignments.  To list the UUID for your drive partitions simply type:<br><br>blkid<br><br>If you are using gedit you can cut and paste the results of the appropriate partiion UUID into the fstab file.<br>

<br>Or at the command line you can append the information to the fstab file in the following way:<br><br>sudo cp /etc/fstab /etc/fstab.backup (backup fstab file)<br>blkid (this will list the UUID's of each device name, check that /dev/sda6 lists)<br>

sudo su (you must become root sudo alone wont work)<br>blkid /dev/sda6 >> /etc/fstab (this will append the UUID to the end of the fstab file)<br>vim /etc/fstab (edit appended new line to add mount points, filesystem, and options).<br>

:wq (in vim to save file and exit)<br>mount -a (to check that the new mount point is fucntioning)<br>logout (if mount passes leave root user account)<br><br><br><br><div class="gmail_quote">On Sat, Jan 5, 2013 at 1:32 PM, Derek Trotter <span dir="ltr"><<a href="mailto:expat.arizonan@gmail.com" target="_blank">expat.arizonan@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <font face="Comic Sans MS">I don't know why Ubuntu uses those long
      text strings instead of /dev/whatever, but /dev/sda6 /home still
      works.<br>
      <br>
    </font><div><div class="h5">
    <div>On 01/05/2013 01:20 PM,
      <a href="mailto:joe@actionline.com" target="_blank">joe@actionline.com</a> wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>What is the procedure to add my previous /home partition that was on
/dev/sda6 (I think)
to fstab to replace the /home directory that was installed on /dev/sda1
as shown below during the new installation of kubuntu 12.10 that I just did?

$ cat /etc/fstab
# /etc/fstab: static file system information.
# / was on /dev/sda1 during installation
UUID=23163f08-bdf2-4303-bdd7-61cf267a2ade /               ext4   
errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=c0c7f1be-ff0f-4f18-a86d-a98bd91d0e62 none            swap    sw      
       0       0

$ df
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/sda1       12396968 3375776   8391448  29% /
udev              469488       4    469484   1% /dev
tmpfs             192240     784    191456   1% /run
none                5120       0      5120   0% /run/lock
none              480592      80    480512   1% /run/shm
none              102400       8    102392   1% /run/user



---------------------------------------------------
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a>

</pre>
    </blockquote>
    <br>
    </div></div><span class="HOEnZb"><font color="#888888"><pre cols="72">-- 
"I get my copy of the daily paper, look at the obituaries page, and if I’m not there, I carry on as usual."

Patrick Moore</pre>
  </font></span></div>

<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><br>-- <br>James<br><br>