Hack-A-N900/Resize vfat partition
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 16. April 2010, 21:48 Uhr von Amir (Diskussion | Beiträge) (Die Seite wurde neu angelegt: == Build parted == #get parted source wget http://ftp.gnu.org/gnu/parted/parted-2.2.tar.gz tar -xzf parted-2.2.tar.gz cd parted-2.2/ #get e2fsprogs source apt-get sou...)
Build parted
- get parted source
wget http://ftp.gnu.org/gnu/parted/parted-2.2.tar.gz tar -xzf parted-2.2.tar.gz cd parted-2.2/
- get e2fsprogs source
apt-get source e2fsprogs
ln -s /lib/libuuid.so.1 /lib/libuuid.so
CPPFLAGS="-I./e2fsprogs-1.41.3/lib/" CFLAGS="-I./e2fsprogs-1.41.3/lib/ -L/lib/" LDFLAGS="-L/lib/" ./configure --disable-dynamic-loading --without-readline --disable-device-mapper
make
Resize vfat partition
parted resize 1 0G 27G
- reboot now because the kernel can't re-read the partition table
reboot