Displaying 1 result from an estimated 1 matches for "where_the_primary_is".
2006 Feb 18
0
unplausible "no space left on deivce"
...ilesystem oni t, fortunately enough
partition was mirrored, so that I was able to dd the the mirroed partiton
to the file like this:
dd bs=512 if=/dev/<where_the_mirrored_partition_is> of=some_file
and write the content to the primary partition like this:
dd bs=512 if=some_file of=/dev/<where_the_primary_is>.
The most crucial thing is block size choosen -- 512 bytes.
Both operations went fine.
Now to the trouble: I was able to create normal files of whatever size
on the recreated
primary partition but I was not able to create any directories I got
"no space left
on device" with disk/i...