tune2fs

The tune2fs linux command-related content collection page.

How to use UUID unique identifiers to consistently mount partitions

botond published 2019. 12. 23., h - 17:25 time
The Universally Unique Identifier (UUID) is a unique identifier that Linux systems also use to identify different volumes / partitions so that the mountings of different block devices do not change even if the connection order of the hard drives in the computer changes, such as during maintenance. . In this tutorial, we will look at how to use UUIDs in our fstab file instead of device names to mount our partitions in a consistent way.

tune2fs (linux command)

The manual page and help for the tune2fs linux command. With tune2fs you can write and read the ext2 file system. Never use on mounted file systems!