How can I change disk volume id in wine?
There is vol command in windows which shows volume id and VolumeID (from Sysinternals) which can change VolumeID in windows but not in wine.
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
Running winecfg allows you to edit the drive serial/label (among many other things) from a GUI. If you just want to manipulate it from the filesystem, create the following files as appropriate:
| |||
|
feedback
|
|
It may be a pain in the butt to do this but if you have a copy of windows you could copy explorer.exe (and any of the files that it needs to run) to wine. Then just change the VolumeID like normal. An easier way might be to find the vol command on your windows installation (they usually have .com extensions) and copy it to wine so you can use it. | |||
|
feedback
|
|
Do you mean something like this?
| |||
|
feedback
|