https://bugs.kde.org/show_bug.cgi?id=438378
--- Comment #3 from Chris Murphy <bugzi...@colorremedies.com> --- I did test it in Fedora and the file system was not renamed even though Partition Manager claims it was done. But that'd be a separate bug report; any tips on getting verbose information from partition manager to include in a bug report? What I learned from both btrfs and xfs upstreams yesterday, is that both "xfs_io -c 'label'" and "btrfs filesystem label" commands use FS_IOC_SETFSLABEL. And testing each command on btrfs and xfs file systems, shows they work (interchangeable, there's no fs check so either command works on either file system). That's hilariously cool and confusing. I wonder if there might be a preference for a single util-linux command for this? There is fsadm, part of lvm tools, which supports file system resize for ext4 and xfs (not yet btrfs). In a way it'd be better suited for fsadm to gain btrfs resize; and gain label rename via FS_IOC_SETFSLABEL. And put fsadm into util-linux as a more generic tool for such tasks. -- You are receiving this mail because: You are watching all bug changes.