Skip to main content

Questions tagged [volume-label]

The tag has no usage guidance.

0 votes
0 answers
35 views

Does all storage medias have a unique volume label set by default?

I have a task to figure out how to get volume labels out of certain medias, so that I can use it as a key to differentiate each medias that I have. After doing some research, for example if I have a E:...
coleh's user avatar
  • 1
0 votes
2 answers
98 views

Set-Location to root of external drive by volume ID

I want to script some file operations on a particular external drive, that MUST NOT happen on any other drive (backups). The drive letter isn't a reliable identifier, so I found the volume ID and an ...
bluppfisk's user avatar
  • 447
2 votes
1 answer
1k views

How to change the drive label after mapping a drive letter to a folder

On Windows 10, I wanted to map drive letters to local folders. I used subst initially, but then I found out that deleted files from the mapped drives would just disappear, rather than going to the ...
Nathaniel Tanner's user avatar
0 votes
1 answer
691 views

RAMDrive volume inside FIle Manager

Since I managed to remove a driver installed from Internet which turned out to be a virus, there's a new volume inside my Windows 11 file explorer which is called "RAMDrive (Z:)". However, ...
Pellegatta Simone's user avatar
0 votes
1 answer
208 views

How to clear drive names/labels from windows?

I renamed a drive to m500 and another to m600 and now every time I plug in ANY external drive, windows will label it to m500 or m600. I've tried 4 different drives of varying sizes (130gb - 5tb), same ...
House3272's user avatar
  • 153
0 votes
1 answer
300 views

Renaming disks: from D: to F:

How do I rename in Windows 8 disk label from D: to A:, say ? I do know how to rename the label from KINGSTON to USB say, though.
user2925716's user avatar
4 votes
0 answers
19k views

How do I format disk from UEFI shell?

I need to format 2 disks from pre-built UEFI shell. So I have 2 questions. How do I format a disk from UEFI Shell? How do I know what is the disk name or label? By the way, in the first question I ...
KViiTEN's user avatar
  • 167
2 votes
1 answer
2k views

Where does NTFS store the label of a partition?

I'm using a hex editor (wxHexEditor) to explore a hard drive content. I'm looking for where the label of a partition is stored. So the drive I'm exploring is a GPT drive formatted in NTFS. With ...
Nicryc's user avatar
  • 707
0 votes
3 answers
9k views

How do I mount a volume by label in Alpine Linux?

I'm running a Docker container based on Alpine (specifically the balenalib/armv7hf-alpine image). Within the container I want to mount a USB drive by its label, but the Alpine mount command doesn't ...
psychlist's user avatar
6 votes
2 answers
5k views

distinction between volume and partition (terminology)

What's the definition of, and distinction between, a volume and a partition? Wikipedia notes that a partition is created before any files or directories are written to disk. But, then, in the next ...
Thufir's user avatar
  • 1,650
0 votes
2 answers
7k views

Get partition name and partition label on Windows 10 for GPT disks

How can I read both partition name and partition label, for a given drive with GPT partition table? I would like to do it on Windows 10. According to this post, both exist and are different on GPT (...
Smeterlink's user avatar
14 votes
1 answer
15k views

exFAT volume label length: 11 or 15 characters?

There's a fair amount of reference material on the web that states that the maximum label length for an exFAT volume is supposed to be 11 characters. However there are two ways that I am aware of to ...
David G's user avatar
  • 143
1 vote
1 answer
2k views

Use PowerShell to Retrieve Volume Label of Locked BitLocker Drive

I have a USB hard drive encrypted with BitLocker: While it's yet unlocked, in PowerShell I want to retrieve the drive's volume label, so I run a command like this: Get-WmiObject -Class Win32_Volume |...
I say Reinstate Monica's user avatar