Quote:
Originally Posted by coplate
- - -
mkdir /chroots/armel-twobob
wget https://dl.dropboxusercontent.com/u/...b.5gb.ext3.zip
unzip deb.5gb.ext3.zip
FILENAME=/mnt/base-us/deb.5gb.ext3
dd if=/dev/zero of=$FILENAME bs=1M count=1500 oflag=append conv=notrunc
e2fsck -f $FILENAME
resize2fs $FILENAME
- - - -
|
Formatting the file system would help a lot (5.5).
A file full of zeros isn't going to pass fschk, I can tell you that without even trying it.