On Sun, Mar 17, 2013 at 09:24:53AM +0100, Michael Biebl wrote: > Am 17.03.2013 09:18, schrieb Olivier Berger: > > > > Hi. > > > > It seems it is impossible to save a partition currently on my testing > > system : > > # fsarchiver savefs -v -o /home/physical.fsa /dev/sda1 > > oper_save.c#947,filesystem_mount_partition(): filesystem of partition > > [/dev/sda1] is not supported by fsarchiver: filesystem=[2] > > removed /home/physical.fsa > > > > I suspect the format of /proc/self/mountinfo is the problem (as explained > > in http://www.fsarchiver.org/forums/viewtopic.php?f=17&t=1380) : > > # cat /proc/self/mountinfo > > 27 20 8:1 / /media/windows ro,relatime shared:2 - vfat /dev/sda1 > > ro,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro > > Mounted partitions can't be backuped. Please unmount it and try again. >
Are you sure, even ro-mounted partitions ? Anyway, the problem is the file system type detection : 2 instead of vfat, I think. FYI, with unstable's version, vfat is now correctly detected... even though it can't be archived... but that's another issue. Thanks for your help. Best regards, -- Olivier BERGER (OpenPGP: 4096R/7C5BB6A5) http://www.olivierberger.com/weblog/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

