On Windows 
https://freetechtutors.com/create-virtual-hard-disk-using-diskpart-windows/ 
gives a nice description of creating a virtual disk with only operating system 
commands. Note that it shows the commands being used interactively but it can 
also be scripted by starting diskpart /s script.txt - it does need to be run as 
admin.

Steve Barnes

-----Original Message-----
From: Steven D'Aprano <[email protected]> 
Sent: 25 May 2020 15:34
To: [email protected]
Subject: [Python-ideas] Re: How to propose a change with tests where the 
failing test case (current behaviour) is bad or dangerous

On Fri, May 22, 2020 at 03:54:30PM +0100, Rob Cliffe via Python-ideas wrote:

> I find having a RAM drive is very handy.  Could this be another use for it?

Could be, if there's a standard way to create a RAM drive on all windows 
machines without needing to install specialist RAM drive software from a third 
party.



--
Steven
_______________________________________________
Python-ideas mailing list -- [email protected] To unsubscribe send an 
email to [email protected] 
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/Q4DEI6DZVNJJHWQTPBS3IH5EQSF5WVWP/
Code of Conduct: http://python.org/psf/codeofconduct/
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/W5L2YPJPAEQL2IRMPVIIWAD2CN62BTZ4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to