Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Problems with USB sticks, for ISO purposes

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
No_windows
Posts: 505
Joined: 2015-08-05 03:03

Problems with USB sticks, for ISO purposes

#1 Post by No_windows »

Working with a 64-bit Jessie system.

I'm doing something wrong, and I can't figure out what it is. I've got two USB sticks, and have used them plenty of times to install Debian and other distributions. I'm trying to install Buster onto a 32-bit laptop, and forgot it's 32-bit. I first used the 64-bit ISO and can't get rid of it, so I can put the 32-bit ISO onto the USB stick. Maybe it's connected to Buster using two partitions?

The USB stick doesn't show up with Fdisk -l, only my raid drives. lsblk shows the USB as sda, sda1, and sd2.

Nothing I've tried seems to work/do-much. I get errors or it "works" in about 0 seconds which I suspect means it not actually doing anything. When I think I have it, and try Fdisk to establish new partions, I get an error telling me there are no free sectors.

I've tried deleting partitions, "reformatting", repartitioning, zeroing everything.... I'm so frustrated. I've been working on this much longer than need be, following advice found on Google. I should have a new system installed now.

If you need to know exactly what I've already tried, in order to help, please move along.... I didn't keep track, I don't remember, and I'm going to go do something else right now before I break something. In the past I've just dd'd over the last ISO, as far as I can remember.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Problems with USB sticks, for ISO purposes

#2 Post by Bloom »

FDisk doesn't show hybrid iso usb-sticks since they are presented as cd-rom or dvd-rom drives, so that's perfectly normal.
How have you copied the iso to the usb-stick? You don't need to make partitions yourself, then it won't boot. You need to use something like dd to copy the iso bit for bit to the usb-stick.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Problems with USB sticks, for ISO purposes

#3 Post by p.H »

Parted and gparted get confused by the odd format used by Debian ISO-hybrid images but fdisk perfectly shows ISO-hybrid USB sticks, as they have a partition table. Anyway you do not have to partition, erase or format anything. You just have to write the image to the USB stick raw device /dev/sdX with cp or dd. It will erase all previous contents and format.

The USB stick may be defective. Check the output of dmesg just after plugging it.

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#4 Post by No_windows »

Bloom wrote:FDisk doesn't show hybrid iso usb-sticks since they are presented as cd-rom or dvd-rom drives, so that's perfectly normal.
How have you copied the iso to the usb-stick? You don't need to make partitions yourself, then it won't boot. You need to use something like dd to copy the iso bit for bit to the usb-stick.
I opened a root terminal in the directory where I have the ISO and used dd. "dd bs=4M if=ubuntu-12.04.2-server-i386.iso of=/dev/sdb" adjusted for the debian ISO and sda.

I used the 64-bit iso at first, and of course my 32-bit laptop didn't like it. I did notice that some of the txt/html files on the USB would not open on my Jessie system, after creation.

I only started to try to delete/create partitions after I ran into trouble.

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#5 Post by No_windows »

p.H wrote:Parted and gparted get confused by the odd format used by Debian ISO-hybrid images but fdisk perfectly shows ISO-hybrid USB sticks, as they have a partition table. Anyway you do not have to partition, erase or format anything. You just have to write the image to the USB stick raw device /dev/sdX with cp or dd. It will erase all previous contents and format.

The USB stick may be defective. Check the output of dmesg just after plugging it.
I've got two USB sticks, both have had the 64-bit ISO written to them, and both are giving me trouble now. I don't think both would go bad at the same time.

I didn't know I could use cp to write an iso. All the examples I find online use dd.

Here's the output of dmesg... it's huge.

Code: Select all

[1904396.889058]  sda: sda1 sda2
[1904396.895751] sd 8:0:0:0: [sda] Attached SCSI removable disk
[1904397.112264] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1904397.273837] ISO 9660 Extensions: Microsoft Joliet Level 3
[1904397.275830] ISO 9660 Extensions: Microsoft Joliet Level 3
[1904397.276830] ISO 9660 Extensions: RRIP_1991A
[1904968.327845] usb 1-7: USB disconnect, device number 7
[1904968.378465] FAT-fs (sda2): unable to read boot sector to mark fs as dirty
[1905032.836036] usb 1-7: new high-speed USB device number 8 using ehci-pci
[1905032.970929] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1905032.970934] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1905032.970936] usb 1-7: Product: DataTraveler 2.0
[1905032.970938] usb 1-7: Manufacturer: Kingston
[1905032.970939] usb 1-7: SerialNumber: 200801250000000000000418
[1905032.971437] usb-storage 1-7:1.0: USB Mass Storage device detected
[1905032.971747] scsi9 : usb-storage 1-7:1.0
[1905033.968891] scsi 9:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1905033.970967] sd 9:0:0:0: Attached scsi generic sg1 type 0
[1905033.972057] sd 9:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1905033.972714] sd 9:0:0:0: [sda] Write Protect is off
[1905033.972717] sd 9:0:0:0: [sda] Mode Sense: 23 00 00 00
[1905033.973465] sd 9:0:0:0: [sda] No Caching mode page found
[1905033.973468] sd 9:0:0:0: [sda] Assuming drive cache: write through
[1905034.094778]  sda: sda1 sda2
[1905034.104896] sd 9:0:0:0: [sda] Attached SCSI removable disk
[1905034.267968] ISO 9660 Extensions: Microsoft Joliet Level 3
[1905034.270600] ISO 9660 Extensions: Microsoft Joliet Level 3
[1905034.272342] ISO 9660 Extensions: RRIP_1991A
[1905034.551158] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1905034.567853] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1906187.612514] usb 1-7: USB disconnect, device number 8
[1906196.784026] usb 1-7: new high-speed USB device number 9 using ehci-pci
[1906196.918989] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1906196.918996] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1906196.918999] usb 1-7: Product: DataTraveler 2.0
[1906196.919001] usb 1-7: Manufacturer: Kingston
[1906196.919004] usb 1-7: SerialNumber: 200801250000000000000418
[1906196.919790] usb-storage 1-7:1.0: USB Mass Storage device detected
[1906196.927160] scsi10 : usb-storage 1-7:1.0
[1906197.924899] scsi 10:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1906197.925437] sd 10:0:0:0: Attached scsi generic sg1 type 0
[1906197.926098] sd 10:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1906197.926842] sd 10:0:0:0: [sda] Write Protect is off
[1906197.926844] sd 10:0:0:0: [sda] Mode Sense: 23 00 00 00
[1906197.927592] sd 10:0:0:0: [sda] No Caching mode page found
[1906197.927594] sd 10:0:0:0: [sda] Assuming drive cache: write through
[1906198.052316]  sda: sda1 sda2
[1906198.056392] sd 10:0:0:0: [sda] Attached SCSI removable disk
[1906198.218259] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1906198.235844] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1906198.371847] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906198.374220] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906198.375212] ISO 9660 Extensions: RRIP_1991A
[1906259.564188] usb 1-7: USB disconnect, device number 9
[1906303.456026] usb 1-7: new high-speed USB device number 10 using ehci-pci
[1906303.590657] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1906303.590665] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1906303.590667] usb 1-7: Product: DataTraveler 2.0
[1906303.590670] usb 1-7: Manufacturer: Kingston
[1906303.590672] usb 1-7: SerialNumber: 200801250000000000000418
[1906303.591495] usb-storage 1-7:1.0: USB Mass Storage device detected
[1906303.600338] scsi11 : usb-storage 1-7:1.0
[1906304.603158] scsi 11:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1906304.603668] sd 11:0:0:0: Attached scsi generic sg1 type 0
[1906304.604246] sd 11:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1906304.605015] sd 11:0:0:0: [sda] Write Protect is off
[1906304.605020] sd 11:0:0:0: [sda] Mode Sense: 23 00 00 00
[1906304.606755] sd 11:0:0:0: [sda] No Caching mode page found
[1906304.606760] sd 11:0:0:0: [sda] Assuming drive cache: write through
[1906304.727029]  sda: sda1 sda2
[1906304.735385] sd 11:0:0:0: [sda] Attached SCSI removable disk
[1906304.899236] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906304.901366] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906304.902361] ISO 9660 Extensions: RRIP_1991A
[1906305.134066] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1906305.153117] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1906522.871930] usb 1-7: USB disconnect, device number 10
[1906525.348079] usb 1-7: new high-speed USB device number 11 using ehci-pci
[1906525.482921] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1906525.482928] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1906525.482931] usb 1-7: Product: DataTraveler 2.0
[1906525.482933] usb 1-7: Manufacturer: Kingston
[1906525.482936] usb 1-7: SerialNumber: 200801250000000000000418
[1906525.483365] usb-storage 1-7:1.0: USB Mass Storage device detected
[1906525.483541] scsi12 : usb-storage 1-7:1.0
[1906526.480826] scsi 12:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1906526.481845] sd 12:0:0:0: Attached scsi generic sg1 type 0
[1906526.483641] sd 12:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1906526.484769] sd 12:0:0:0: [sda] Write Protect is off
[1906526.484772] sd 12:0:0:0: [sda] Mode Sense: 23 00 00 00
[1906526.485514] sd 12:0:0:0: [sda] No Caching mode page found
[1906526.485516] sd 12:0:0:0: [sda] Assuming drive cache: write through
[1906526.606581]  sda: sda1 sda2
[1906526.609016] sd 12:0:0:0: [sda] Attached SCSI removable disk
[1906526.790906] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906526.793020] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906526.794323] ISO 9660 Extensions: RRIP_1991A
[1906526.905945] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1906526.937548] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1906844.469809] usb 1-7: USB disconnect, device number 11
[1906850.524035] usb 1-7: new high-speed USB device number 12 using ehci-pci
[1906850.659239] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1906850.659249] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1906850.659252] usb 1-7: Product: DataTraveler 2.0
[1906850.659254] usb 1-7: Manufacturer: Kingston
[1906850.659257] usb 1-7: SerialNumber: 200801250000000000000418
[1906850.660351] usb-storage 1-7:1.0: USB Mass Storage device detected
[1906850.661829] scsi13 : usb-storage 1-7:1.0
[1906851.661008] scsi 13:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1906851.661490] sd 13:0:0:0: Attached scsi generic sg1 type 0
[1906851.662978] sd 13:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1906851.663756] sd 13:0:0:0: [sda] Write Protect is off
[1906851.663760] sd 13:0:0:0: [sda] Mode Sense: 23 00 00 00
[1906851.664707] sd 13:0:0:0: [sda] No Caching mode page found
[1906851.664711] sd 13:0:0:0: [sda] Assuming drive cache: write through
[1906851.784378]  sda: sda1 sda2
[1906851.787084] sd 13:0:0:0: [sda] Attached SCSI removable disk
[1906851.965710] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906851.968338] ISO 9660 Extensions: Microsoft Joliet Level 3
[1906851.969327] ISO 9660 Extensions: RRIP_1991A
[1906852.157413] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1906852.176100] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1907065.506003] ISO 9660 Extensions: Microsoft Joliet Level 3
[1907065.508169] ISO 9660 Extensions: Microsoft Joliet Level 3
[1907065.509126] ISO 9660 Extensions: RRIP_1991A
[1907067.215157] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1907067.239113] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1907153.701503] usb 1-7: USB disconnect, device number 12
[1907191.788030] usb 1-7: new high-speed USB device number 13 using ehci-pci
[1907191.923016] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1907191.923024] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1907191.923027] usb 1-7: Product: DataTraveler 2.0
[1907191.923029] usb 1-7: Manufacturer: Kingston
[1907191.923032] usb 1-7: SerialNumber: 200801250000000000000418
[1907191.923576] usb-storage 1-7:1.0: USB Mass Storage device detected
[1907191.926146] scsi14 : usb-storage 1-7:1.0
[1907192.925384] scsi 14:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1907192.926027] sd 14:0:0:0: Attached scsi generic sg1 type 0
[1907192.926874] sd 14:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1907192.927781] sd 14:0:0:0: [sda] Write Protect is off
[1907192.927785] sd 14:0:0:0: [sda] Mode Sense: 23 00 00 00
[1907192.928634] sd 14:0:0:0: [sda] No Caching mode page found
[1907192.928638] sd 14:0:0:0: [sda] Assuming drive cache: write through
[1907193.049242]  sda: sda1 sda2
[1907193.052256] sd 14:0:0:0: [sda] Attached SCSI removable disk
[1907193.222052] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1907193.241746] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1907193.377981] ISO 9660 Extensions: Microsoft Joliet Level 3
[1907193.380486] ISO 9660 Extensions: Microsoft Joliet Level 3
[1907193.381489] ISO 9660 Extensions: RRIP_1991A
[1908475.607245] usb 1-7: USB disconnect, device number 13
[1908477.224043] usb 1-7: new high-speed USB device number 14 using ehci-pci
[1908477.358649] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1908477.358656] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1908477.358659] usb 1-7: Product: DataTraveler 2.0
[1908477.358661] usb 1-7: Manufacturer: Kingston
[1908477.358664] usb 1-7: SerialNumber: 200801250000000000000418
[1908477.359167] usb-storage 1-7:1.0: USB Mass Storage device detected
[1908477.359346] scsi15 : usb-storage 1-7:1.0
[1908478.356918] scsi 15:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1908478.357414] sd 15:0:0:0: Attached scsi generic sg1 type 0
[1908478.358136] sd 15:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1908478.358884] sd 15:0:0:0: [sda] Write Protect is off
[1908478.358888] sd 15:0:0:0: [sda] Mode Sense: 23 00 00 00
[1908478.359627] sd 15:0:0:0: [sda] No Caching mode page found
[1908478.359631] sd 15:0:0:0: [sda] Assuming drive cache: write through
[1908478.476760]  sda: unknown partition table
[1908478.479510] sd 15:0:0:0: [sda] Attached SCSI removable disk
[1908546.304905] usb 1-7: USB disconnect, device number 14
[1908550.372036] usb 1-7: new high-speed USB device number 15 using ehci-pci
[1908550.508820] usb 1-7: New USB device found, idVendor=0951, idProduct=1607
[1908550.508829] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1908550.508831] usb 1-7: Product: DataTraveler 2.0
[1908550.508833] usb 1-7: Manufacturer: Kingston
[1908550.508835] usb 1-7: SerialNumber: 200801250000000000000418
[1908550.509436] usb-storage 1-7:1.0: USB Mass Storage device detected
[1908550.510616] scsi16 : usb-storage 1-7:1.0
[1908551.508899] scsi 16:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
[1908551.510683] sd 16:0:0:0: Attached scsi generic sg1 type 0
[1908551.511628] sd 16:0:0:0: [sda] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB)
[1908551.512362] sd 16:0:0:0: [sda] Write Protect is off
[1908551.512367] sd 16:0:0:0: [sda] Mode Sense: 23 00 00 00
[1908551.513111] sd 16:0:0:0: [sda] No Caching mode page found
[1908551.513114] sd 16:0:0:0: [sda] Assuming drive cache: write through
[1908551.625738]  sda: unknown partition table
[1908551.628489] sd 16:0:0:0: [sda] Attached SCSI removable disk
[1909182.541977] usb 1-7: USB disconnect, device number 15
[1909217.952032] usb 1-7: new high-speed USB device number 16 using ehci-pci
[1909218.087566] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1909218.087572] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1909218.087575] usb 1-7: Product: USB 2.0 FD
[1909218.087578] usb 1-7: Manufacturer: PNY Technologies
[1909218.087580] usb 1-7: SerialNumber: UT1C301700BC9
[1909218.087986] usb-storage 1-7:1.0: USB Mass Storage device detected
[1909218.088929] scsi17 : usb-storage 1-7:1.0
[1909219.089328] scsi 17:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1909219.089830] sd 17:0:0:0: Attached scsi generic sg1 type 0
[1909219.091430] sd 17:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1909219.092425] sd 17:0:0:0: [sda] Write Protect is off
[1909219.092430] sd 17:0:0:0: [sda] Mode Sense: 23 00 00 00
[1909219.093423] sd 17:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1909219.102194]  sda: sda1 sda2
[1909219.116051] sd 17:0:0:0: [sda] Attached SCSI removable disk
[1909219.257220] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1909219.464791] ISO 9660 Extensions: Microsoft Joliet Level 3
[1909219.478423] ISO 9660 Extensions: Microsoft Joliet Level 3
[1909219.482305] ISO 9660 Extensions: RRIP_1991A
[1909378.799214] ISO 9660 Extensions: Microsoft Joliet Level 3
[1909378.811105] ISO 9660 Extensions: Microsoft Joliet Level 3
[1909378.812721] ISO 9660 Extensions: RRIP_1991A
[1909380.034625] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1910422.275069] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910422.287053] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910422.288936] ISO 9660 Extensions: RRIP_1991A
[1910451.029436] usb 1-7: USB disconnect, device number 16
[1910454.272038] usb 1-8: new high-speed USB device number 17 using ehci-pci
[1910454.407520] usb 1-8: New USB device found, idVendor=154b, idProduct=004d
[1910454.407527] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1910454.407530] usb 1-8: Product: USB 2.0 FD
[1910454.407533] usb 1-8: Manufacturer: PNY Technologies
[1910454.407535] usb 1-8: SerialNumber: UT1C301700BC9
[1910454.407955] usb-storage 1-8:1.0: USB Mass Storage device detected
[1910454.408299] scsi18 : usb-storage 1-8:1.0
[1910455.409285] scsi 18:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1910455.409795] sd 18:0:0:0: Attached scsi generic sg1 type 0
[1910455.414029] sd 18:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1910455.415008] sd 18:0:0:0: [sda] Write Protect is off
[1910455.415014] sd 18:0:0:0: [sda] Mode Sense: 23 00 00 00
[1910455.416033] sd 18:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1910455.423392]  sda: sda1 sda2
[1910455.439256] sd 18:0:0:0: [sda] Attached SCSI removable disk
[1910455.597061] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1910455.751249] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910455.767992] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910455.769362] ISO 9660 Extensions: RRIP_1991A
[1910529.099429] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1910530.164845] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910530.176724] ISO 9660 Extensions: Microsoft Joliet Level 3
[1910530.178218] ISO 9660 Extensions: RRIP_1991A
[1914138.757145] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1914139.951252] ISO 9660 Extensions: Microsoft Joliet Level 3
[1914139.968365] ISO 9660 Extensions: Microsoft Joliet Level 3
[1914139.971220] ISO 9660 Extensions: RRIP_1991A
[1914906.343699] usb 1-8: USB disconnect, device number 17
[1914912.000030] usb 1-8: new high-speed USB device number 18 using ehci-pci
[1914912.135531] usb 1-8: New USB device found, idVendor=154b, idProduct=004d
[1914912.135538] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1914912.135541] usb 1-8: Product: USB 2.0 FD
[1914912.135543] usb 1-8: Manufacturer: PNY Technologies
[1914912.135546] usb 1-8: SerialNumber: UT1C301700BC9
[1914912.136180] usb-storage 1-8:1.0: USB Mass Storage device detected
[1914912.136437] scsi19 : usb-storage 1-8:1.0
[1914913.137307] scsi 19:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1914913.138028] sd 19:0:0:0: Attached scsi generic sg1 type 0
[1914913.142889] sd 19:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1914913.143892] sd 19:0:0:0: [sda] Write Protect is off
[1914913.143897] sd 19:0:0:0: [sda] Mode Sense: 23 00 00 00
[1914913.144919] sd 19:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1914913.153669]  sda: sda1 sda2
[1914913.169979] sd 19:0:0:0: [sda] Attached SCSI removable disk
[1914913.335593] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1914913.505261] ISO 9660 Extensions: Microsoft Joliet Level 3
[1914913.521079] ISO 9660 Extensions: Microsoft Joliet Level 3
[1914913.522886] ISO 9660 Extensions: RRIP_1991A
[1915181.737917] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[1915184.241595] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915184.249843] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915184.252468] ISO 9660 Extensions: RRIP_1991A
[1915539.647327] usb 1-8: USB disconnect, device number 18
[1915539.688942] FAT-fs (sda2): unable to read boot sector to mark fs as dirty
[1915541.376034] usb 1-8: new high-speed USB device number 19 using ehci-pci
[1915541.511884] usb 1-8: New USB device found, idVendor=154b, idProduct=004d
[1915541.511890] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1915541.511893] usb 1-8: Product: USB 2.0 FD
[1915541.511896] usb 1-8: Manufacturer: PNY Technologies
[1915541.511898] usb 1-8: SerialNumber: UT1C301700BC9
[1915541.512318] usb-storage 1-8:1.0: USB Mass Storage device detected
[1915541.512674] scsi20 : usb-storage 1-8:1.0
[1915542.513268] scsi 20:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1915542.513714] sd 20:0:0:0: Attached scsi generic sg1 type 0
[1915542.515251] sd 20:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1915542.516241] sd 20:0:0:0: [sda] Write Protect is off
[1915542.516245] sd 20:0:0:0: [sda] Mode Sense: 23 00 00 00
[1915542.517239] sd 20:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1915542.525511]  sda:
[1915542.544749] sd 20:0:0:0: [sda] Attached SCSI removable disk
[1915550.029190] usb 1-8: USB disconnect, device number 19
[1915552.612045] usb 1-7: new high-speed USB device number 20 using ehci-pci
[1915552.748935] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1915552.748942] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1915552.748945] usb 1-7: Product: USB 2.0 FD
[1915552.748948] usb 1-7: Manufacturer: PNY Technologies
[1915552.748950] usb 1-7: SerialNumber: UT1C301700BC9
[1915552.749375] usb-storage 1-7:1.0: USB Mass Storage device detected
[1915552.749566] scsi21 : usb-storage 1-7:1.0
[1915553.749343] scsi 21:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1915553.749829] sd 21:0:0:0: Attached scsi generic sg1 type 0
[1915553.751534] sd 21:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1915553.752529] sd 21:0:0:0: [sda] Write Protect is off
[1915553.752532] sd 21:0:0:0: [sda] Mode Sense: 23 00 00 00
[1915553.753529] sd 21:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1915553.761420]  sda:
[1915553.774287] sd 21:0:0:0: [sda] Attached SCSI removable disk
[1915885.831871] loop: module loaded
[1915885.833405] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915885.833617] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915885.837035] ISO 9660 Extensions: RRIP_1991A
[1915892.902691] attempt to access beyond end of device
[1915892.902703] loop0: rw=0, want=21908, limit=20480
[1915892.902710] attempt to access beyond end of device
[1915892.902712] loop0: rw=0, want=21884, limit=20480
[1915892.908874] attempt to access beyond end of device
[1915892.908883] loop0: rw=0, want=22252, limit=20480
[1915892.908887] attempt to access beyond end of device
[1915892.908889] loop0: rw=0, want=22244, limit=20480
[1915892.909423] attempt to access beyond end of device
[1915892.909427] loop0: rw=0, want=866956, limit=20480
[1915892.909431] attempt to access beyond end of device
[1915892.909433] loop0: rw=0, want=866944, limit=20480
[1915892.909708] attempt to access beyond end of device
[1915892.909712] loop0: rw=0, want=866976, limit=20480
[1915892.909715] attempt to access beyond end of device
[1915892.909717] loop0: rw=0, want=866976, limit=20480
[1915892.910309] attempt to access beyond end of device
[1915892.910313] loop0: rw=0, want=866960, limit=20480
[1915892.910316] attempt to access beyond end of device
[1915892.910318] loop0: rw=0, want=866960, limit=20480
[1915892.913995] attempt to access beyond end of device
[1915892.913999] loop0: rw=0, want=868452, limit=20480
[1915892.914003] attempt to access beyond end of device
[1915892.914005] loop0: rw=0, want=868452, limit=20480
[1915914.861883] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915914.862062] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915914.862183] ISO 9660 Extensions: RRIP_1991A
[1915917.119098] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915917.119250] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915917.119358] ISO 9660 Extensions: RRIP_1991A
[1915917.846626] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915917.846783] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915917.846903] ISO 9660 Extensions: RRIP_1991A
[1915921.354346] attempt to access beyond end of device
[1915921.354357] loop1: rw=0, want=21908, limit=20480
[1915921.354363] attempt to access beyond end of device
[1915921.354365] loop1: rw=0, want=21884, limit=20480
[1915921.354614] attempt to access beyond end of device
[1915921.354618] loop1: rw=0, want=22252, limit=20480
[1915921.354621] attempt to access beyond end of device
[1915921.354623] loop1: rw=0, want=22244, limit=20480
[1915921.355025] attempt to access beyond end of device
[1915921.355029] loop1: rw=0, want=866956, limit=20480
[1915921.355032] attempt to access beyond end of device
[1915921.355034] loop1: rw=0, want=866944, limit=20480
[1915921.355271] attempt to access beyond end of device
[1915921.355275] loop1: rw=0, want=866976, limit=20480
[1915921.355278] attempt to access beyond end of device
[1915921.355280] loop1: rw=0, want=866976, limit=20480
[1915921.355912] attempt to access beyond end of device
[1915921.355916] loop1: rw=0, want=866960, limit=20480
[1915921.355919] attempt to access beyond end of device
[1915921.355921] loop1: rw=0, want=866960, limit=20480
[1915921.356530] attempt to access beyond end of device
[1915921.356533] loop1: rw=0, want=868452, limit=20480
[1915921.356536] attempt to access beyond end of device
[1915921.356538] loop1: rw=0, want=868452, limit=20480
[1915921.916225] attempt to access beyond end of device
[1915921.916238] loop2: rw=0, want=21908, limit=20480
[1915921.916244] attempt to access beyond end of device
[1915921.916246] loop2: rw=0, want=21884, limit=20480
[1915921.916528] attempt to access beyond end of device
[1915921.916532] loop2: rw=0, want=22252, limit=20480
[1915921.916535] attempt to access beyond end of device
[1915921.916537] loop2: rw=0, want=22244, limit=20480
[1915921.916992] attempt to access beyond end of device
[1915921.916996] loop2: rw=0, want=866956, limit=20480
[1915921.916999] attempt to access beyond end of device
[1915921.917001] loop2: rw=0, want=866944, limit=20480
[1915921.917336] attempt to access beyond end of device
[1915921.917339] loop2: rw=0, want=866976, limit=20480
[1915921.917342] attempt to access beyond end of device
[1915921.917344] loop2: rw=0, want=866976, limit=20480
[1915921.917870] attempt to access beyond end of device
[1915921.917873] loop2: rw=0, want=866960, limit=20480
[1915921.917876] attempt to access beyond end of device
[1915921.917878] loop2: rw=0, want=866960, limit=20480
[1915921.918393] attempt to access beyond end of device
[1915921.918397] loop2: rw=0, want=868452, limit=20480
[1915921.918400] attempt to access beyond end of device
[1915921.918402] loop2: rw=0, want=868452, limit=20480
[1915922.359069] attempt to access beyond end of device
[1915922.359090] loop3: rw=0, want=21908, limit=20480
[1915922.359101] attempt to access beyond end of device
[1915922.359102] loop3: rw=0, want=21884, limit=20480
[1915922.359907] attempt to access beyond end of device
[1915922.359910] loop3: rw=0, want=22252, limit=20480
[1915922.359913] attempt to access beyond end of device
[1915922.359915] loop3: rw=0, want=22244, limit=20480
[1915922.361507] attempt to access beyond end of device
[1915922.361512] loop3: rw=0, want=866956, limit=20480
[1915922.361517] attempt to access beyond end of device
[1915922.361518] loop3: rw=0, want=866944, limit=20480
[1915922.362722] attempt to access beyond end of device
[1915922.362726] loop3: rw=0, want=866976, limit=20480
[1915922.362729] attempt to access beyond end of device
[1915922.362731] loop3: rw=0, want=866976, limit=20480
[1915922.363359] attempt to access beyond end of device
[1915922.363361] loop3: rw=0, want=866960, limit=20480
[1915922.363364] attempt to access beyond end of device
[1915922.363365] loop3: rw=0, want=866960, limit=20480
[1915922.363904] attempt to access beyond end of device
[1915922.363907] loop3: rw=0, want=868452, limit=20480
[1915922.363909] attempt to access beyond end of device
[1915922.363911] loop3: rw=0, want=868452, limit=20480
[1915923.790517] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915923.790806] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915923.791022] ISO 9660 Extensions: RRIP_1991A
[1915929.204040] attempt to access beyond end of device
[1915929.204050] loop0: rw=0, want=21884, limit=20480
[1915929.204314] attempt to access beyond end of device
[1915929.204318] loop0: rw=0, want=22244, limit=20480
[1915929.204730] attempt to access beyond end of device
[1915929.204734] loop0: rw=0, want=866944, limit=20480
[1915929.205075] attempt to access beyond end of device
[1915929.205078] loop0: rw=0, want=866976, limit=20480
[1915929.206126] attempt to access beyond end of device
[1915929.206130] loop0: rw=0, want=866960, limit=20480
[1915929.206686] attempt to access beyond end of device
[1915929.206689] loop0: rw=0, want=868452, limit=20480
[1915933.829459] attempt to access beyond end of device
[1915933.829469] loop4: rw=0, want=21908, limit=20480
[1915933.829474] attempt to access beyond end of device
[1915933.829476] loop4: rw=0, want=21884, limit=20480
[1915933.829799] attempt to access beyond end of device
[1915933.829802] loop4: rw=0, want=22252, limit=20480
[1915933.829815] attempt to access beyond end of device
[1915933.829818] loop4: rw=0, want=22244, limit=20480
[1915933.830311] attempt to access beyond end of device
[1915933.830315] loop4: rw=0, want=866956, limit=20480
[1915933.830318] attempt to access beyond end of device
[1915933.830320] loop4: rw=0, want=866944, limit=20480
[1915933.830646] attempt to access beyond end of device
[1915933.830650] loop4: rw=0, want=866976, limit=20480
[1915933.830653] attempt to access beyond end of device
[1915933.830655] loop4: rw=0, want=866976, limit=20480
[1915933.831223] attempt to access beyond end of device
[1915933.831227] loop4: rw=0, want=866960, limit=20480
[1915933.831230] attempt to access beyond end of device
[1915933.831232] loop4: rw=0, want=866960, limit=20480
[1915933.831775] attempt to access beyond end of device
[1915933.831779] loop4: rw=0, want=868452, limit=20480
[1915933.831782] attempt to access beyond end of device
[1915933.831784] loop4: rw=0, want=868452, limit=20480
[1915934.197812] attempt to access beyond end of device
[1915934.197822] loop3: rw=0, want=21884, limit=20480
[1915934.198014] attempt to access beyond end of device
[1915934.198017] loop3: rw=0, want=22244, limit=20480
[1915934.198498] attempt to access beyond end of device
[1915934.198501] loop3: rw=0, want=866944, limit=20480
[1915934.198739] attempt to access beyond end of device
[1915934.198741] loop3: rw=0, want=866976, limit=20480
[1915934.199153] attempt to access beyond end of device
[1915934.199156] loop3: rw=0, want=866960, limit=20480
[1915934.199563] attempt to access beyond end of device
[1915934.199566] loop3: rw=0, want=868452, limit=20480
[1915934.573765] attempt to access beyond end of device
[1915934.573773] loop2: rw=0, want=21884, limit=20480
[1915934.574018] attempt to access beyond end of device
[1915934.574022] loop2: rw=0, want=22244, limit=20480
[1915934.574524] attempt to access beyond end of device
[1915934.574528] loop2: rw=0, want=866944, limit=20480
[1915934.574795] attempt to access beyond end of device
[1915934.574798] loop2: rw=0, want=866976, limit=20480
[1915934.575374] attempt to access beyond end of device
[1915934.575378] loop2: rw=0, want=866960, limit=20480
[1915934.576819] attempt to access beyond end of device
[1915934.576824] loop2: rw=0, want=868452, limit=20480
[1915935.115107] attempt to access beyond end of device
[1915935.115116] loop1: rw=0, want=21884, limit=20480
[1915935.115352] attempt to access beyond end of device
[1915935.115356] loop1: rw=0, want=22244, limit=20480
[1915935.115735] attempt to access beyond end of device
[1915935.115739] loop1: rw=0, want=866944, limit=20480
[1915935.116050] attempt to access beyond end of device
[1915935.116054] loop1: rw=0, want=866976, limit=20480
[1915935.116697] attempt to access beyond end of device
[1915935.116701] loop1: rw=0, want=866960, limit=20480
[1915935.117298] attempt to access beyond end of device
[1915935.117301] loop1: rw=0, want=868452, limit=20480
[1915935.613214] attempt to access beyond end of device
[1915935.613226] loop0: rw=0, want=21884, limit=20480
[1915935.613527] attempt to access beyond end of device
[1915935.613530] loop0: rw=0, want=22244, limit=20480
[1915935.613955] attempt to access beyond end of device
[1915935.613959] loop0: rw=0, want=866944, limit=20480
[1915935.614352] attempt to access beyond end of device
[1915935.614356] loop0: rw=0, want=866976, limit=20480
[1915935.615097] attempt to access beyond end of device
[1915935.615101] loop0: rw=0, want=866960, limit=20480
[1915935.616165] attempt to access beyond end of device
[1915935.616172] loop0: rw=0, want=868452, limit=20480
[1915936.128181] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915936.128367] ISO 9660 Extensions: Microsoft Joliet Level 3
[1915936.128499] ISO 9660 Extensions: RRIP_1991A
[1915937.826388] attempt to access beyond end of device
[1915937.826398] loop5: rw=0, want=21908, limit=20480
[1915937.826403] attempt to access beyond end of device
[1915937.826405] loop5: rw=0, want=21884, limit=20480
[1915937.826678] attempt to access beyond end of device
[1915937.826682] loop5: rw=0, want=22252, limit=20480
[1915937.826685] attempt to access beyond end of device
[1915937.826687] loop5: rw=0, want=22244, limit=20480
[1915937.827163] attempt to access beyond end of device
[1915937.827167] loop5: rw=0, want=866956, limit=20480
[1915937.827170] attempt to access beyond end of device
[1915937.827172] loop5: rw=0, want=866944, limit=20480
[1915937.827428] attempt to access beyond end of device
[1915937.827431] loop5: rw=0, want=866976, limit=20480
[1915937.827434] attempt to access beyond end of device
[1915937.827436] loop5: rw=0, want=866976, limit=20480
[1915937.829853] attempt to access beyond end of device
[1915937.829859] loop5: rw=0, want=866960, limit=20480
[1915937.829863] attempt to access beyond end of device
[1915937.829865] loop5: rw=0, want=866960, limit=20480
[1915937.830425] attempt to access beyond end of device
[1915937.830429] loop5: rw=0, want=868452, limit=20480
[1915937.830432] attempt to access beyond end of device
[1915937.830434] loop5: rw=0, want=868452, limit=20480
[1915939.645833] attempt to access beyond end of device
[1915939.645843] loop5: rw=0, want=866980, limit=20480
[1915939.645848] attempt to access beyond end of device
[1915939.645850] loop5: rw=0, want=866980, limit=20480
[1915944.349260] attempt to access beyond end of device
[1915944.349271] loop5: rw=0, want=246456, limit=20480
[1915944.349281] attempt to access beyond end of device
[1915944.349283] loop5: rw=0, want=246292, limit=20480
[1915981.089561] usb 1-7: USB disconnect, device number 20
[1915983.608027] usb 1-7: new high-speed USB device number 21 using ehci-pci
[1915983.747473] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1915983.747480] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1915983.747483] usb 1-7: Product: USB 2.0 FD
[1915983.747486] usb 1-7: Manufacturer: PNY Technologies
[1915983.747488] usb 1-7: SerialNumber: UT1C301700BC9
[1915983.747923] usb-storage 1-7:1.0: USB Mass Storage device detected
[1915983.748999] scsi22 : usb-storage 1-7:1.0
[1915984.749384] scsi 22:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1915984.751520] sd 22:0:0:0: Attached scsi generic sg1 type 0
[1915984.754710] sd 22:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1915984.755840] sd 22:0:0:0: [sda] Write Protect is off
[1915984.755843] sd 22:0:0:0: [sda] Mode Sense: 23 00 00 00
[1915984.756835] sd 22:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1915984.765679]  sda:
[1915984.782831] sd 22:0:0:0: [sda] Attached SCSI removable disk
[1915987.332509] usb 1-7: USB disconnect, device number 21
[1915995.736988] attempt to access beyond end of device
[1915995.737005] loop0: rw=0, want=21884, limit=20480
[1915995.781568] attempt to access beyond end of device
[1915995.781577] loop0: rw=0, want=22244, limit=20480
[1915995.782244] attempt to access beyond end of device
[1915995.782246] loop0: rw=0, want=866944, limit=20480
[1915995.782442] attempt to access beyond end of device
[1915995.782444] loop0: rw=0, want=866976, limit=20480
[1915995.783152] attempt to access beyond end of device
[1915995.783155] loop0: rw=0, want=866960, limit=20480
[1915995.783782] attempt to access beyond end of device
[1915995.783785] loop0: rw=0, want=868452, limit=20480
[1915996.985420] attempt to access beyond end of device
[1915996.985432] loop1: rw=0, want=21884, limit=20480
[1915996.986081] attempt to access beyond end of device
[1915996.986084] loop1: rw=0, want=22244, limit=20480
[1915996.986758] attempt to access beyond end of device
[1915996.986761] loop1: rw=0, want=866944, limit=20480
[1915996.987188] attempt to access beyond end of device
[1915996.987191] loop1: rw=0, want=866976, limit=20480
[1915996.988976] attempt to access beyond end of device
[1915996.988979] loop1: rw=0, want=866960, limit=20480
[1915996.989536] attempt to access beyond end of device
[1915996.989539] loop1: rw=0, want=868452, limit=20480
[1915997.609360] attempt to access beyond end of device
[1915997.609372] loop2: rw=0, want=21884, limit=20480
[1915997.610013] attempt to access beyond end of device
[1915997.610017] loop2: rw=0, want=22244, limit=20480
[1915997.610476] attempt to access beyond end of device
[1915997.610480] loop2: rw=0, want=866944, limit=20480
[1915997.610696] attempt to access beyond end of device
[1915997.610700] loop2: rw=0, want=866976, limit=20480
[1915997.611194] attempt to access beyond end of device
[1915997.611198] loop2: rw=0, want=866960, limit=20480
[1915997.611888] attempt to access beyond end of device
[1915997.611892] loop2: rw=0, want=868452, limit=20480
[1915998.717786] attempt to access beyond end of device
[1915998.717804] loop3: rw=0, want=21884, limit=20480
[1915998.718070] attempt to access beyond end of device
[1915998.718073] loop3: rw=0, want=22244, limit=20480
[1915998.718593] attempt to access beyond end of device
[1915998.718596] loop3: rw=0, want=866944, limit=20480
[1915998.718819] attempt to access beyond end of device
[1915998.718821] loop3: rw=0, want=866976, limit=20480
[1915998.719529] attempt to access beyond end of device
[1915998.719532] loop3: rw=0, want=866960, limit=20480
[1915998.720062] attempt to access beyond end of device
[1915998.720065] loop3: rw=0, want=868452, limit=20480
[1915999.604211] attempt to access beyond end of device
[1915999.604219] loop4: rw=0, want=21884, limit=20480
[1915999.604499] attempt to access beyond end of device
[1915999.604503] loop4: rw=0, want=22244, limit=20480
[1915999.605039] attempt to access beyond end of device
[1915999.605043] loop4: rw=0, want=866944, limit=20480
[1915999.605310] attempt to access beyond end of device
[1915999.605314] loop4: rw=0, want=866976, limit=20480
[1915999.608407] attempt to access beyond end of device
[1915999.608414] loop4: rw=0, want=866960, limit=20480
[1915999.609149] attempt to access beyond end of device
[1915999.609153] loop4: rw=0, want=868452, limit=20480
[1916000.256692] attempt to access beyond end of device
[1916000.256702] loop5: rw=0, want=21884, limit=20480
[1916000.256928] attempt to access beyond end of device
[1916000.256932] loop5: rw=0, want=22244, limit=20480
[1916000.257337] attempt to access beyond end of device
[1916000.257341] loop5: rw=0, want=866944, limit=20480
[1916000.257610] attempt to access beyond end of device
[1916000.257614] loop5: rw=0, want=866976, limit=20480
[1916000.258161] attempt to access beyond end of device
[1916000.258164] loop5: rw=0, want=866960, limit=20480
[1916000.258766] attempt to access beyond end of device
[1916000.258770] loop5: rw=0, want=868452, limit=20480
[1916015.583652] attempt to access beyond end of device
[1916015.583664] loop1: rw=0, want=21884, limit=20480
[1916015.583916] attempt to access beyond end of device
[1916015.583920] loop1: rw=0, want=22244, limit=20480
[1916015.584409] attempt to access beyond end of device
[1916015.584413] loop1: rw=0, want=866944, limit=20480
[1916015.584640] attempt to access beyond end of device
[1916015.584643] loop1: rw=0, want=866976, limit=20480
[1916015.585200] attempt to access beyond end of device
[1916015.585204] loop1: rw=0, want=866960, limit=20480
[1916015.585866] attempt to access beyond end of device
[1916015.585869] loop1: rw=0, want=868452, limit=20480
[1916016.136888] attempt to access beyond end of device
[1916016.136899] loop2: rw=0, want=21884, limit=20480
[1916016.137212] attempt to access beyond end of device
[1916016.137215] loop2: rw=0, want=22244, limit=20480
[1916016.138240] attempt to access beyond end of device
[1916016.138247] loop2: rw=0, want=866944, limit=20480
[1916016.138620] attempt to access beyond end of device
[1916016.138623] loop2: rw=0, want=866976, limit=20480
[1916016.139177] attempt to access beyond end of device
[1916016.139181] loop2: rw=0, want=866960, limit=20480
[1916016.139749] attempt to access beyond end of device
[1916016.139753] loop2: rw=0, want=868452, limit=20480
[1916016.568086] attempt to access beyond end of device
[1916016.568097] loop3: rw=0, want=21884, limit=20480
[1916016.568384] attempt to access beyond end of device
[1916016.568388] loop3: rw=0, want=22244, limit=20480
[1916016.569054] attempt to access beyond end of device
[1916016.569059] loop3: rw=0, want=866944, limit=20480
[1916016.569295] attempt to access beyond end of device
[1916016.569298] loop3: rw=0, want=866976, limit=20480
[1916016.569831] attempt to access beyond end of device
[1916016.569836] loop3: rw=0, want=866960, limit=20480
[1916016.570532] attempt to access beyond end of device
[1916016.570537] loop3: rw=0, want=868452, limit=20480
[1916017.135838] attempt to access beyond end of device
[1916017.135849] loop4: rw=0, want=21884, limit=20480
[1916017.136634] attempt to access beyond end of device
[1916017.136638] loop4: rw=0, want=22244, limit=20480
[1916017.137188] attempt to access beyond end of device
[1916017.137192] loop4: rw=0, want=866944, limit=20480
[1916017.138438] attempt to access beyond end of device
[1916017.138444] loop4: rw=0, want=866976, limit=20480
[1916017.139231] attempt to access beyond end of device
[1916017.139236] loop4: rw=0, want=866960, limit=20480
[1916017.140154] attempt to access beyond end of device
[1916017.140159] loop4: rw=0, want=868452, limit=20480
[1916017.623086] attempt to access beyond end of device
[1916017.623098] loop5: rw=0, want=21884, limit=20480
[1916017.623344] attempt to access beyond end of device
[1916017.623348] loop5: rw=0, want=22244, limit=20480
[1916017.623772] attempt to access beyond end of device
[1916017.623776] loop5: rw=0, want=866944, limit=20480
[1916017.623993] attempt to access beyond end of device
[1916017.623997] loop5: rw=0, want=866976, limit=20480
[1916017.624632] attempt to access beyond end of device
[1916017.624636] loop5: rw=0, want=866960, limit=20480
[1916017.625419] attempt to access beyond end of device
[1916017.625423] loop5: rw=0, want=868452, limit=20480
[1916018.233300] attempt to access beyond end of device
[1916018.233314] loop1: rw=0, want=21884, limit=20480
[1916018.233675] attempt to access beyond end of device
[1916018.233679] loop1: rw=0, want=22244, limit=20480
[1916018.234550] attempt to access beyond end of device
[1916018.234553] loop1: rw=0, want=866944, limit=20480
[1916018.234773] attempt to access beyond end of device
[1916018.234777] loop1: rw=0, want=866976, limit=20480
[1916018.235238] attempt to access beyond end of device
[1916018.235242] loop1: rw=0, want=866960, limit=20480
[1916018.235807] attempt to access beyond end of device
[1916018.235810] loop1: rw=0, want=868452, limit=20480
[1916019.084552] attempt to access beyond end of device
[1916019.084563] loop2: rw=0, want=21884, limit=20480
[1916019.084831] attempt to access beyond end of device
[1916019.084835] loop2: rw=0, want=22244, limit=20480
[1916019.085320] attempt to access beyond end of device
[1916019.085324] loop2: rw=0, want=866944, limit=20480
[1916019.085559] attempt to access beyond end of device
[1916019.085562] loop2: rw=0, want=866976, limit=20480
[1916019.086066] attempt to access beyond end of device
[1916019.086069] loop2: rw=0, want=866960, limit=20480
[1916019.086668] attempt to access beyond end of device
[1916019.086671] loop2: rw=0, want=868452, limit=20480
[1916019.672582] attempt to access beyond end of device
[1916019.672593] loop3: rw=0, want=21884, limit=20480
[1916019.729062] attempt to access beyond end of device
[1916019.729072] loop3: rw=0, want=22244, limit=20480
[1916019.729552] attempt to access beyond end of device
[1916019.729554] loop3: rw=0, want=866944, limit=20480
[1916019.729708] attempt to access beyond end of device
[1916019.729711] loop3: rw=0, want=866976, limit=20480
[1916019.730660] attempt to access beyond end of device
[1916019.730663] loop3: rw=0, want=866960, limit=20480
[1916019.731043] attempt to access beyond end of device
[1916019.731045] loop3: rw=0, want=868452, limit=20480
[1916020.231260] attempt to access beyond end of device
[1916020.231272] loop4: rw=0, want=21884, limit=20480
[1916020.231576] attempt to access beyond end of device
[1916020.231580] loop4: rw=0, want=22244, limit=20480
[1916020.232075] attempt to access beyond end of device
[1916020.232078] loop4: rw=0, want=866944, limit=20480
[1916020.232321] attempt to access beyond end of device
[1916020.232324] loop4: rw=0, want=866976, limit=20480
[1916020.232976] attempt to access beyond end of device
[1916020.232980] loop4: rw=0, want=866960, limit=20480
[1916020.233527] attempt to access beyond end of device
[1916020.233530] loop4: rw=0, want=868452, limit=20480
[1916020.759298] attempt to access beyond end of device
[1916020.759308] loop5: rw=0, want=21884, limit=20480
[1916020.759542] attempt to access beyond end of device
[1916020.759545] loop5: rw=0, want=22244, limit=20480
[1916020.759956] attempt to access beyond end of device
[1916020.759959] loop5: rw=0, want=866944, limit=20480
[1916020.760375] attempt to access beyond end of device
[1916020.760377] loop5: rw=0, want=866976, limit=20480
[1916020.760777] attempt to access beyond end of device
[1916020.760779] loop5: rw=0, want=866960, limit=20480
[1916020.761295] attempt to access beyond end of device
[1916020.761298] loop5: rw=0, want=868452, limit=20480
[1916022.244676] attempt to access beyond end of device
[1916022.244687] loop1: rw=0, want=21884, limit=20480
[1916022.244948] attempt to access beyond end of device
[1916022.244950] loop1: rw=0, want=22244, limit=20480
[1916022.245524] attempt to access beyond end of device
[1916022.245527] loop1: rw=0, want=866944, limit=20480
[1916022.245891] attempt to access beyond end of device
[1916022.245894] loop1: rw=0, want=866976, limit=20480
[1916022.246499] attempt to access beyond end of device
[1916022.246501] loop1: rw=0, want=866960, limit=20480
[1916022.247084] attempt to access beyond end of device
[1916022.247086] loop1: rw=0, want=868452, limit=20480
[1916038.632034] usb 1-7: new high-speed USB device number 22 using ehci-pci
[1916038.767488] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1916038.767494] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1916038.767498] usb 1-7: Product: USB 2.0 FD
[1916038.767500] usb 1-7: Manufacturer: PNY Technologies
[1916038.767502] usb 1-7: SerialNumber: UT1C301700BC9
[1916038.767984] usb-storage 1-7:1.0: USB Mass Storage device detected
[1916038.769077] scsi23 : usb-storage 1-7:1.0
[1916039.769132] scsi 23:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1916039.770330] sd 23:0:0:0: Attached scsi generic sg1 type 0
[1916039.771222] sd 23:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1916039.772220] sd 23:0:0:0: [sda] Write Protect is off
[1916039.772224] sd 23:0:0:0: [sda] Mode Sense: 23 00 00 00
[1916039.773224] sd 23:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1916039.782908]  sda:
[1916039.798978] sd 23:0:0:0: [sda] Attached SCSI removable disk
[1916142.902078] ISO 9660 Extensions: Microsoft Joliet Level 3
[1916142.902481] ISO 9660 Extensions: Microsoft Joliet Level 3
[1916142.904750] ISO 9660 Extensions: RRIP_1991A
[1916155.615941] attempt to access beyond end of device
[1916155.615951] loop0: rw=0, want=21908, limit=20480
[1916155.615956] attempt to access beyond end of device
[1916155.615958] loop0: rw=0, want=21884, limit=20480
[1916155.620863] attempt to access beyond end of device
[1916155.620868] loop0: rw=0, want=22252, limit=20480
[1916155.620872] attempt to access beyond end of device
[1916155.620874] loop0: rw=0, want=22244, limit=20480
[1916155.621377] attempt to access beyond end of device
[1916155.621380] loop0: rw=0, want=866956, limit=20480
[1916155.621384] attempt to access beyond end of device
[1916155.621386] loop0: rw=0, want=866944, limit=20480
[1916155.621627] attempt to access beyond end of device
[1916155.621630] loop0: rw=0, want=866976, limit=20480
[1916155.621633] attempt to access beyond end of device
[1916155.621635] loop0: rw=0, want=866976, limit=20480
[1916155.622164] attempt to access beyond end of device
[1916155.622168] loop0: rw=0, want=866960, limit=20480
[1916155.622171] attempt to access beyond end of device
[1916155.622173] loop0: rw=0, want=866960, limit=20480
[1916155.625504] attempt to access beyond end of device
[1916155.625509] loop0: rw=0, want=868452, limit=20480
[1916155.625512] attempt to access beyond end of device
[1916155.625515] loop0: rw=0, want=868452, limit=20480
[1916158.246130] attempt to access beyond end of device
[1916158.246140] loop0: rw=0, want=866980, limit=20480
[1916158.246145] attempt to access beyond end of device
[1916158.246147] loop0: rw=0, want=866980, limit=20480
[1916162.514579] attempt to access beyond end of device
[1916162.514589] loop0: rw=0, want=866972, limit=20480
[1916162.514594] attempt to access beyond end of device
[1916162.514596] loop0: rw=0, want=866968, limit=20480
[1916165.434616] attempt to access beyond end of device
[1916165.434629] loop0: rw=0, want=866968, limit=20480
[1916221.191294] attempt to access beyond end of device
[1916221.191307] loop0: rw=0, want=21884, limit=20480
[1916221.196525] attempt to access beyond end of device
[1916221.196532] loop0: rw=0, want=22244, limit=20480
[1916221.197006] attempt to access beyond end of device
[1916221.197010] loop0: rw=0, want=866944, limit=20480
[1916221.197250] attempt to access beyond end of device
[1916221.197254] loop0: rw=0, want=866976, limit=20480
[1916221.197781] attempt to access beyond end of device
[1916221.197785] loop0: rw=0, want=866960, limit=20480
[1916221.201476] attempt to access beyond end of device
[1916221.201481] loop0: rw=0, want=868452, limit=20480
[1916276.775703] attempt to access beyond end of device
[1916276.775713] loop0: rw=0, want=866968, limit=20480
[1916325.548333] attempt to access beyond end of device
[1916325.548341] loop0: rw=0, want=21884, limit=20480
[1916325.552652] attempt to access beyond end of device
[1916325.552662] loop0: rw=0, want=22244, limit=20480
[1916325.553390] attempt to access beyond end of device
[1916325.553392] loop0: rw=0, want=866976, limit=20480
[1916325.553817] attempt to access beyond end of device
[1916325.553819] loop0: rw=0, want=866960, limit=20480
[1916325.554189] attempt to access beyond end of device
[1916325.554191] loop0: rw=0, want=868452, limit=20480
[1916418.356827] usb 1-7: USB disconnect, device number 22
[1916466.288024] usb 1-8: new high-speed USB device number 23 using ehci-pci
[1916466.423504] usb 1-8: New USB device found, idVendor=154b, idProduct=004d
[1916466.423513] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1916466.423515] usb 1-8: Product: USB 2.0 FD
[1916466.423516] usb 1-8: Manufacturer: PNY Technologies
[1916466.423518] usb 1-8: SerialNumber: UT1C301700BC9
[1916466.423916] usb-storage 1-8:1.0: USB Mass Storage device detected
[1916466.428275] scsi24 : usb-storage 1-8:1.0
[1916467.429253] scsi 24:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1916467.429708] sd 24:0:0:0: Attached scsi generic sg1 type 0
[1916467.431369] sd 24:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1916467.434113] sd 24:0:0:0: [sda] Write Protect is off
[1916467.434118] sd 24:0:0:0: [sda] Mode Sense: 23 00 00 00
[1916467.435101] sd 24:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1916467.445056]  sda:
[1916467.459930] sd 24:0:0:0: [sda] Attached SCSI removable disk
[1916704.435575] usb 1-8: USB disconnect, device number 23
[1916730.096346] attempt to access beyond end of device
[1916730.096356] loop0: rw=0, want=21884, limit=20480
[1916730.101144] attempt to access beyond end of device
[1916730.101149] loop0: rw=0, want=22244, limit=20480
[1916730.101740] attempt to access beyond end of device
[1916730.101744] loop0: rw=0, want=866944, limit=20480
[1916730.102002] attempt to access beyond end of device
[1916730.102005] loop0: rw=0, want=866976, limit=20480
[1916730.102789] attempt to access beyond end of device
[1916730.102793] loop0: rw=0, want=866960, limit=20480
[1916730.106457] attempt to access beyond end of device
[1916730.106461] loop0: rw=0, want=868452, limit=20480
[1916732.123426] attempt to access beyond end of device
[1916732.123440] loop0: rw=0, want=21884, limit=20480
[1916732.123702] attempt to access beyond end of device
[1916732.123706] loop0: rw=0, want=22244, limit=20480
[1916732.124238] attempt to access beyond end of device
[1916732.124242] loop0: rw=0, want=866944, limit=20480
[1916732.124553] attempt to access beyond end of device
[1916732.124557] loop0: rw=0, want=866976, limit=20480
[1916732.125181] attempt to access beyond end of device
[1916732.125185] loop0: rw=0, want=866960, limit=20480
[1916732.125925] attempt to access beyond end of device
[1916732.125929] loop0: rw=0, want=868452, limit=20480
[1916734.489517] attempt to access beyond end of device
[1916734.489527] loop0: rw=0, want=866980, limit=20480
[1916818.280026] usb 1-7: new high-speed USB device number 24 using ehci-pci
[1916818.415560] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1916818.415566] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1916818.415568] usb 1-7: Product: USB 2.0 FD
[1916818.415570] usb 1-7: Manufacturer: PNY Technologies
[1916818.415574] usb 1-7: SerialNumber: UT1C301700BC9
[1916818.416607] usb-storage 1-7:1.0: USB Mass Storage device detected
[1916818.417620] scsi25 : usb-storage 1-7:1.0
[1916819.418469] scsi 25:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1916819.418955] sd 25:0:0:0: Attached scsi generic sg1 type 0
[1916819.420671] sd 25:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1916819.421834] sd 25:0:0:0: [sda] Write Protect is off
[1916819.421837] sd 25:0:0:0: [sda] Mode Sense: 23 00 00 00
[1916819.422790] sd 25:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1916819.433555]  sda:
[1916819.447558] sd 25:0:0:0: [sda] Attached SCSI removable disk
[1916917.024959] ISO 9660 Extensions: Microsoft Joliet Level 3
[1916917.025123] ISO 9660 Extensions: Microsoft Joliet Level 3
[1916917.025195] ISO 9660 Extensions: RRIP_1991A
[1916977.506611] usb 1-7: USB disconnect, device number 24
[1975423.832019] usb 1-7: new high-speed USB device number 25 using ehci-pci
[1975423.967447] usb 1-7: New USB device found, idVendor=154b, idProduct=004d
[1975423.967452] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1975423.967454] usb 1-7: Product: USB 2.0 FD
[1975423.967456] usb 1-7: Manufacturer: PNY Technologies
[1975423.967457] usb 1-7: SerialNumber: UT1C301700BC9
[1975423.967739] usb-storage 1-7:1.0: USB Mass Storage device detected
[1975423.967916] scsi26 : usb-storage 1-7:1.0
[1975424.965337] scsi 26:0:0:0: Direct-Access     PNY      USB 2.0 FD       0.00 PQ: 0 ANSI: 4
[1975424.965949] sd 26:0:0:0: Attached scsi generic sg1 type 0
[1975424.967329] sd 26:0:0:0: [sda] 15773696 512-byte logical blocks: (8.07 GB/7.52 GiB)
[1975424.969160] sd 26:0:0:0: [sda] Write Protect is off
[1975424.969165] sd 26:0:0:0: [sda] Mode Sense: 23 00 00 00
[1975424.970203] sd 26:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1975424.978211]  sda:
[1975424.992943] sd 26:0:0:0: [sda] Attached SCSI removable disk


User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Problems with USB sticks, for ISO purposes

#6 Post by Bloom »

No_windows wrote:
Bloom wrote:FDisk doesn't show hybrid iso usb-sticks since they are presented as cd-rom or dvd-rom drives, so that's perfectly normal.
How have you copied the iso to the usb-stick? You don't need to make partitions yourself, then it won't boot. You need to use something like dd to copy the iso bit for bit to the usb-stick.
I opened a root terminal in the directory where I have the ISO and used dd. "dd bs=4M if=ubuntu-12.04.2-server-i386.iso of=/dev/sdb" adjusted for the debian ISO and sda.
I used the 64-bit iso at first, and of course my 32-bit laptop didn't like it. I did notice that some of the txt/html files on the USB would not open on my Jessie system, after creation.
I only started to try to delete/create partitions after I ran into trouble.
The problem seems to me that you used 4M buffers and no "notrunc" flag. Without it, dd could/would have truncated the output.
This is the syntax I use and it works everytime flawlessly:

Code: Select all

sudo dd if="DebanIsoFile" of="/dev/sdb" bs=512 oflag=direct conv=notrunce,noerror status=progress

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#7 Post by No_windows »

Bloom wrote: The problem seems to me that you used 4M buffers and no "notrunc" flag. Without it, dd could/would have truncated the output.
This is the syntax I use and it works everytime flawlessly:

Code: Select all

sudo dd if="DebanIsoFile" of="/dev/sdb" bs=512 oflag=direct conv=notrunce,noerror status=progress
I just tried it.... It errored on "notrunce" and going by dd --help, and your previous mention I removed the "e", but then it stops on the "status=progress", as it has all other times I've tried using that. "dd --help" doesn't show a "progress". Is that included in a newer version of dd, that I don't have since I'm on a Jessie machine?

Code: Select all

# dd if="debian-10.0.0-i386-netinst.iso" of="/dev/sda" bs=512 oflag=direct conv=notrunc,noerror status=progress
dd: invalid status flag: ‘progress’
Try 'dd --help' for more information.

sgage
Posts: 86
Joined: 2013-03-10 21:00
Has thanked: 1 time
Been thanked: 2 times

Re: Problems with USB sticks, for ISO purposes

#8 Post by sgage »

You might try balenaEtcher. It seems to be able to clean up a screwy USB stick before writing in a new ISO. I've had some good luck with it.

If you have access to a Windows machine to burn your ISO, I've had very good luck with Rufus on some otherwise really confused USB sticks.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Problems with USB sticks, for ISO purposes

#9 Post by Bulkley »

sgage wrote:You might try balenaEtcher. It seems to be able to clean up a screwy USB stick before writing in a new ISO. I've had some good luck with it.
+1.

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#10 Post by No_windows »

I'm not finding Balena Etcher in the Jessie repos.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Problems with USB sticks, for ISO purposes

#11 Post by Bloom »

No_windows wrote:
Bloom wrote: The problem seems to me that you used 4M buffers and no "notrunc" flag. Without it, dd could/would have truncated the output.
This is the syntax I use and it works everytime flawlessly:

Code: Select all

sudo dd if="DebanIsoFile" of="/dev/sdb" bs=512 oflag=direct conv=notrunce,noerror status=progress
I just tried it.... It errored on "notrunce" and going by dd --help, and your previous mention I removed the "e", but then it stops on the "status=progress", as it has all other times I've tried using that. "dd --help" doesn't show a "progress". Is that included in a newer version of dd, that I don't have since I'm on a Jessie machine?

Code: Select all

# dd if="debian-10.0.0-i386-netinst.iso" of="/dev/sda" bs=512 oflag=direct conv=notrunc,noerror status=progress
dd: invalid status flag: ‘progress’
Try 'dd --help' for more information.
The "notrunc" is correct. The added 'e' was a typo. You can omit "status=progress" if your version of dd doesn't support it yet (mine does), it serves to show a progress report while copying.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Problems with USB sticks, for ISO purposes

#12 Post by Bloom »

For a progress report, you can do the following:

Code: Select all

sudo apt-get install pv
and then use

Code: Select all

pv "DebianIsoFile" | sudo dd of="/dev/sdb" bs=128M conv=notrunc,noerror

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#13 Post by No_windows »

Bloom wrote: The "notrunc" is correct. The added 'e' was a typo. You can omit "status=progress" if your version of dd doesn't support it yet (mine does), it serves to show a progress report while copying.
I was afraid of that. I did try it with the "status=progress" removed, and I still get an error.

Code: Select all

# dd if=debian-10.0.0-i386-netinst.iso of=/dev/sda bs=512 oflag=direct conv=notrunc,noerror
dd: failed to open ‘/dev/sda’: Invalid argument

Code: Select all

# lsblk
NAME                 MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                    8:0    1   7.5G  0 disk 
sr0                   11:0    1  1024M  0 rom  
cciss!c0d0           104:0    0 136.7G  0 disk 
├─cciss!c0d0p1       104:1    0   243M  0 part /boot
├─cciss!c0d0p2       104:2    0     1K  0 part 
└─cciss!c0d0p5       104:5    0 136.5G  0 part 
  ├─Holly--vg-root   254:0    0   9.3G  0 lvm  /
  ├─Holly--vg-swap_1 254:1    0   5.1G  0 lvm  [SWAP]
  └─Holly--vg-home   254:2    0   122G  0 lvm  /home

I'm not seeing either USB drive in Thunar anymore. I'm thinking neither one is mounting. I was getting loops... loop0 for awhile, and if I look in /dev I find loop0 loop1 loop2, etc.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Problems with USB sticks, for ISO purposes

#14 Post by Bulkley »

No_windows wrote:I'm not finding Balena Etcher in the Jessie repos.
It's not in the repos. Go here.

Download the appropriate zip file. Unzip it. Run the appimage in your userspace using a line something like this:

Code: Select all

~/Downloads/./balenaEtcher-1.5.52-x64.AppImage

User avatar
EvC
Posts: 3
Joined: 2019-08-26 22:56

Re: Problems with USB sticks, for ISO purposes

#15 Post by EvC »

Debian 10 Cinnamon minimal + VMware Player

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#16 Post by No_windows »

I haven't tried etcher yet, but I'm now thinking the drive isn't the problem. I think I've done something to my USB connectivity on the computer. I have another USB drive that I wanted to access a file from. It wasn't visible to Thunar. There are a lot of loops in /dev....is that a problem?

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Problems with USB sticks, for ISO purposes

#17 Post by p.H »

Maybe, maybe not. /dev/loop[0-7] exist whenever the loop module is loaded, even though there is no active loop device.
Are there active loop devices ?

Code: Select all

losetup -l

No_windows
Posts: 505
Joined: 2015-08-05 03:03

Re: Problems with USB sticks, for ISO purposes

#18 Post by No_windows »

p.H wrote:Maybe, maybe not. /dev/loop[0-7] exist whenever the loop module is loaded, even though there is no active loop device.
Are there active loop devices ?

Code: Select all

losetup -l
If that code is supposed to show active loop devices, no.... nothing was shown. I just got the command prompt.

No_windows
Posts: 505
Joined: 2015-08-05 03:03

(Solved) Re: Problems with USB sticks, for ISO purposes

#19 Post by No_windows »

Well I "fixed" it by rebooting the computer. I don't know what happened, but it works now. I've written the ISO to one of the USB sticks, and the second seems to be getting written to, also (it's still going).

I don't like rebooting as a fix, but I didn't know what else to do.

MushyBoy
Posts: 1
Joined: 2020-01-16 06:01

Re: Problems with USB sticks, for ISO purposes

#20 Post by MushyBoy »

No_windows wrote:
Bloom wrote: The "notrunc" is correct. The added 'e' was a typo. You can omit "status=progress" if your version of dd doesn't support it yet (mine does), it serves to show a progress report while copying.
I was afraid of that. I did try it with the "status=progress" removed, and I still get an error.

Code: Select all

# dd if=debian-10.0.0-i386-netinst.iso of=/dev/sda bs=512 oflag=direct conv=notrunc,noerror
dd: failed to open ‘/dev/sda’: Invalid argument

Code: Select all

# lsblk
NAME                 MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                    8:0    1   7.5G  0 disk 
sr0                   11:0    1  1024M  0 rom  
cciss!c0d0           104:0    0 136.7G  0 disk 
├─cciss!c0d0p1       104:1    0   243M  0 part /boot
├─cciss!c0d0p2       104:2    0     1K  0 part 
└─cciss!c0d0p5       104:5    0 136.5G  0 part 
  ├─Holly--vg-root   254:0    0   9.3G  0 lvm  /
  ├─Holly--vg-swap_1 254:1    0   5.1G  0 lvm  [SWAP]
  └─Holly--vg-home   254:2    0   122G  0 lvm  /home

I'm not seeing either USB drive in Thunar anymore. I'm thinking neither one is mounting. I was getting loops... loop0 for awhile, and if I look in /dev I find loop0 loop1 loop2, etc.
Exactly what I needed! You just saved me several hours. Thanks!

Post Reply