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
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@
root@debian:~# mount -v /dev/sdb /mnt
sdb?
try with:
mount /dev/sdb1 /mnt/
(or /dev/sdb2, etc.)
Pol
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
4 matches
Mail list logo