2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Linux System Utilities"
|
|
|
|
|
|
|
|
config CONFIG_DMESG
|
|
|
|
bool "dmesg"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
dmesg is used to examine or control the kernel ring buffer. When the
|
|
|
|
Linux kernel prints messages to the system log, they are stored in
|
|
|
|
the kernel ring buffer. You can use dmesg to print the kernel's ring
|
|
|
|
buffer, clear the kernel ring buffer, change the size of the kernel
|
|
|
|
ring buffer, and change the priority level at which kernel messages
|
|
|
|
are also logged to the system console. Enable this option if you
|
|
|
|
wish to enable the 'dmesg' utility.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FBSET
|
|
|
|
bool "fbset"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
fbset is used to show or change the settings of a Linux frame buffer
|
|
|
|
device. The frame buffer device provides a simple and unique
|
2003-10-22 15:28:56 +05:30
|
|
|
interface to access a graphics display. Enable this option
|
|
|
|
if you wish to enable the 'fbset' utility.
|
2003-02-27 08:44:04 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_FEATURE_FBSET_FANCY
|
|
|
|
bool " Turn on extra fbset options"
|
|
|
|
default n
|
|
|
|
depends on CONFIG_FBSET
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
This option enables extended fbset options, allowing one to set the
|
2003-10-22 15:28:56 +05:30
|
|
|
framebuffer size, color depth, etc. interface to access a graphics
|
2003-02-27 08:44:04 +05:30
|
|
|
display. Enable this option if you wish to enable extended fbset
|
|
|
|
options.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_FBSET_READMODE
|
|
|
|
bool " Turn on fbset readmode support"
|
|
|
|
default n
|
|
|
|
depends on CONFIG_FBSET
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
This option allows fbset to read the video mode database stored by
|
|
|
|
default as /etc/fb.modes, which can be used to set frame buffer
|
|
|
|
device to pre-defined video modes.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FDFLUSH
|
|
|
|
bool "fdflush"
|
|
|
|
default n
|
|
|
|
help
|
2003-10-22 15:28:56 +05:30
|
|
|
fdflush is only needed when changing media on slightly-broken
|
2003-02-27 08:44:04 +05:30
|
|
|
removable media drives. It is used to make Linux believe that a
|
|
|
|
hardware disk-change switch has been actuated, which causes Linux to
|
|
|
|
forget anything it has cached from the previous media. If you have
|
|
|
|
such a slightly-broken drive, you will need to run fdflush every time
|
|
|
|
you change a disk. Most people have working hardware and can safely
|
2003-10-22 15:28:56 +05:30
|
|
|
leave this disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2003-07-05 13:21:31 +05:30
|
|
|
config CONFIG_FDFORMAT
|
|
|
|
bool "fdformat"
|
|
|
|
default n
|
|
|
|
help
|
2003-10-22 15:28:56 +05:30
|
|
|
fdformat is used to low-level format a floppy disk.
|
2003-07-05 13:21:31 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_FDISK
|
|
|
|
bool "fdisk"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The fdisk utility is used to divide hard disks into one or more
|
|
|
|
logical disks, which are generally called partitions. This utility
|
2004-03-15 13:59:22 +05:30
|
|
|
can be used to list and edit the set of partitions or BSD style
|
2003-02-27 08:44:04 +05:30
|
|
|
'disk slices' that are defined on a hard drive.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2004-05-19 16:19:17 +05:30
|
|
|
config FDISK_SUPPORT_LARGE_DISKS
|
|
|
|
bool " support over 4GB disks"
|
|
|
|
default y
|
|
|
|
depends on CONFIG_FDISK
|
|
|
|
help
|
|
|
|
Enable this option to support large disks > 4GB.
|
|
|
|
|
2003-01-04 17:26:06 +05:30
|
|
|
config CONFIG_FEATURE_FDISK_WRITABLE
|
2004-03-15 13:59:22 +05:30
|
|
|
bool " Write support"
|
2003-01-04 17:26:06 +05:30
|
|
|
default y
|
|
|
|
depends on CONFIG_FDISK
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to create or change a partition table
|
|
|
|
and write those changes out to disk. If you leave this option
|
|
|
|
disabled, you will only be able to view the partition table.
|
2003-01-04 17:26:06 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_FEATURE_AIX_LABEL
|
|
|
|
bool " Support AIX disklabels"
|
|
|
|
default n
|
2004-03-15 13:59:22 +05:30
|
|
|
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to create or change AIX disklabels.
|
|
|
|
Most people can safely leave this option disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_SGI_LABEL
|
|
|
|
bool " Support SGI disklabels"
|
|
|
|
default n
|
2003-01-04 17:26:06 +05:30
|
|
|
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to create or change SGI disklabels.
|
|
|
|
Most people can safely leave this option disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_SUN_LABEL
|
|
|
|
bool " Support SUN disklabels"
|
|
|
|
default n
|
2004-03-15 13:59:22 +05:30
|
|
|
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to create or change SUN disklabels.
|
|
|
|
Most people can safely leave this option disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_OSF_LABEL
|
|
|
|
bool " Support BSD disklabels"
|
|
|
|
default n
|
2003-01-04 17:26:06 +05:30
|
|
|
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to create or change BSD disklabels
|
|
|
|
and define and edit BSD disk slices.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_FDISK_ADVANCED
|
|
|
|
bool " Support expert mode"
|
|
|
|
default n
|
2003-01-04 17:26:06 +05:30
|
|
|
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Enabling this option allows you to do terribly unsafe things like
|
|
|
|
define arbitrary drive geometry, move the beginning of data in a
|
|
|
|
partition, and similarly evil things. Unless you have a very good
|
|
|
|
reason you would be wise to leave this disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FREERAMDISK
|
|
|
|
bool "freeramdisk"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
Linux allows you to create ramdisks. This utility allows you to
|
|
|
|
delete them and completely free all memory that was used for the
|
|
|
|
ramdisk. For example, if you boot Linux into a ramdisk and later
|
|
|
|
pivot_root, you may want to free the memory that is allocated to the
|
|
|
|
ramdisk. If you have no use for freeing memory from a ramdisk, leave
|
|
|
|
this disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FSCK_MINIX
|
|
|
|
bool "fsck_minix"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The minix filesystem is a nice, small, compact, read-write filesystem
|
|
|
|
with little overhead. It is not a journaling filesystem however and
|
2003-10-22 15:28:56 +05:30
|
|
|
can experience corruption if it is not properly unmounted or if the
|
2003-02-27 08:44:04 +05:30
|
|
|
power goes off in the middle of a write. This utility allows you to
|
|
|
|
check for and attempt to repair any corruption that occurs to a minix
|
|
|
|
filesystem.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_MKFS_MINIX
|
|
|
|
bool "mkfs_minix"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The minix filesystem is a nice, small, compact, read-write filesystem
|
|
|
|
with little overhead. If you wish to be able to create minix filesystems
|
|
|
|
this utility will do the job for you.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
comment "Minix filesystem support"
|
|
|
|
depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
|
|
|
|
|
|
|
|
config CONFIG_FEATURE_MINIX2
|
|
|
|
bool " Support Minix fs v2 (fsck_minix/mkfs_minix)"
|
|
|
|
default y
|
|
|
|
depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
If you wish to be able to create version 2 minix filesystems, enable this.
|
|
|
|
If you enabled 'mkfs_minix' then you almost certainly want to be using the
|
|
|
|
version 2 filesystem support.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_GETOPT
|
|
|
|
bool "getopt"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The getopt utility is used to break up (parse) options in command
|
|
|
|
lines to make it easy to write complex shell scripts that also check
|
|
|
|
for legal (and illegal) options. If you want to write horribly
|
|
|
|
complex shell scripts, or use some horribly complex shell script
|
|
|
|
written by others, this utility may be for you. Most people will
|
|
|
|
wisely leave this disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_HEXDUMP
|
|
|
|
bool "hexdump"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The hexdump utility is used to display binary data in a readable
|
|
|
|
way that is comparable to the output from most hex editors.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_HWCLOCK
|
|
|
|
bool "hwclock"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The hwclock utility is used to read and set the hardware clock
|
2003-10-22 15:28:56 +05:30
|
|
|
on a system. This is primarily used to set the current time on
|
|
|
|
shutdown in the hardware clock, so the hardware will keep the
|
|
|
|
correct time when Linux is _not_ running.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
|
|
|
|
bool " Support long options (--hctosys,...)"
|
|
|
|
default n
|
|
|
|
depends on CONFIG_HWCLOCK
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
By default, the hwclock utility only uses short options. If you
|
2003-10-22 15:28:56 +05:30
|
|
|
are overly fond of its long options, such as --hctosys, --utc, etc)
|
2003-02-27 08:44:04 +05:30
|
|
|
then enable this option.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_LOSETUP
|
|
|
|
bool "losetup"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
losetup is used to associate or detach a loop device with a regular
|
|
|
|
file or block device, and to query the status of a loop device. This
|
|
|
|
version does not currently support enabling data encryption.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2005-06-20 10:00:36 +05:30
|
|
|
config CONFIG_IPCRM
|
|
|
|
bool "ipcrm"
|
|
|
|
default n
|
2005-06-24 00:28:57 +05:30
|
|
|
select CONFIG_FEATURE_SUID
|
2005-06-20 10:00:36 +05:30
|
|
|
help
|
|
|
|
The ipcrm utility allows the removal of System V interprocess
|
|
|
|
communication (IPC) objects and the associated data structures
|
|
|
|
from the system.
|
|
|
|
|
|
|
|
config CONFIG_IPCS
|
|
|
|
bool "ipcs"
|
|
|
|
default n
|
2005-06-24 00:28:57 +05:30
|
|
|
select CONFIG_FEATURE_SUID
|
2005-06-20 10:00:36 +05:30
|
|
|
help
|
|
|
|
The ipcs utility is used to provide information on the currently
|
|
|
|
allocated System V interprocess (IPC) objects in the system.
|
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_MKSWAP
|
|
|
|
bool "mkswap"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The mkswap utility is used to configure a file or disk partition as
|
|
|
|
Linux swap space. This allows Linux to use the entire file or
|
|
|
|
partition as if it were additional RAM, which can greatly increase
|
|
|
|
the capability of low-memory machines. This additional memory is
|
|
|
|
much slower than real RAM, but can be very helpful at preventing your
|
2003-10-22 15:28:56 +05:30
|
|
|
applications being killed by the Linux out of memory (OOM) killer.
|
|
|
|
Once you have created swap space using 'mkswap' you need to enable
|
|
|
|
the swap space using the 'swapon' utility.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_MORE
|
|
|
|
bool "more"
|
|
|
|
default n
|
|
|
|
help
|
2003-10-22 15:28:56 +05:30
|
|
|
more is a simple utility which allows you to read text one screen
|
2003-02-27 08:44:04 +05:30
|
|
|
sized page at a time. If you want to read text that is larger than
|
|
|
|
the screen, and you are using anything faster than a 300 baud modem,
|
|
|
|
you will probably find this utility very helpful. If you don't have
|
|
|
|
any need to reading text files, you can leave this disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_FEATURE_USE_TERMIOS
|
|
|
|
bool " Use termios to manipulate the screen"
|
|
|
|
default y
|
|
|
|
depends on CONFIG_MORE
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
This option allows utilities such as 'more' and 'top' to determine
|
|
|
|
the size of the screen. If you leave this disabled, your utilities
|
2003-10-22 15:28:56 +05:30
|
|
|
that display things on the screen will be especially primitive and
|
2003-02-27 08:44:04 +05:30
|
|
|
will be unable to determine the current screen size, and will be
|
|
|
|
unable to move the cursor.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_PIVOT_ROOT
|
|
|
|
bool "pivot_root"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
The pivot_root utility swaps the mount points for the root filesystem
|
|
|
|
with some other mounted filesystem. This allows you to do all sorts
|
|
|
|
of wild and crazy things with your Linux system and is far more
|
|
|
|
powerful than 'chroot'.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_RDATE
|
|
|
|
bool "rdate"
|
|
|
|
default n
|
|
|
|
help
|
2004-03-15 13:59:22 +05:30
|
|
|
The rdate utility allows you to synchronize the date and time of your
|
2003-02-27 08:44:04 +05:30
|
|
|
system clock with the date and time of a remote networked system using
|
|
|
|
the RFC868 protocol, which is built into the inetd daemon on most
|
|
|
|
systems.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_SWAPONOFF
|
|
|
|
bool "swaponoff"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
This option enables both the 'swapon' and the 'swapoff' utilities.
|
|
|
|
Once you have created some swap space using 'mkswap', you also need
|
|
|
|
to enable your swap space with the 'swapon' utility. The 'swapoff'
|
|
|
|
utility is used, typically at system shutdown, to disable any swap
|
|
|
|
space. If you are not using any swap space, you can leave this
|
|
|
|
option disabled.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_MOUNT
|
|
|
|
bool "mount"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
All files and filesystems in Unix are arranged into one big directory
|
|
|
|
tree. The 'mount' utility is used to graft a filesystem onto a
|
|
|
|
particular part of the tree. A filesystem can either live on a block
|
|
|
|
device, or it can be accessible over the network, as is the case with
|
|
|
|
NFS filesystems. Most people using BusyBox will also want to enable
|
|
|
|
the 'mount' utility.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_NFSMOUNT
|
2003-10-22 15:28:56 +05:30
|
|
|
bool " Support mounting NFS file systems"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
|
|
|
depends on CONFIG_MOUNT
|
|
|
|
help
|
2003-07-03 15:30:15 +05:30
|
|
|
Enable mounting of NFS file systems.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_UMOUNT
|
|
|
|
bool "umount"
|
|
|
|
default n
|
|
|
|
help
|
2003-02-27 08:44:04 +05:30
|
|
|
When you want to remove a mounted filesystem from its current mount point,
|
|
|
|
for example when you are shutting down the system, the 'umount' utility is
|
|
|
|
the tool to use. If you enabled the 'mount' utility, you almost certainly
|
|
|
|
also want to enable 'umount'.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
comment "Common options for mount/umount"
|
|
|
|
depends on CONFIG_MOUNT || CONFIG_UMOUNT
|
|
|
|
|
|
|
|
config CONFIG_FEATURE_MOUNT_LOOP
|
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on). Probably broke several
other things, but it's fixable. (Bang on it, tell me what doesn't work for
you...)
Note: you no longer need to say "-o loop". It does that for you when
necessary.
Still need to add "user mount" support, which involves making mount suid. Not
too hard to do under the new infrastructure, just haven't done it yet...
The previous code had the following notes, that belong in the version
control comments:
- * 3/21/1999 Charles P. Wright <cpwright@cpwright.com>
- * searches through fstab when -a is passed
- * will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07 Erik Andersen <andersen@codepoet.org>.
- * Rewrite of a lot of code. Removed mtab usage (I plan on
- * putting it back as a compile-time option some time),
- * major adjustments to option parsing, and some serious
- * dieting all around.
- *
- * 1999-11-06 mtab support is back - andersee
- *
- * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- * mount to add loop support.
- *
- * 2000-04-30 Dave Cinege <dcinege@psychosis.com>
- * Rewrote fstab while loop and lower mount section. Can now do
- * single mounts from fstab. Can override fstab options for single
- * mount. Common mount_one call for single mounts and 'all'. Fixed
- * mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-11 02:05:54 +05:30
|
|
|
bool " Support loopback mounts"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
|
|
|
depends on CONFIG_MOUNT || CONFIG_UMOUNT
|
|
|
|
help
|
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on). Probably broke several
other things, but it's fixable. (Bang on it, tell me what doesn't work for
you...)
Note: you no longer need to say "-o loop". It does that for you when
necessary.
Still need to add "user mount" support, which involves making mount suid. Not
too hard to do under the new infrastructure, just haven't done it yet...
The previous code had the following notes, that belong in the version
control comments:
- * 3/21/1999 Charles P. Wright <cpwright@cpwright.com>
- * searches through fstab when -a is passed
- * will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07 Erik Andersen <andersen@codepoet.org>.
- * Rewrite of a lot of code. Removed mtab usage (I plan on
- * putting it back as a compile-time option some time),
- * major adjustments to option parsing, and some serious
- * dieting all around.
- *
- * 1999-11-06 mtab support is back - andersee
- *
- * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- * mount to add loop support.
- *
- * 2000-04-30 Dave Cinege <dcinege@psychosis.com>
- * Rewrote fstab while loop and lower mount section. Can now do
- * single mounts from fstab. Can override fstab options for single
- * mount. Common mount_one call for single mounts and 'all'. Fixed
- * mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-11 02:05:54 +05:30
|
|
|
Enabling this feature allows automatic mounting of files (containing
|
|
|
|
filesystem images) via the linux kernel's loopback devices. The mount
|
|
|
|
command will detect you are trying to mount a file instead of a block
|
|
|
|
device, and transparently associate the file with a loopback device.
|
|
|
|
The umount command will also free that loopback device.
|
2005-06-20 10:00:36 +05:30
|
|
|
|
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on). Probably broke several
other things, but it's fixable. (Bang on it, tell me what doesn't work for
you...)
Note: you no longer need to say "-o loop". It does that for you when
necessary.
Still need to add "user mount" support, which involves making mount suid. Not
too hard to do under the new infrastructure, just haven't done it yet...
The previous code had the following notes, that belong in the version
control comments:
- * 3/21/1999 Charles P. Wright <cpwright@cpwright.com>
- * searches through fstab when -a is passed
- * will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07 Erik Andersen <andersen@codepoet.org>.
- * Rewrite of a lot of code. Removed mtab usage (I plan on
- * putting it back as a compile-time option some time),
- * major adjustments to option parsing, and some serious
- * dieting all around.
- *
- * 1999-11-06 mtab support is back - andersee
- *
- * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- * mount to add loop support.
- *
- * 2000-04-30 Dave Cinege <dcinege@psychosis.com>
- * Rewrote fstab while loop and lower mount section. Can now do
- * single mounts from fstab. Can override fstab options for single
- * mount. Common mount_one call for single mounts and 'all'. Fixed
- * mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-11 02:05:54 +05:30
|
|
|
You can still use the 'losetup' utility (to manually associate files
|
|
|
|
with loop devices) if you need to do something advanced, such as
|
|
|
|
specify an offset or cryptographic options to the loopback device.
|
|
|
|
(If you don't want umount to free the loop device, use "umount -D".)
|
2005-07-20 02:25:37 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_FEATURE_MTAB_SUPPORT
|
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on). Probably broke several
other things, but it's fixable. (Bang on it, tell me what doesn't work for
you...)
Note: you no longer need to say "-o loop". It does that for you when
necessary.
Still need to add "user mount" support, which involves making mount suid. Not
too hard to do under the new infrastructure, just haven't done it yet...
The previous code had the following notes, that belong in the version
control comments:
- * 3/21/1999 Charles P. Wright <cpwright@cpwright.com>
- * searches through fstab when -a is passed
- * will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07 Erik Andersen <andersen@codepoet.org>.
- * Rewrite of a lot of code. Removed mtab usage (I plan on
- * putting it back as a compile-time option some time),
- * major adjustments to option parsing, and some serious
- * dieting all around.
- *
- * 1999-11-06 mtab support is back - andersee
- *
- * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- * mount to add loop support.
- *
- * 2000-04-30 Dave Cinege <dcinege@psychosis.com>
- * Rewrote fstab while loop and lower mount section. Can now do
- * single mounts from fstab. Can override fstab options for single
- * mount. Common mount_one call for single mounts and 'all'. Fixed
- * mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-11 02:05:54 +05:30
|
|
|
bool " Support for the old /etc/mtab file"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
|
|
|
depends on CONFIG_MOUNT || CONFIG_UMOUNT
|
|
|
|
help
|
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on). Probably broke several
other things, but it's fixable. (Bang on it, tell me what doesn't work for
you...)
Note: you no longer need to say "-o loop". It does that for you when
necessary.
Still need to add "user mount" support, which involves making mount suid. Not
too hard to do under the new infrastructure, just haven't done it yet...
The previous code had the following notes, that belong in the version
control comments:
- * 3/21/1999 Charles P. Wright <cpwright@cpwright.com>
- * searches through fstab when -a is passed
- * will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07 Erik Andersen <andersen@codepoet.org>.
- * Rewrite of a lot of code. Removed mtab usage (I plan on
- * putting it back as a compile-time option some time),
- * major adjustments to option parsing, and some serious
- * dieting all around.
- *
- * 1999-11-06 mtab support is back - andersee
- *
- * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- * mount to add loop support.
- *
- * 2000-04-30 Dave Cinege <dcinege@psychosis.com>
- * Rewrote fstab while loop and lower mount section. Can now do
- * single mounts from fstab. Can override fstab options for single
- * mount. Common mount_one call for single mounts and 'all'. Fixed
- * mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-11 02:05:54 +05:30
|
|
|
Historically, Unix systems kept track of the currently mounted
|
|
|
|
partitions in the file "/etc/mtab". These days, the kernel exports
|
|
|
|
the list of currently mounted partitions in "/proc/mounts", rendering
|
|
|
|
the old mtab file obsolete. (In modern systems, /etc/mtab should be
|
|
|
|
a symlink to /proc/mounts.)
|
|
|
|
|
|
|
|
The only reason to have mount maintain an /etc/mtab file itself is if
|
|
|
|
your stripped-down embedded system does not have a /proc directory.
|
|
|
|
If you must use this, keep in mind it's inherently brittle (for
|
|
|
|
example a mount under chroot won't update it), can't handle modern
|
|
|
|
features like separate per-process filesystem namespaces, requires
|
|
|
|
that your /etc directory be writeable, tends to get easily confused
|
|
|
|
by --bind or --move mounts, and so on. (In brief: avoid.)
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2005-05-20 22:52:18 +05:30
|
|
|
config CONFIG_READPROFILE
|
|
|
|
bool "readprofile"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This allows you to parse /proc/profile for basic profiling.
|
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
endmenu
|
|
|
|
|