Tune2fs

Aus SchnallIchNet
Wechseln zu: Navigation, Suche

Set/Get UUID of harddisk partition

uuidgen | xargs tune2fs /dev/hdaX -U ; /lib/udev/vol_id /dev/hdaX
  1. uuidgen ---------------> produces a new UUID
  2. tune2fs ---------------> sets the new UUID
  3. /lib/udev/vol_id ------> reads the newly set UUID