aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod47
1 files changed, 2 insertions, 45 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 50e23fd30..b36619909 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -62,7 +62,7 @@ head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, 62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, 63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
64nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, 64nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed,
65setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, 65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, 66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ 67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
68 68
@@ -1476,49 +1476,6 @@ Example:
1476 1476
1477------------------------------- 1477-------------------------------
1478 1478
1479=item sfdisk
1480
1481Usage: sfdisk [options] device ...
1482
1483device: something like /dev/hda or /dev/sda
1484
1485useful options:
1486
1487 -s [or --show-size]: list size of a partition
1488 -c [or --id]: print or change partition Id
1489 -l [or --list]: list partitions of each device
1490 -d [or --dump]: idem, but in a format suitable for later input
1491 -i [or --increment]: number cylinders etc. from 1 instead of from 0
1492 -uS, -uB, -uC, -uM: accept/report in units of sectors/blocks/cylinders/MB
1493 -T [or --list-types]:list the known partition types
1494 -D [or --DOS]: for DOS-compatibility: waste a little space
1495 -R [or --re-read]: make kernel reread partition table
1496 -N# : change only the partition with number #
1497 -n : do not actually write to disk
1498 -O file : save the sectors that will be overwritten to file
1499 -I file : restore these sectors again
1500 -v [or --version]: print version
1501 -? [or --help]: print this message
1502
1503dangerous options:
1504
1505 -g [or --show-geometry]: print the kernel's idea of the geometry
1506 -x [or --show-extended]: also list extended partitions on output
1507
1508 or expect descriptors for them on input
1509 -L [or --Linux]: do not complain about things irrelevant for Linux
1510 -q [or --quiet]: suppress warning messages
1511 You can override the detected geometry using:
1512 -C# [or --cylinders #]:set the number of cylinders to use
1513 -H# [or --heads #]: set the number of heads to use
1514 -S# [or --sectors #]: set the number of sectors to use
1515
1516You can disable all consistency checking with:
1517
1518 -f [or --force]: do what I say, even if it is stupid
1519
1520-------------------------------
1521
1522=item sh 1479=item sh
1523 1480
1524Usage: sh 1481Usage: sh
@@ -2063,4 +2020,4 @@ Enrique Zanardi <ezanardi@ull.es>
2063 2020
2064=cut 2021=cut
2065 2022
2066# $Id: busybox.pod,v 1.54 2000/07/04 22:17:01 andersen Exp $ 2023# $Id: busybox.pod,v 1.55 2000/07/08 00:09:30 andersen Exp $