I've got an Ubuntu install on a USB with a separate NTFS partition, can I expect the same UUID for the partition if I removed and reattached the USB to a computer?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Usually the UUID of an external drive does not change. However under certain circumstances (e.g. by switching to another USB port) the UUID may become different. Therefore we can mount drives using their label. Because we define the label by ourselves it will not change. However we need to take care to make unique labels for our drives. Mounting by labels can also be done in the Fstab by adding a line similar to this:
To add or change a label we may use:
(adapt the values in the given examples to your system!). NTFS partitions can also be labeled with gparted. |
|||||||||||
|