Comment 46 for bug 508848

Revision history for this message
Stefan Fleiter (stefan-fleiter) wrote :

# blkid -p /dev/mapper/var
/dev/mapper/var: ambivalent result (probably more filesystems on the device, use wipefs(8) to see more details)

# wipefs -n /dev/mapper/var
offset type
----------------------------------------------------------------
0x10040 btrfs [filesystem]
                     UUID: a1124975-72fc-445c-a034-2c07ed4e89e6

0x438 ext2 [filesystem]
                     UUID: 260b7189-c063-42af-85a3-0a6bd9cb3d04

I suppose using wipefs to erase the ext2 filesystem signature will
destroy my /var partition, doesn't it?
What to do now?