Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LABEL(1L)		     Schily's USER COMMANDS		       LABEL(1L)

NAME
     label - manipulate Sun disk labels

SYNOPSIS
     label [ options ]

DESCRIPTION
     The  label  command manipulates Sun disk labels. It shares the menu subrou-
     tines with the sformat(1) command and thus presents the same label and par-
     tition menu as sformat(1).  The label however does not operate  by  sending
     SCSI commands to the drive but rather reads and writes files.

OPTIONS
     All boolean options can be abbreviated by their first letter.

     -print
	    Print the disk label and the partition table and exit.

     -set   Read  the disk label and partition table, set the disk driver geome-
	    try and partition tables according to the data read  from  file  and
	    disk and exit.

     lproto= label-name

     if= label-name
	    Set  the  name  of the input file. This may be a plain file or a raw
	    disk device name.

     lname= label-name

     of= label-name
	    Set the name of the output file. This may be a plain file or  a  raw
	    disk device name.

     f= label-name
	    Set  the name for both, the input and the output file. This may be a
	    plain file or a raw disk device name.

     -help  Prints a short summary of the label(1) options and exists.

     -version
	    Prints the label(1) version number string and exists.

FILES
     Label.prototype
	    A file containing a Sun disk label that is	read  in  case	that  no
	    lproto= if= or f= option was specified.

     Label  A  file  containing a Sun disk label that is written in case that no
	    lname= of= or f= option was specified.

SEE ALSO
     sformat(1)

BUGS
     None currently known.

     Mail bugs and suggestions	to  schilytools@mlists.in-berlin.de  or  open  a
     ticket at https://codeberg.org/schilytools/schilytools/issues.

     The mailing list archive may be found at:

     https://mlists.in-berlin.de/mailman/listinfo/schilytools-mlists.in-berlin.de.

AUTHOR
     Joerg Schilling and the schilytools project authors.  n

Joerg Schilling 		   2022/08/22			       LABEL(1L)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=label&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help