No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / mscdlabel / mscdlabel.8
blobdb9fa82b906da8cef3d517c7b2a681727eea2488
1 .\" $NetBSD: mscdlabel.8,v 1.3 2004/07/04 14:11:44 drochner Exp $
2 .\"
3 .Dd July 25, 2005
4 .Dt MSCDLABEL 8
5 .Os
6 .Sh NAME
7 .Nm mscdlabel
8 .Nd generate disk label from CD track information
9 .Sh SYNOPSIS
10 .Nm
11 .Op Ar device | file
12 .Sh DESCRIPTION
13 .Nm
14 is used to generate a
15 .Nx
16 disk label from track information read from the CD.  This way, data
17 of previous sessions of a multi-session CD can be accessed.
18 .Pp
19 .Nm
20 scans the CD's TOC, beginning with the last track.
21 For each data track where an ISO9660 filesystem is identified,
22 basic information (volume label, creation date) is printed and
23 a partition entry added to the in-core disklabel.
24 .Pp
25 The raw partition (typically partition
26 .Em c ,
27 but
28 .Em d
29 on i386 and some other platforms) is left alone during this process.
30 .Pp
31 The
32 .Nm
33 utility can also be used on files or non-CD devices.
34 In this case a single track is assumed.
35 If the device supports disk labels, a label will be written
36 as described above. Otherwise, just the ISO volume label
37 information will be printed.
38 .Sh SEE ALSO
39 .Xr cdplay 1 ,
40 .Xr disklabel 8 ,
41 .Xr mbrlabel 8