Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] dd: writing to `/dev/sdb': No space left on device  (Read 7141 times)

rolandx1

  • Guest
[EN] dd: writing to `/dev/sdb': No space left on device
« on: 2012/06/02, 23:44:54 »
hat folgendes problem noch wer? bzw kann das jemand nachvollziehen?

google translate:
yet who has the following problem? or can understand that someone?

Code: [Select]
Linux notebook 3.3-6.towo.2-siduction-amd64 #1 SMP PREEMPT Thu May 17 08:28:28 UTC 2012 x86_64 GNU/Linux

Jun  2 23:14:46 notebook kernel: [  162.504153] usb 1-3: new high-speed USB device number 2 using ehci_hcd
Jun  2 23:14:46 notebook kernel: [  162.662918] usb 1-3: New USB device found, idVendor=090c, idProduct=1000
Jun  2 23:14:46 notebook kernel: [  162.662928] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  2 23:14:46 notebook kernel: [  162.662936] usb 1-3: SerialNumber: 12032606000114
Jun  2 23:14:47 notebook mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3"
Jun  2 23:14:47 notebook mtp-probe: bus: 1, device: 2 was not an MTP device
Jun  2 23:14:47 notebook kernel: [  162.772736] usbcore: registered new interface driver uas
Jun  2 23:14:47 notebook kernel: [  162.794504] Initializing USB Mass Storage driver...
Jun  2 23:14:47 notebook kernel: [  162.794641] scsi5 : usb-storage 1-3:1.0
Jun  2 23:14:47 notebook kernel: [  162.794727] usbcore: registered new interface driver usb-storage
Jun  2 23:14:47 notebook kernel: [  162.794730] USB Mass Storage support registered.
Jun  2 23:14:48 notebook kernel: [  163.934486] scsi 5:0:0:0: Direct-Access                                    PQ: 0 ANSI: 4
Jun  2 23:14:48 notebook kernel: [  163.936794] sd 5:0:0:0: [sdb] 7802880 512-byte logical blocks: (3.99 GB/3.72 GiB)
Jun  2 23:14:48 notebook kernel: [  163.937421] sd 5:0:0:0: [sdb] Write Protect is off
Jun  2 23:14:48 notebook kernel: [  163.943817]  sdb: sdb1
Jun  2 23:14:48 notebook kernel: [  163.948704] sd 5:0:0:0: [sdb] Attached SCSI removable disk

dd if=linux.iso of=/dev/sdb
1478656+0 records in
1478656+0 records out
757071872 bytes copied


reboot:


Code: [Select]
Linux notebook 3.4-0.towo.5-siduction-amd64 #1 SMP PREEMPT Sat Jun 2 18:02:52 UTC 2012 x86_64 GNU/Linux

Jun  2 23:23:59 notebook kernel: [   41.929127] usb 1-3: new high-speed USB device number 2 using ehci_hcd
Jun  2 23:23:59 notebook kernel: [   42.087936] usb 1-3: New USB device found, idVendor=090c, idProduct=1000
Jun  2 23:23:59 notebook kernel: [   42.087946] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  2 23:23:59 notebook kernel: [   42.087953] usb 1-3: SerialNumber: 12032606000114
Jun  2 23:23:59 notebook mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3"
Jun  2 23:23:59 notebook mtp-probe: bus: 1, device: 2 was not an MTP device
Jun  2 23:23:59 notebook kernel: [   42.185386] usbcore: registered new interface driver uas
Jun  2 23:23:59 notebook kernel: [   42.202262] Initializing USB Mass Storage driver...
Jun  2 23:23:59 notebook kernel: [   42.202398] scsi5 : usb-storage 1-3:1.0
Jun  2 23:23:59 notebook kernel: [   42.202495] usbcore: registered new interface driver usb-storage
Jun  2 23:23:59 notebook kernel: [   42.202498] USB Mass Storage support registered.
Jun  2 23:24:01 notebook kernel: [   43.343357] scsi 5:0:0:0: Direct-Access                                    PQ: 0 ANSI: 4
Jun  2 23:24:01 notebook kernel: [   43.346066] sd 5:0:0:0: [sdb] 71776119061217281 512-byte logical blocks: (18.3 EB/15.8 EiB)
Jun  2 23:24:01 notebook kernel: [   43.346667] sd 5:0:0:0: [sdb] Write Protect is off
Jun  2 23:24:01 notebook kernel: [   43.355129]  sdb: sdb1
Jun  2 23:24:01 notebook kernel: [   43.357867] sd 5:0:0:0: [sdb] Attached SCSI removable disk

dd if=linux.iso of=/dev/sdb
dd: writing to `/dev/sdb': No space left on device
1+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000108257 s, 0.0 kB/s

Online ayla

  • User
  • Posts: 1.744
dd: writing to `/dev/sdb': No space left on device
« Reply #1 on: 2012/06/03, 01:17:28 »
Hi,

ich hab das Problem mit der gleichen Meldung an meinem Desktop-Rechner.

Wenn ich mehrmals hintereinander einen USB-Stick per dd zu einem Live-Stick mache kann ich ihn dort nicht mehr beschreiben.

Meine Vermutung geht in Richtung BIOS/Kompatibilitäts-Problem, ohne genaueres herausgefunden zu haben.

An meinem Notebook kann ich den Stick mit dd if=/dev/zero of=/dev/sd(X) wieder plattmachen und dann neu formatieren. Am Desktop kann ich ihn dann auch wieder benutzen.

Vermute wenigstens daß dies das gleiche Problem ist:

http://forum.siduction.org/index.php?topic=1474&postdays=0&postorder=asc&highlight=dd+usb-stick

Gruß
ayla

EDIT:

hups, mal wieder das englische Forum....

Hi, I have this problem, same message, on my desktop computer.

If I repeatedly used my stick(s) with dd as a Live image I cant write on it again.

My guess is a problem with BIOS/compatibility but I havent find out anything about it.

On my notebook I can overwrite the stick with zeros (dd if=/dev/zero of=/dev/sd(X)) and format it after. After this I can use it on my desktop again, too.

I guess this is the same problem as described in the link above.


EDIT2:
The thread continues here in the german subforum. If somebody is interrested please speak up and I will do my best to give a summarized translation.
« Last Edit: 2013/11/10, 04:30:14 by ayla »