]> git.ipfire.org Git - thirdparty/util-linux.git/blob - Documentation/deprecated.txt
docs: update Documentation/deprecated.txt
[thirdparty/util-linux.git] / Documentation / deprecated.txt
1 The following is a list of commands or features that are deprecated. All
2 deprecated utils are in maintenance mode and we keep them in source tree for
3 backward compatibility only.
4
5 what: column --columns
6 why: renamed to --output-width
7 since: v2.30
8
9 --------------------------
10
11 what: sfdisk --show-size
12 why: this does not belong to fdisk, use "blockdev --getsz"
13
14 --------------------------
15
16 what: sfdisk --Linux
17 why: unnecessary option, only Linux (non-DOS mode) is supported
18
19 --------------------------
20
21 what: sfdisk --unit
22 why: unnecessary option, only 'S'ector unit is supported
23
24 --------------------------
25
26 what: sfdisk --show-pt-geometry
27 why: equal to --show-geometry for a long time
28
29 --------------------------
30
31 what: "swapon --summary" output format
32 why: does not provide control on output data formatting. The recommended solution
33 is to use --show=<columns> in all scripts.
34
35 --------------------------
36
37 What: mkfs
38 Why: use filesystem specific mkfs.<type>.
39
40 --------------------------
41
42 What: fdisk -s <device>
43 Why: this does not belong to fdisk, use "blockdev --getsz"
44
45 --------------------------
46
47 What: 'udev' and 'list' blkid(8) output formats
48 Why: udevd links libblkid directly; the 'list' is unnecessary, use lsblk(8)
49
50 --------------------------
51
52 What: line(1) command
53 Why: useless, nobody uses this command, head(1) is better
54
55 --------------------------
56
57 What: pg(1) command
58 Why: use less(1) or more(1)
59
60 --------------------------
61
62 What: CHS stuff in fdisk (except SUN where are partitions addresses by cylinders only)
63 Why: use addresssing by sectors, CHS does not work with modern disks,
64 confusing for users...
65
66 --------------------------
67
68 What: losetup -s
69 Why: the option -s is in collision with the Loop-AES losetup dialect that is used
70 in some distributions. Use the long version (--show) only.
71
72 --------------------------
73
74 What: losetup output format without --list
75
76 deprecated format"
77
78 # losetup -a
79 /dev/loop0: []: (/home/fs-images/swap.img)
80 /dev/loop1: []: (/home/fs-images/disk.img), offset 100
81
82 new format:
83
84 # losetup
85 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE
86 /dev/loop0 0 0 0 0 /home/fs-images/swap.img
87 /dev/loop1 0 100 0 0 /home/fs-images/disk.img
88
89 --------------------------
90
91 What: tunelp
92 Why: parallel port printers are probably almost extinct devices
93
94 ----------------------------
95
96 What: reset
97 Why: ncurses has better reset(1)
98
99 ----------------------------
100
101 The Single UNIX(TM) Specification, Version 2
102 Copyright (C) 1997 The Open Group
103
104 Legacy utilities which are part util-linux package are:
105
106 col
107 line
108 pg
109
110 http://pubs.opengroup.org/onlinepubs/7908799/xcu/intro.html#tag_001_003_003