Sujet : Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill
De : nospam (at) *nospam* needed.invalid (Paul)
Groupes : comp.os.linux.advocacy alt.comp.os.windows-10Date : 28. Jun 2025, 18:56:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <103paco$10a7p$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Ratcatcher/2.0.0.25 (Windows/20130802)
On Sat, 6/28/2025 6:41 AM, Daniel70 wrote:
On 28/06/2025 6:04 pm, T wrote:
On 6/27/25 3:53 PM, Lawrence D'Oliveiro wrote:
On Fri, 27 Jun 2025 09:27:06 -0400, Paul wrote:
>
The topic of a Linux USB preparation will come up, someone will say
"Oh, just use XYZ", but the thing is, they haven't tested XYZ
themselves, and there is a bit of disappointment waiting for you.
>
I use dd. Yes, I have tested it for myself -- used it in production, in
fact -- many times. Yes, it takes care in use; it’s not nicknamed the
“data destroyer” for nothing ...
>
>
I have even used dd to zero out flash drive that
Windows coughs on.
>
if=/dev/zero
UMMM! (Trying to learn ...) 'if=' is (usually) the input file which is (usually) to be copied somewhere (of=) .... so wouldn't 'if=/dev/zero' (potentially) ZERO the Hard Drive rather than the USB Drive??
dd.exe --list
NT Block Device Objects
\?\Device\Harddisk0\Partition0 Harddisk0 (Windows) is the same as /dev/sda (Linux), Partition0 == wholedisk
link to \?\Device\Harddisk0\DR0
Fixed hard disk media. Block size = 512
size is 4000787030016 bytes
...
\?\Device\Harddisk0\Partition7 Using this identifier, allows overwrite of /dev/sda7 (Linux) AKA S: (Windows)
link to \?\Device\HarddiskVolume7
Fixed hard disk media. Block size = 512
size is 732331769856 bytes
Virtual input devices The Windows port ("dd.exe") has these virtual devices
/dev/zero (null data)
/dev/random (pseudo-random data)
Administrator Terminal
dd.exe if=/dev/zero of=\?\Device\Harddisk0\Partition0
That just erased your hard drive (well, partially erased, before it crashed).
*******
OK, I just inserted a USB stick. Then I reran the custom Windows option supporting ident.
\?\Device\Harddisk1\Partition0 <=== Transfer my hybrid ISO to this [USB stick] namespace
link to \?\Device\Harddisk1\DR1
Removable media other than floppy. Block size = 512 <=== "Removable media"
size is 8019509248 bytes
\?\Device\Harddisk1\Partition1 <=== This is my "STUFF" NTFS volume 8GB in size
link to \?\Device\HarddiskVolume8
Removable media other than floppy. Block size = 512
size is 8017412096 bytes
dd.exe if=some-linux.iso of=\?\Device\Harddisk1\Partition0 # Transferring hybrid ISo to USB stick.
Because of a bug in the chrysocome version of dd, we use "factor" to prepare a block size.
http://www.chrysocome.net/downloads/dd-0.6beta3.zipWe can use this ISO from the collection, for a worked example
6343219200 ubuntu-24.04.2-desktop-amd64.iso
$ factor 6343219200
6343219200: 2 2 2 2 2 2 2 2 2 2 2 3 5 5 61 677 153600 * 41297
$ exit
$ wsl --shutdown
dd.exe if=ubuntu-24.04.2-desktop-amd64.iso of=\?\Device\Harddisk1\Partition0 bs=153600 count=41297
\---------- source ISO -----------/ \----------- USB stick ----------/
Paul
Date | Sujet | # | | Auteur |
26 Jun 25 | Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 169 | | Lawrence D'Oliveiro |
26 Jun 25 |  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 25 | | T |
26 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | Lawrence D'Oliveiro |
26 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
26 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 22 | | rbowman |
26 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 9 | | T |
26 Jun 25 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 8 | | rbowman |
26 Jun 25 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 7 | | T |
26 Jun 25 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 6 | | rbowman |
26 Jun 25 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | T |
27 Jun 25 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | rbowman |
27 Jun 25 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | T |
27 Jun 25 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | rbowman |
27 Jun 25 |            Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
27 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 7 | | Paul |
27 Jun23:53 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 6 | | Lawrence D'Oliveiro |
28 Jun09:04 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | T |
28 Jun18:56 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Paul |
28 Jun20:53 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | T |
29 Jun10:37 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Daniel70 |
1 Jul18:00 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | candycanearter07 |
28 Jun05:14 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | T |
28 Jun06:42 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | rbowman |
28 Jun07:06 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | T |
28 Jun08:29 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | rbowman |
28 Jun09:02 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
26 Jun 25 |  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | Alan K. |
26 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Paul |
26 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | rbowman |
27 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | T |
27 Jun 25 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | rbowman |
26 Jun 25 |  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 113 | | Paul |
26 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 52 | | Hank Rogers |
27 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 47 | | T |
27 Jun21:37 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 24 | | Paul |
27 Jun23:54 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
28 Jun01:19 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 22 | | Hank Rogers |
28 Jun01:35 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
28 Jun06:37 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | rbowman |
28 Jun07:17 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | Paul |
28 Jun08:27 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | rbowman |
28 Jun07:26 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | T |
28 Jun09:19 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | Paul |
28 Jun09:26 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | T |
28 Jun10:18 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | Paul |
28 Jun10:56 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
28 Jun12:52 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | Chris |
28 Jun19:07 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Paul |
28 Jun23:47 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
28 Jun20:56 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 8 | | T |
28 Jun23:51 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 7 | | Lawrence D'Oliveiro |
29 Jun02:18 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 6 | | T |
29 Jun04:20 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | Lawrence D'Oliveiro |
29 Jun05:05 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | rbowman |
29 Jun07:20 |            Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
29 Jun07:10 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
29 Jun04:52 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | rbowman |
29 Jun10:54 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Daniel70 |
28 Jun02:48 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 20 | | T |
28 Jun03:03 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | Lawrence D'Oliveiro |
28 Jun05:16 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | T |
28 Jun05:26 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | Lawrence D'Oliveiro |
29 Jun23:07 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | vallor |
1 Jul18:00 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | candycanearter07 |
28 Jun06:49 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 11 | | rbowman |
28 Jun07:03 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 10 | | T |
28 Jun08:37 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 6 | | Lawrence D'Oliveiro |
28 Jun09:06 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 5 | | T |
28 Jun23:53 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 4 | | Lawrence D'Oliveiro |
29 Jun02:20 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | T |
29 Jun04:21 |            Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | Lawrence D'Oliveiro |
29 Jun07:21 |             Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
28 Jun08:57 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | rbowman |
28 Jun09:10 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | T |
28 Jun19:36 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | rbowman |
28 Jun12:08 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | J. P. Gilliver |
28 Jun15:05 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Chris |
28 Jun23:55 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
29 Jun01:37 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Rufus To Save My Laptop From The Landfill (was: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill) | 2 | | Tyrone |
29 Jun02:05 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Rufus To Save My Laptop From The Landfill | 1 | | Hank Rogers |
28 Jun23:45 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | Lawrence D'Oliveiro |
29 Jun01:17 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Hank Rogers |
28 Jun23:46 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
28 Jun23:46 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
27 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 59 | | Lawrence D'Oliveiro |
27 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 55 | | T |
27 Jun 25 |     Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 54 | | J. P. Gilliver |
28 Jun02:41 |      Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 53 | | T |
28 Jun03:06 |       Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 52 | | Lawrence D'Oliveiro |
28 Jun05:15 |        Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 51 | | T |
28 Jun05:27 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 18 | | Lawrence D'Oliveiro |
28 Jun06:43 |          Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 17 | | T |
28 Jun06:55 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
28 Jun08:37 |           Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 15 | | Lawrence D'Oliveiro |
28 Jun09:16 |            Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 13 | | T |
28 Jun23:58 |             Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 12 | | Lawrence D'Oliveiro |
29 Jun02:23 |              Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 11 | | T |
29 Jun04:22 |               Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 10 | | Lawrence D'Oliveiro |
29 Jun06:32 |                Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 9 | | T |
30 Jun00:53 |                 Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 8 | | Lawrence D'Oliveiro |
30 Jun02:25 |                  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | % |
30 Jun07:39 |                  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 6 | | J. P. Gilliver |
28 Jun20:59 |            Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | T |
28 Jun12:10 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 2 | | J. P. Gilliver |
28 Jun21:10 |         Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 30 | | T |
27 Jun 25 |    Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 3 | | Paul |
27 Jun 25 |   Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 1 | | Lawrence D'Oliveiro |
27 Jun 25 |  Re: Before Dimdows 10 Goes EOL, I'm Testing Linux To Save My Laptop From The Landfill | 25 | | WolfFan |