Sunday 13 January 2013

how to mount any partition wid UUID ?

#blkid (show all partition uuid)

#blkid /dev/sda5 (show any particular partition id)

after that copy the content which is in " "

#vi /etc/fstab (and rewrite the previous entry remove the /dev/sda5 and paste with UUID=)


UUID=paste here code /

#mount -a

#blkid -U (uuid code) (to check partition with uuid )

No comments:

Post a Comment