Search This Blog

Sunday, July 31, 2011

Configure systems to mount file systems at boot by Universally Unique ID (UUID) or label

To find uuid type
#blkid devicename
devicename can be /dev/sdb1 etc

Then go in /etc/fstab and enter
UUID=... /mountpoint ext4 defaults 0 0
where u will get uuid value from blkid command
Also ext4 can be replaced by type of file system

No comments: