Forgot to mention - according to 
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart
 this process applies to Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 
Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, 
and Windows Server 2008 R2, Windows Server 2008 which I think covers all of the 
currently supported versions of Windows.

-----Original Message-----
From: Steve Barnes <gadgetst...@live.co.uk> 
Sent: 25 May 2020 18:56
To: Steven D'Aprano <st...@pearwood.info>; python-ideas@python.org
Subject: [Python-ideas] Re: How to propose a change with tests where the 
failing test case (current behaviour) is bad or dangerous

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 <st...@pearwood.info>
Sent: 25 May 2020 15:34
To: python-ideas@python.org
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 -- python-ideas@python.org To unsubscribe send an 
email to python-ideas-le...@python.org 
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/Q4DEI6DZVNJJHWQTPBS3IH5EQSF5WVWP/
Code of Conduct: http://python.org/psf/codeofconduct/
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an 
email to python-ideas-le...@python.org 
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/W5L2YPJPAEQL2IRMPVIIWAD2CN62BTZ4/
Code of Conduct: http://python.org/psf/codeofconduct/
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/N33LLP7YE3QQIHAOFUD7LS5EP6WCPC4U/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to