Mtools
   HOME

TheInfoList



OR:

Mtools is an open source collection of tools to allow a Unix operating system to manipulate files on an MS-DOS file system, typically a floppy disk or floppy disk image.https://www.gnu.org/software/mtools/ Homepage The mtools are part of the
GNU Project The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaborat ...
and are released under the
GNU General Public License The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end users the four freedoms to run, study, share, and modify the software. The license was the first copyleft for general ...
(GPL-3.0-or-later).


Usage

The following refers to mtools usage in floppy images. (Useful for virtual machines such as
QEMU QEMU is a free and open-source emulator (Quick EMUlator). It emulates the machine's central processing unit, processor through dynamic binary translation and provides a set of different hardware and device models for the machine, enabling it t ...
or
VirtualBox Oracle VM VirtualBox (formerly Sun VirtualBox, Sun xVM VirtualBox and Innotek VirtualBox) is a type-2 hypervisor for x86 virtualization developed by Oracle Corporation. VirtualBox was originally created by Innotek GmbH, which was acquired by S ...
.) Copying a file to floppy image: $ mcopy -i Disk.img file_source ::file_target Copying a file from floppy image to the current directory: $ mcopy -i Disk.img ::file_source file_target Deleting all files in the disk image $ mdel -i Disk.img ::*.* The drive character : (colon) has a special meaning. It is used to access image files which are directly specified on the command line using the -i options.


See also

*
Disk image A disk image, in computing, is a computer file containing the contents and structure of a disk volume or of an entire data storage device, such as a hard disk drive, tape drive, floppy disk, optical disc, or USB flash drive. A disk image is us ...


References


External links


mtools official page
on the
GNU GNU () is an extensive collection of free software (383 packages as of January 2022), which can be used as an operating system or can be used in parts with other operating systems. The use of the completed GNU tools led to the family of operat ...
website * Boot disk images for DO
DOS disk images
Free file managers GNU Project software {{free-software-stub