Joshua Andrews wrote:
[....SNIP....]
Sometimes, the simplest solution is the best solution :)
I don't really understand the need for disk labels in fstab at all, in
fact it has always caused me more problems while not doing anything
helpful that I am aware of.
I would like to remove labels from some partitions. I have relabeled
partitions but I'm not quite sure how to safely remove labels.
----
# e2label /dev/sda1
# e2label /dev/sda1 /test
# e2label /dev/sda1
/test
# e2label /dev/sda1 ""
# e2label /dev/sda1
#
----
--
shrek-m