In the last episode (Jul 14), Heinrich Rebehn said:
> I am trying to mount disks by label. The glabel(8) manpage suggests:
> 
>            tunefs -L data /dev/da4s1a
>            mount /dev/ufs/data /mnt/data
> 
> I tried that, but i don't see a /dev/ufs at all. Does it have to be
> mounted? If so, how?

Make sure you have the geom_label module loaded, or have "options
GEOM_LABEL" in your kernel config file.  It's also a bit sensitive; if
your filesystem doesn't completely fill the partition it's in, you
won't get a label, so if you have resized partitions and not yet run
growfs it won't show up.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to