Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:uuid [2011/05/04 11:02] – created Guywiki:uuid [2011/06/16 12:50] (current) Guy
Line 1: Line 1:
 ====== UUID or Universally Unique Identifier ====== ====== UUID or Universally Unique Identifier ======
  
-If you install Tiny Core manually, you may include something like tce=sda1.+If you install Tinycore manually, you may include something like tce=sda1.
  
-If install Tiny Core using the installer, it includes something like tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"+If install Tinycore using the installer, it includes something like tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"
  
-This UUID number is a Universally Unique Identifier.+This UUID is a Universally Unique Identifier.
  
 ==== Fixed Drives and Removable Drives ==== ==== Fixed Drives and Removable Drives ====
  
-If you install to a fixed drive, such as a hard drive in a computer, it's location will not change, so you can use tce=sda1. You can also use UUID.+If you install to a fixed drive, such as a hard drive in a computer, it's location will not change, so you can use tce=sda1 (you can use either tce=sda1 or tce=UUID).
  
-If you install to a removable drive, such as a USB drive, it may be sda1, sdb1, sdc1, or sdd1, depending on which computer or USB slot you are using.+If you install to a removable drive, such as a USB drive, it may be sda1, sdb1, sdc1, sdd1 or sde1, depending on which computer or USB slot you are using.
  
-If you were to include tce=sda1, it may not work in another computer or USB slot.+If you were to include tce=sda1, you may not be able to load applications if used in computer or USB slot which identifies the drive as sdb1, sdc1, sdd1 or sde1.
  
 If the UUID is used, it will always be the same, and work in other computers. If the UUID is used, it will always be the same, and work in other computers.
Line 19: Line 19:
 ==== Persistent home and opt on Removable Drives ==== ==== Persistent home and opt on Removable Drives ====
  
-If you already have tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" and want to include persistent home and opt on a removable drive, use the UUID. Like this+If you have installed Tinycore using the installer, and already have tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" and want to include persistent home and opt on a removable drive, copy the UUID. Like this
  
 <code>opt=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" home=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"</code> <code>opt=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" home=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"</code>
 +
 +==== Find Out UUID ====
 +
 +If you have not installed Tinycore using the installer, and want to find out the UUID, use
 +
 +<code>blkid -s UUID /dev/sda1</code>
 +
 +If not sda1, use the correct partition.
  
Print/export
QR Code
QR Code wiki:uuid (generated for current page)