On 2018/01/14 14:02, Jason Green wrote: > I've been running into some problems with a feature. I'm not looking for > technical support, however, it is in the program called disklabel. There are > issues with the installer also and I'm not sure if it is a feature or a bug. > In the installer, when disklabel is called it displays it in kilobytes, but > when when you enter "p" for print it prints it as sectors. So I'm confused > what exactly is being displayed when I hit "p".
You can use "p k", "p m", "p g", etc. from disklabel's interactive mode. > When I drop to a shell (control C) and manually call "disklabel -E -p g sd0" > the formatting for "p" displays sectors also. If possible, I would appreciate > an individual response. See SYNOPSIS in the manpage - "-p g" is for this one which just prints the disklabel: disklabel [-Acdtv] [-h | -p unit] [-T file] disk The interactive mode (-E) only takes these flags: disklabel -E [-Acdnv] [-F|-f file] [-T file] disk
