enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. label (command) - Wikipedia

    en.wikipedia.org/wiki/Label_(command)

    In computing, label is a command included with some operating systems (e.g., DOS, [1] IBM OS/2, [2] Microsoft Windows [3] and ReactOS [4]). It is used to create, change, or delete a volume label on a logical drive, such as a hard disk partition or a floppy disk. Used without parameters, label changes the current volume label or deletes the ...

  3. List of DOS commands - Wikipedia

    en.wikipedia.org/wiki/List_of_DOS_commands

    In Microsoft Windows, a command prompt window that uses many of the same commands, cmd.exe, can still be used. ... and delete DOS partitions or logical DOS drive.

  4. diskpart - Wikipedia

    en.wikipedia.org/wiki/Diskpart

    On the Recovery Console, which is included in all Windows 2000, Windows XP and Windows Server 2003, there is a diskpart command which is significantly different from the one included in the actual operating system. It only provides functionality for adding and deleting partitions, but not for setting an active partition. [7] [8]

  5. fdisk - Wikipedia

    en.wikipedia.org/wiki/Fdisk

    fdisk is a command-line utility for disk partitioning.It has been part of DOS, DR FlexOS, IBM OS/2, and early versions of Microsoft Windows, as well as certain ports of FreeBSD, [2] NetBSD, [3] OpenBSD, [4] DragonFly BSD [5] and macOS [6] for compatibility reasons.

  6. vol (command) - Wikipedia

    en.wikipedia.org/wiki/Vol_(command)

    Drive: This command-line argument specifies the drive letter of the disk for which to display the volume label and serial number. Note: On Windows, the volume serial number is displayed only for disks formatted with MS-DOS version 4.0 or later. OS/2 allows the user to specify more than one drive. The vol command displays the volume labels ...

  7. Disk Utility - Wikipedia

    en.wikipedia.org/wiki/Disk_Utility

    Adding or changing partition table between Apple Partition Map, GUID Partition Table, and master boot record (MBR) Restoring volumes from Apple Software Restore (ASR) images; Checking the S.M.A.R.T. status of a hard disk; Disk Utility functions may also be accessed from the macOS command line with the diskutil and hdiutil commands. [3]

  8. GParted - Wikipedia

    en.wikipedia.org/wiki/Gparted

    GParted is used for creating, deleting, [3] resizing, [4] moving, checking, and copying disk partitions and their file systems. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks, and mirroring one partition with another (disk imaging). It can also be used to format a USB drive.

  9. rmdir - Wikipedia

    en.wikipedia.org/wiki/Rmdir

    will first remove baz/, then bar/ and finally foo/ thus removing the entire directory tree specified in the command argument. rmdir will not remove a directory if it is not empty in UNIX. The rm command will remove a directory and all its contents recursively. For example: