Didn’t want to leave a dead end thread here so:
Apparently I was mistaken. Running “file” on the original iso file shows is an ISO 9660 after all. I swear I saw udp somewhere. So they both say this and are the same size:
~/build> file windows7_DVD.iso
windows7_DVD.iso: ISO 9660 CD-ROM filesystem data ‘GRMCULF(X)REO_EN-RU_DVD’ (bootable)
~/build> ls -go
total 3934872
-rw-rw-r–. 1 4029304832 Mar 2 14:33 windows7_DVD.iso
So I tried the to dd the iso again but with line above:
~/build> sudo dd bs=4M if=windows7_DVD.iso of=/dev/sda1 conv=fdatasync
dd: error writing ‘/dev/sda1’: No space left on device
231+0 records in
230+0 records out
966553600 bytes (967 MB, 922 MiB) copied, 49.399 s, 19.6 MB/s
Only 966Mb of space left?
Does that mean that the original dd is still there and can’t be touched for some reason?
Then I thought I’d start over. My thinking was that the drive is just memory that needs to be blanked out and rewritten and these tools should do that right? Sso I did these with gparted:
(parted) mklabel msdos
(parted) mkpart primary fat32 1MiB 100%
(parted) print
Model: (file)
Disk /dev/sda1: 967MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 966MB 965MB primary fat32 lba
hahahaha so that flash is messed up now I guess. I have heard of such things but never exerienced it.
I had installed the win7 from the DVD the other day, so I stuck the flashdrive in there. Right off the fm said it needed to format the drive. It started but soon stopped saying that it could not format the drive. Then I saw in tutorial at:
eassos.com/how-to/windows-was-unable-to-complete-the-format.php
goto fileman > rightclick Computer > select Manage > select “Disk Management” on left > new window - select flash - rightclick > New Simple Volume wizard
This seems to be working. As it started it was showing 7gb total capacity (yea). I de-elected quick format and it seemed to work. I think there was one large win32 partition I was able to write to with notepad:
G:>dir
Volume in drive G is NEW VOLUME
Volume Serial Number is 923E-5DA3
Directory of G:
03/08/2020 05:46 PM 246 x1.txt
1 File(s) 246 bytes
0 Dir(s) 7,985,946,624 bytes free
Then I put the fashdrive in the F29 laptop to try the dd command on it. But it failed ‘out of space’ at 967 MB again!
So I’m nuts with this thing now and I saw some other pages on using the Windows “diskpart” utility. It would seem to be getting somewhere but ulimately fail like:
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> clean all
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> ATTRIBUTES DISK CLEAR READONLY
Disk attributes cleared successfully.
DISKPART> convert mbr
DiskPart successfully converted the selected disk to MBR format.
DISKPART> create partition primary
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> list partition
There are no partitions on this disk to show.
DISKPART> convert gpt
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
So , after messing with this drive all day with no success I threw it in the woodstove like throwing the One Ring into Mt Doom from which it was forged! It’s $8 - screw it!
I’m certainly not sure but I think the original dd is what did it in as eluded to by nightromantic above. Thanks for all your help.