Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: partimage unknown error -47  (gelezen 901 keer)

Offline ivo

  • Lid
partimage unknown error -47
« Gepost op: 2009/01/03, 16:16:16 »
Hallo Ubuntuers,

Ik probeer met partimage een backup te maken van mijn /dev/sda1 over NFS naar een externe diskunit.
Halverwege stopt ie ermee en geeft een error:

partimage "Unknown error -47"

root@sysresccd /myback % partimage -z1 -d -b -B=nogui -f3 save /dev/sda1 /myback/renault-sda1-0301
partimage: status: initializing the operation.
partimage: status: Saving partition to the image file...
partimage: status: reading partition properties
partimage: status: checking the file system with fsck
partimage: status: writing header
partimage: status: copying used data blocks
Unknown error -47 -> /myback/renault-sda1-0301       
root@sysresccd /myback %


root@sysresccd /myback % df -k
Filesystem           1K-blocks      Used Available Use% Mounted on
tmpfs                   645684     50156    595528   8% /
/dev/sr0                238424    238424         0 100% /mnt/cdrom
/dev/loop0              197632    197632         0 100% /mnt/livecd
tmpfs                   645684     50156    595528   8% /mnt/memory
udev                     10240       160     10080   2% /dev
tmpfs                   645684      7468    638216   2% /lib/firmware
192.168.123.120:/shares/internal/PUBLIC/BACKUP
                     476726432 180914720 295811712  38% /myback


Er is dus voldoende diskruimte.

Iemand een idee?




There are only 10 types of people in the world; those who understand binary and those who don't.

Offline ivo

  • Lid
Re: partimage unknown error -47
« Reactie #1 Gepost op: 2009/01/03, 20:38:40 »
Eenmaal, andermaal, niemand????

Ik dacht zelf nog aan een fout in het filesystem, maar partimage doet zelf een fsck dus dan neem ik aan dat dat goed zit als ie daar doorheen komt.
There are only 10 types of people in the world; those who understand binary and those who don't.

Offline woteb

  • Lid
Re: partimage unknown error -47
« Reactie #2 Gepost op: 2009/01/03, 20:47:19 »
Is die diskunit soms een FAT32 schijf/partitie?
Laptop, HP 550, Dual Core 1 GB RAM/2 Ghz:: Debian 5.0 Testing (Squeeze)  (lite-blokkendoos editie) Fluxbox / IceWM / XFCE4 / Openbox / LXDE.
3 Werkstations + 1 laptop: Debian 5.0 Testing (Squeeze)  (lite-blokkendoos editie Gnome/XFCE/IceWM)
Server: Debian 5.0 Stable (Lenny)

Offline ivo

  • Lid
Re: partimage unknown error -47
« Reactie #3 Gepost op: 2009/01/04, 10:46:18 »
Is die diskunit soms een FAT32 schijf/partitie?


Nee, uiteraard niet. Het is een Western Digital Mybook World Edition.
Daar draait een Linux OS op en heeft een ext3 filesysteem.
Jij denkt dat het te maken heeft met de 2G filesize limiet?

[EDIT] Daar kan het niet aan liggen, want partimage maakt gzip images aan van <2G per stuk. Bovendien heeft het eerder al gewoon wel gewerkt.

Er draait een 2.6 kernel op.
Ik heb op mijn te backuppen slice wel files staan van >2G, virtual disk images van Virtualbox.
Ik zal die files tijdelijk eens moven.....

[inaninck@MyBookWorld ~]$ uname -a
Linux MyBookWorld 2.6.17.14 #1 PREEMPT Mon Mar 26 12:36:33 BST 2007 armv5tejl GNU/Linux

[inaninck@MyBookWorld ~]$ mount
/dev/root on / type ext3 (rw,noatime,data=ordered)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw)
sys on /sys type sysfs (rw)
/dev/md3 on /var type ext3 (rw,noatime,data=ordered)
/dev/md4 on /shares/internal type ext3 (rw,noatime,data=ordered)
usbfs on /proc/bus/usb type usbfs (rw)
[inaninck@MyBookWorld ~]$


« Laatst bewerkt op: 2009/01/04, 11:11:35 door ivo »
There are only 10 types of people in the world; those who understand binary and those who don't.