Re: I may not mount usb-stick,

2017-09-19 Thread Thomas Schmitt
Hi, i wrote about: dd if=/dev/null of=/file.iso > It is supposed to let "/file.iso" grow until the root filesystem is full. Duh. That was long ago. Now reading from /dev/null just gives an End-Of-File. So an empty /file.iso will emerge. Have a nice day :) Thomas

Re: I may not mount usb-stick,

2017-09-19 Thread Thomas Schmitt
Hi, Gdsi Gdsi wrote: > After `dd if=/dev/null of=/file.iso', For what purpose did you do this ? It is supposed to let "/file.iso" grow until the root filesystem is full. > Device    Start  End Sectors  Size Type > /dev/sdb1  2048  4196351 4194304    2G Linux filesystem > ... > root@

Re: I may not mount usb-stick,

2017-09-19 Thread Pol Hallen
root@debian:~# mount -v  /dev/sdb /mnt sdb? try with: mount /dev/sdb1 /mnt/ (or /dev/sdb2, etc.) Pol

I may not mount usb-stick,

2017-09-19 Thread Gdsi Gdsi
Hi, I'm in deep frustration. After `dd if=/dev/null of=/file.iso', I may not mount usb-stick. for copying a data (directories) into the stick. I did `fdisk', inspect: root@debian:~# fdisk -l /dev/sdb Disk /dev/sdb: 7.4 GiB, 7900845056 bytes, 15431338 sectors Un