Changing the partition/filesystem label in nautilus
0
I have btrfs partition with several subvolumes. I ususally mount the top volume with nautilus which works fine. The resulting entry in nautilus is named after the filesystem label. If I now manually mount a different subvolume: sudo mount -t btrfs -o subvol=<path/to/@home> /dev/mapper/luks-<some-id> /media/<user>/PrivateHome/ it shows up under the same label in nautilus: double lables in nautilus I tried to change that with: sudo btrfs filesystem label /media/<user>/PrivateHome/ PrivateHome but no success. Is it even possible to achieve what I want?
mount nautilus filesystem btrfs
share | improve this question
asked Dec 26 a...