X
X
xtala zen2017-03-07 12:33:36
System administration
xtala zen, 2017-03-07 12:33:36

Disk management in Win 10?

Hello!
Tell me how to manage disks in windows 10?
The task is this: I have three physical disks, I want one to be disabled by default and mounted only on demand, I think to backup the entire system to it and disable it until a rainy day, to be sure that the data is not damaged if something happens to the system some misfortune. Encryptor for example.
In Linux, this is solved quite trivially, but in Windows, I can’t figure out which side to go from. Tell me where to dig? Maybe there are special utilities?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem @Jump, 2017-03-07
@xtala

Tell me how to manage disks in windows 10?

Something like this....

K
Konstantin Tsvetkov, 2017-03-07
@tsklab

Tell me how to manage disks in windows 10?

To switch the letter of the current drive I use:
@echo OFF
echo select volume %CD:~0,1% > %TEMP%\change.letter.srt
echo assign letter=R >> %TEMP%\change.letter.srt
diskpart /S %TEMP%\change.letter.srt

Read diskpart help on how to disconnect the desired disk.

A
Andrey Ermachenok, 2017-03-07
@eapeap

It was for this task that I made a power cord for a disk with a switch on the front panel.
Neither the encryptor nor the failure of the PSU is terrible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question