The code has been changed to attempt to read xattr and ACLs instead of expecting mount options to be present. This should be more reliable to find whether or not these attributes are supported.
The fix has been added to the latest git version and it will be in fsarchiver-0.6.22
Search found 524 matches
- Sun Jan 10, 2016 10:28 am
- Forum: Bug reports
- Topic: Bogusly keeps complaining about [user_xattr,acl] [SOLVED]
- Replies: 2
- Views: 15885
- Sat Jan 09, 2016 8:54 pm
- Forum: Bug reports
- Topic: Bogusly keeps complaining about [user_xattr,acl] [SOLVED]
- Replies: 2
- Views: 15885
Re: Bogusly keeps complaining about [user_xattr,acl] options
fsarchiver will show this error message if the mount options cannot be found in /proc/self/mountinfo (this is verified by generic_get_mntinfo in the code) and if these mount options are not set in the default mount options in the filesystem attributes. The simplest solution to your problem is to cha...
- Thu Jan 07, 2016 9:35 pm
- Forum: General questions
- Topic: Restoring an archive via Windows
- Replies: 1
- Views: 11191
Re: Restoring an archive via Windows
fsarchiver is a linux application and will never run on Windows. It would be far too much work to rewrite as it is a system application which depend on lots of things which would be very different on windows.
- Thu Jan 07, 2016 9:27 pm
- Forum: Bug reports
- Topic: fsarchiver cannot handle mkfsopt with commas
- Replies: 1
- Views: 8296
Re: fsarchiver cannot handle mkfsopt with commas
I confirm this is a limitation of the mkfsopt: it does not support values which contains separators such as commas and semi-colons. There is no workaround or solution at the moment (escaping or quoting does not work)
- Thu Jan 07, 2016 9:24 pm
- Forum: Bug reports
- Topic: Does not build on AArch64 architecture [SOLVED]
- Replies: 1
- Views: 7904
Re: Does not build on AArch64 architecture
This bug has been fixed in fsarchiver-0.6.21
- Thu Jan 07, 2016 9:24 pm
- Forum: Bug reports
- Topic: Cannot restore image: Device or resource busy [SOLVED]
- Replies: 14
- Views: 30119
Re: Cannot recover ext3 image errno=16, Device or resource
This bug has been fixed in fsarchiver-0.6.21
- Sat Feb 23, 2013 3:08 pm
- Forum: Bug reports
- Topic: FSArchiver 0.6.16 doesn't check for mount status
- Replies: 2
- Views: 9139
Re: FSArchiver 0.6.16 doesn't check for mount status
Thanks for your bug report. Can you please test fsarchiver-0.6.17-beta001.tar.gz
- Thu Feb 07, 2013 7:04 pm
- Forum: Bug reports
- Topic: systemd: oper_save.c#947,filesystem_mount_partition():
- Replies: 10
- Views: 19916
Re: systemd: oper_save.c#947,filesystem_mount_partition():
Thanks for having tested the beta version.
I have just released the sources of fsarchiver-0.6.16.
I have just released the sources of fsarchiver-0.6.16.
- Thu Feb 07, 2013 7:02 pm
- Forum: General questions
- Topic: Is it possible to restore a single file or a group of files?
- Replies: 5
- Views: 11766
Re: Is it possible to restore a single file or a group of fi
Yes this was planned for fsarchiver-0.7 but am lacking time to work on it unfortunately
- Thu Feb 07, 2013 6:41 am
- Forum: Bug reports
- Topic: systemd: oper_save.c#947,filesystem_mount_partition():
- Replies: 10
- Views: 19916
Re: systemd: oper_save.c#947,filesystem_mount_partition():
I have modified the function to consider "-" as a separator as it seems to be how we are supposed to parse this file according to linux/Documentation/filesystems/proc.txt
Would you please be able to test the beta1 with both sysvint and systemd, so that I can release the final version soon ?
Would you please be able to test the beta1 with both sysvint and systemd, so that I can release the final version soon ?
- Wed Feb 06, 2013 9:48 pm
- Forum: Bug reports
- Topic: Problem restoring ext3 with ext_attr? (CentOS 5) *SOLVED*
- Replies: 3
- Views: 11521
Re: Problem restoring ext3 with ext_attr? (CentOS 5) *SOLVED
I confirm the solution is correct as another RHEL5/CentOS5 has been affected.
The fix has been merged in git and will be part of fsarchiver-0.6.16 soon
The fix has been merged in git and will be part of fsarchiver-0.6.16 soon
Code: Select all
commit 1827dde32e23f668c8866ef691757992103f5494
Fixed mke2fs requirement for the "ext_attr" feature (affects RHLE5/CentOS5)
- Mon Sep 03, 2012 9:02 pm
- Forum: Bug reports
- Topic: Problem with NTFS XATTRs seems to be back with Win7 SP1
- Replies: 8
- Views: 17009
Re: Problem with NTFS XATTRs seems to be back with Win7 SP1
fsarchiver does not have to be rebuilt after ntfs-3g is upgraded as it is not linked. Which ntfs-3g version are you using ?
- Mon Sep 03, 2012 9:02 pm
- Forum: Feature request
- Topic: Filling unused partition space with zeros
- Replies: 2
- Views: 6623
Re: Filling unused partition space with zeros
fsarchiver works at the file level so it does not need this.
- Tue Jul 17, 2012 6:20 am
- Forum: General questions
- Topic: Please Help me out as soon as possible:fsarchiver restore
- Replies: 1
- Views: 8485
Re: Please Help me out as soon as possible:fsarchiver restor
Which type of livecd are you using ? You simply need an execution environment which comes with an up to date version of e2fsprogs in order to create an ext4 filesystem. You can use SystemRescueCd which comes with all up to date fileystem tools and fsarchiver (including a 64bit version in case it nee...
- Sun Jun 03, 2012 4:16 pm
- Forum: Bug reports
- Topic: Problem with savefs of btrfs partitions
- Replies: 3
- Views: 9855
Re: Problem with savefs of btrfs partitions
Many thanks for your test. You can also use SystemRescueCd-2.8.0-beta to get the latest fsarchiver without having to update it.