Temat: dumpe2fs - jaka paczka
Witam,
W której paczce znajdę
dumpe2fs
OpenWrt, wydanie AA.
Pozdrawiam, Krzysiek
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → dumpe2fs - jaka paczka
Zaloguj się lub zarejestruj by napisać odpowiedź
Witam,
W której paczce znajdę
dumpe2fs
OpenWrt, wydanie AA.
Pozdrawiam, Krzysiek
Nie ma, nie było pakietowane.
A można coś ściągnąć, co by się uruchomiło z zewnętrznych źródeł?
Po prostu zrób sobie własną paczkę (skompiluj) i dołącz to niej to co chcesz.
linux'a (debian)mam na NASie, to jeszcze poproszę o podpowiedź - od czego zacząć?
http://eko.one.pl/?p=openwrt-kompilacja
Musisz całe środowisko mieć żeby skompilować jeden pakiet.
Zatrzymałem się na pierwszym kroku, brakuje w moich repozytoriach ostatniego pakietu pierwszego kroku:
node-uglify
Czy jest on niezbędny? Jeśli tak skąd go pobrać?
Nie jest niezbędny. Możesz go zignorować.
w tej chwili dla testów uruchomiłem kompilację z prawie domyślnymi parametrami (malutkie zmiany) i robię prosty benchmark (Atom 1,6GHz + 4GB RAM, 32 bit)
time makeNiemniej nie widziałem w filesystems oraz utulities programu dumpe2fs ![]()
Dodam, że z uwagi, że mam AA zmieniłem w Twojej instrukcji w sekcji "Pobieranie źródłem" ścieżkę z
$ svn co svn://svn.openwrt.org/openwrt/branches/barrier_breakerna
svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustmentJeszcze raz - to nie było pakietowane. Masz sobie sam dodać to pakietu jeżeli chcesz i skompilować go ponownie.
W tym sensie, czyli wyższy poziom skomplikowania....
Jako, że to mój pierwszy raz, to ja to widzę tak: muszę pobrać źródła, skojarzyć (jeszcze nie wiem jak) je z źródłami openwrt, aby pojawiła się opcja w "make menuconfig" i wówczas kompilować, tak mniej więcej ma to wyglądać?
Sure. dumpe2fs jest pewnie w pakiecie e2fsprogs, więc wystarczy dodać do Makefile po prostu skopiowanie tego pliku. Lub po wszystkim w build_dir sobie go weź i skopuj do routera.
A mogę prosić o więcej szczegółów. Na gicie znalazłem to:
http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git
ale
1. Ja to pobrać, z gita oraz svc poza instrukcją nie wiem jak korzystać
2. Jak dodać do źródłem - po prostu umieścić pliki gdzieś w źródłach openwrt?
3. Rozumiem, że potem "make maneconfig" dodanie e2fsprogs (ewentualnie sprawdzenie, czy w środku jest dumpe2fs )
4. make
PS. Czas kompilacji 23 min i 21 sec, chyba nie tak źle.
Nic z gita nie pobierasz.
Zrób make menuconfig, zaznacz e2fsprogs, zrób make. A później wejdź do katalogu build_dir/e2fsprogs-coś tam, znajdz sobie plik dumpe2fs i masz co chciałeś.
Przy
Utilities->Filesystem-> e2progs
mam zaznaczone <M>
W katalogu build_dir mam 2 katalogi
- host
- target-mips_r2_uClick-nmerki
Drugi dir jest pust, pierwszy ma katalog e2sprogs-1.42.8 i w którymś znalazłem.
SCP do router i w routerze mam:
/bin/dumpe2fs: line 1: syntax error: unexpected "("Co zrobiłem źle?
Nie, ten pierwszy cie nie interesuje. W ogóle skompilował ci obrazy czy się wywalił?
skompilował poprawnie, jak podejrzę plik poprzez:
cat dumpe2fs |less
pokazuje
^?ELF^ i dalej same znaczki, wygląda jak program skompilowany był poprawnie....
Wybrałem moja paltofrmę, tj TP1043
a co najlepsze w NASie (debianie) wywołuje się poprawnie tj.
root# ./dumpefs
dumpe2fs 1.42.8 (10-Jun-2013)
Usage: ........i opies użyckaA co byś chciał oglądać w binarce?
CO bym chciał obejrzeć - czy to na pewno jest binarka
W katalogu host są binarki na platformę na której było kompilowane środkowisko. Więc na nasu, nie dla routera. Zostaw ją w spokoju, bo to dla innego systemu i inna architektura.
Masz katalog bin/ar71xx a w nim obrazy i pakiety?
Mój błąd, nie zauważyłem
w pracy jestem, zapuściłem jeszcze raz kompilowanie i na samym końcu mam:
.....
......
make[3] -C tool/mkimage comple <- na żółto
make -r world: build failed. Please re-run make with V=s to see what's going on
make: *** [world] Błąd 1Dobra, zapuściłem:
make V=Si wyskoczyło 40 stron logów/błędów (jadę z komórki więcej ciężko mi to przepisać), jak się uda to wrzucę błędy......
#make V=s >ee.txt 2>&1
make[1]: Entering directory `/home/openwrt/attitude_adjustment'
make[2]: Entering directory `/home/openwrt/attitude_adjustment'
+ mkdir -p /home/openwrt/attitude_adjustment/staging_dir/target-mips_r2_uClibc-0.9.33.2
+ cd /home/openwrt/attitude_adjustment/staging_dir/target-mips_r2_uClibc-0.9.33.2
+ mkdir -p bin lib include stamp
mkdir -p /home/openwrt/attitude_adjustment/build_dir/target-mips_r2_uClibc-0.9.33.2/stamp
touch /home/openwrt/attitude_adjustment/staging_dir/target-mips_r2_uClibc-0.9.33.2/.prepared
+ mkdir -p /home/openwrt/attitude_adjustment/staging_dir/host
+ cd /home/openwrt/attitude_adjustment/staging_dir/host
+ mkdir -p bin lib include stamp
mkdir -p /home/openwrt/attitude_adjustment/build_dir/host/stamp /home/openwrt/attitude_adjustment/staging_dir/host/include/sys
install -m0644 /home/openwrt/attitude_adjustment/tools/include/*.h /home/openwrt/attitude_adjustment/staging_dir/host/include/
install -m0644 /home/openwrt/attitude_adjustment/tools/include/sys/*.h /home/openwrt/attitude_adjustment/staging_dir/host/include/sys/
ln -sf lib /home/openwrt/attitude_adjustment/staging_dir/host/lib64
touch /home/openwrt/attitude_adjustment/staging_dir/host/.prepared
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/m4'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/m4'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/m4'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/m4'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/sed'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/sed'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/sed'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/sed'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/libtool'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/libtool'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/libtool'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/libtool'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/autoconf'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/autoconf'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/autoconf'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/autoconf'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/pkg-config'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/pkg-config'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/pkg-config'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/pkg-config'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/xz'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/xz'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/xz'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/xz'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/automake'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/automake'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/automake'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/automake'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/gmp'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/gmp'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/gmp'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/gmp'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mpfr'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mpfr'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mpfr'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mpfr'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mpc'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mpc'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mpc'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mpc'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/libelf'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/libelf'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/libelf'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/libelf'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/flex'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/flex'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/flex'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/flex'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/bison'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/bison'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/bison'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/bison'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mklibs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mklibs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mklibs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mklibs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/sstrip'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/sstrip'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/sstrip'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/sstrip'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/ipkg-utils'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/ipkg-utils'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/ipkg-utils'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/ipkg-utils'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/genext2fs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/genext2fs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/genext2fs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/genext2fs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/e2fsprogs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/e2fsprogs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/e2fsprogs'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/e2fsprogs'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mtd-utils'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mtd-utils'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mtd-utils'
make[3]: Leaving directory `/home/openwrt/attitude_adjustment/tools/mtd-utils'
make[3]: Entering directory `/home/openwrt/attitude_adjustment/tools/mkimage'
. /home/openwrt/attitude_adjustment/include/shell.sh; bzcat /home/openwrt/attitude_adjustment/dl/u-boot-2012.04.01.tar.bz2 | /bin/tar -C /home/openwrt/attitude_adjustment/build_dir/host/u-boot-2012.04.01/.. -xf -
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh3/start.S: Cannot write: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh3/u-boot.lds: Cannot write: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh3/watchdog.c: Cannot write: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4/Makefile: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4/cache.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/arch/sh/cpu/sh4/config.mk: Cannot open: No such file or directory
/bin/ta/bin/tar: u-boot-2012.04.01/board/esd/ash405/fpgadata.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt: Cannot mkdir: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt/Makefile: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt/canbt.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt/canbt.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt/flash.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/canbt/fpgadata.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/cms700: Cannot mkdir: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/cms700/Makefile: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/cms700/cms700.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/cms700/flash.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common: Cannot mkdir: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/auto_update.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/auto_update.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/cmd_loadpci.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/esd405ep_nand.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/flash.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/fpga.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/lcd.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/lcd.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/misc.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/pci.c: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/s1d13505_640_480_16bpp.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/s1d13704_320_240_4bpp.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/board: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/board/esd/common/s1d13705_320_240_8bpp.h: Cannot op/bin/tar: u-boot-2012.04.01/include/configs/CPCI750.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/CPCIISER4.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/CPU86.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/CPU87.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/CRAYL1.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/CU824.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DASA_SIM.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DB64360.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DB64460.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DP405.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DU405.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/DU440.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/EB+MCF-EV123.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/ELPPC.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/ELPT860.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/EP88x.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/ESTEEM192E.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/ETX094.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/EVB64260.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/EXBITGEN.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/FADS823.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/FADS850SAR.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/FADS860T.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/configs/FLAGADM.h: Cannot open: No such file or directory
/bin/tar: u-boot-2012.04.01/include: Cannot mkdir: No space left on device
/bin/tar: u-boot-2012.04.01/include/confiI wszystko jasne - zabrakło miejsca na dysku systemowym, przerzucę "home" na macierz i jeszcze raz zacznę ....
Cannot write: No space left on device
Nie masz wolnego miejsca na urządzeniu.
@oneiro
Nie wiem co ty tam kombinujesz, ale jak masz czas i miejsce to można partycję przesłać na "normalnego" linuksa za pomocą netcata (albo nawet scp). I tam na miejscu użyć dumpe2fs). Dumpe2fs działa też na obrazie.
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → dumpe2fs - jaka paczka
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc