Linux file system IDs
If you need to find the uuid of a partition (for grub.conf) it's pretty simple:
ls -l /dev/disk/by-uuid/
Just look at where the symlinks point and you'll know.
If you need to find the uuid of a partition (for grub.conf) it's pretty simple:
ls -l /dev/disk/by-uuid/
Just look at where the symlinks point and you'll know.