Both sides previous revisionPrevious revision | |
wiki:uuid [2011/05/18 03:46] – [Find Out UUID] Guy | wiki:uuid [2011/06/16 12:50] (current) – Guy |
---|
====== 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 is a Universally Unique Identifier. | This UUID is a Universally Unique Identifier. |
==== Persistent home and opt on Removable Drives ==== | ==== Persistent home and opt on Removable Drives ==== |
| |
If you have installed Tiny Core 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 | 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 ==== | ==== Find Out UUID ==== |
| |
If you have not installed Tiny Core using the installer, and want to find out the UUID, use | If you have not installed Tinycore using the installer, and want to find out the UUID, use |
| |
<code>blkid -s UUID /dev/sda1</code> | <code>blkid -s UUID /dev/sda1</code> |