Misplaced Pages

Mtools

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Mtools
Developer(s)The GNU Project
Stable release4.0.46 Edit this on Wikidata / 21 November 2024
Repository
Operating systemUnix-like
LicenseGPL-3.0-or-later
Websitewww.gnu.org/software/mtools/

Mtools is an open source collection of utilities to allow a Unix operating system to manipulate files on an MS-DOS file system, typically a floppy disk or floppy disk image.

The mtools are part of the GNU Project and are released under the GNU General Public License (GPL-3.0-or-later).

Usage

The following refers to mtools usage in floppy images. (Useful for virtual machines such as QEMU or VirtualBox.)

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

References

  1. Alain Knaff (21 November 2024). "GNU mtools 4.0.46 released". Retrieved 21 November 2024.
  2. https://www.gnu.org/software/mtools/ Homepage
  3. Mielewczik, Michael. "mtools: DOS-Dateien unter Linux verwalten". Linux Intern. 1/1999: 81.
  4. "online linux man page". Retrieved 31 July 2012.

External links

GNU Project
History
Licenses
Software
Contributors
Other topics


Stub icon

This free and open-source software article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Mtools Add topic