When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Drive letter assignment - Wikipedia

    en.wikipedia.org/wiki/Drive_letter_assignment

    If access to more filesystems than Z: is required under Windows NT, Volume Mount Points must be used. [11] However, it is possible to mount non-letter drives, such as 1: , 2: , or !: using the command line SUBST utility in Windows XP or later (i.e. SUBST 1: C:\TEMP ), but it is not officially supported and may break programs that assume that ...

  3. diskpart - Wikipedia

    en.wikipedia.org/wiki/Diskpart

    With diskpart, scripts are supported to facilitate such functions. For example, the code below would create a new partition: create partition logical size=2048 assign letter=F Specifically, the above will create a 2 GB logical partition, provided that adequate space is available, and assign it the drive letter 'F:'. [5]

  4. EFI system partition - Wikipedia

    en.wikipedia.org/wiki/EFI_System_partition

    The Windows boot manager is located at the \EFI\Microsoft\Boot\ subfolder of the EFI system partition. [23] On Windows XP 64-Bit Edition and later, access to the EFI system partition is obtained by running the mountvol command. Mounts the EFI system partition on the specified drive. Available on Itanium-based computers only. [24]

  5. NTFS volume mount point - Wikipedia

    en.wikipedia.org/wiki/NTFS_volume_mount_point

    The mounted volume is not limited to the NTFS filesystem but can be formatted with any file system supported by Microsoft Windows. However, though these are similar to POSIX mount points found in Unix and Unix-like systems, they only support local filesystems; on Windows Vista and later versions of Windows, NTFS symbolic links can be used to ...

  6. NTFS reparse point - Wikipedia

    en.wikipedia.org/wiki/NTFS_reparse_point

    Volume mount points can be made to be either persistent (remounted automatically after system reboot) or not persistent (must be manually remounted after reboot). [ citation needed ] Mounted volumes may use other file systems than just NTFS, possibly with their own security settings and remapping of access rights according to the remote file ...

  7. 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.

  8. Volume (computing) - Wikipedia

    en.wikipedia.org/wiki/Volume_(computing)

    In Linux systems, volumes are usually handled by the Logical Volume Manager or the Enterprise Volume Management System and manipulated using mount(8). In NT -based versions of Microsoft Windows , volumes are handled by the kernel and managed using the Disk Management MMC snap-in or the Diskpart command line tool.

  9. SUBST - Wikipedia

    en.wikipedia.org/wiki/SUBST

    There are tools available to make the necessary changes for the user, including psubst. The relative to this thematic registry key is HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices. It defines mapping of drive letters into particular hard disk partitions, similar to /etc/fstab on a Unix system. It also can be edited manually, but only at that time ...