Labels and mounting problems

Gaddis, Jeremy L. jeremy at linuxwiz.net
Tue Dec 26 01:17:23 UTC 2006


On 12/25/06, Larry D Sorensen <larry.sorensen at juno.com> wrote:
> Is there a place where you can see the actual labels set up, not just in
> the fstab; and is there a way to get rid of no longer needed labels?

For an individual partition, you can grep for "^Filesystem volume"
from the output of dumpe2fs <partition>, e.g.:

# dumpe2fs /dev/hdc6|grep ^Filesystem\ volume
dumpe2fs 1.39 (29-May-2006)
Filesystem volume name:   <none>

(There is no label set on this filesystem).

Use the "-L" option to tune2fs to set volume labels.

-- 
Jeremy L. Gaddis, MCP, GCWN
http://www.linuxwiz.net/




More information about the redhat-list mailing list