Search found 26 matches

by Skyblue
Sat Apr 20, 2024 7:31 pm
Forum: wimlib discussion
Topic: 'RENAME_NOREPLACE' undeclared
Replies: 3
Views: 315

Re: 'RENAME_NOREPLACE' undeclared

Hi synchronicity, Thanks for your suggestions, I managed to build the RPM packages. The problem with the gcc compiler suit is that the standart installation of the development tools is offering an old version : [root@localhost ~]# gcc --version | grep gcc gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) ...
by Skyblue
Fri Apr 19, 2024 8:15 am
Forum: wimlib discussion
Topic: 'RENAME_NOREPLACE' undeclared
Replies: 3
Views: 315

Re: 'RENAME_NOREPLACE' undeclared

Hello, Here, I found some equates : https://kernel.googlesource.com/pub/scm/linux/kernel/git/zwisler/xfstests-dev/+/refs/heads/master/src/renameat2.c #ifndef RENAME_NOREPLACE #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ #endif #ifndef RENAME_EXCHANGE #define RENAME_EXCHANGE (1 << 1...
by Skyblue
Fri Apr 19, 2024 6:31 am
Forum: wimlib discussion
Topic: 'RENAME_NOREPLACE' undeclared
Replies: 3
Views: 315

'RENAME_NOREPLACE' undeclared

Hello, Trying to compile the source code of wimlib v1.14.4 on CentOS 7.9, I receive the following error messages : src/mount_image.c: In function 'wimfs_rename': src/mount_image.c:1872:14: error: 'RENAME_EXCHANGE' undeclared (first use in this function) if (flags & RENAME_EXCHANGE) ^ src/mount_i...
by Skyblue
Sat Jan 06, 2024 10:48 am
Forum: wimlib discussion
Topic: VSS paths unable to be used with wimlib-imagex
Replies: 6
Views: 3696

Re: VSS paths unable to be used with wimlib-imagex

Hello,

You would like to use the mklink tool to mount the volume shadow copies :

Code: Select all

mklink /D <drive>:\Folder_recovery_path\ \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy#\
https://myitengineer.com/dr-recover-fil ... ile-level/
by Skyblue
Mon Apr 17, 2023 7:32 pm
Forum: wimlib discussion
Topic: Exporting delta archives
Replies: 4
Views: 3336

Re: Exporting delta archives

Hi synchronicity, Your reply in the thread "Delta” WIM creation solves perfeclty my problem : wimexport can be used create a standalone WIM from a delta WIM and its base WIMs. So e.g. in the previous example, 'wimexport wim3 1 standalone.wim --ref=wim1 --ref=wim2' would create a standalone WIM ...
by Skyblue
Fri Apr 07, 2023 5:48 pm
Forum: wimlib discussion
Topic: Exporting delta archives
Replies: 4
Views: 3336

Re: Exporting delta archives

Hi synchronicity,

Thanks. This method could be used to consolidate \ merge base and delta wim files.
by Skyblue
Thu Apr 06, 2023 8:15 pm
Forum: wimlib discussion
Topic: Exporting delta archives
Replies: 4
Views: 3336

Exporting delta archives

Hello, wimlib permits exporting delta archives to the base archives, are there some restrictions in this type of operations? Can we combine delta archives with bases wim files with this method? An example : wimcapture.cmd C:\folder test.wim Scanning "C:\folder" 499 KiB scanned (3 files, 1 ...
by Skyblue
Mon Mar 06, 2023 7:44 pm
Forum: wimlib discussion
Topic: wimcapture + wimapply results in chkdsk errors
Replies: 4
Views: 2209

Re: wimcapture + wimapply results in chkdsk errors

Hi Semantic,

The best method to backup an offline Windows system is to boot from WinPE - Windows Preinstallation Environment :

https://theoven.org/viewforum.php?f=14

I had never a problem with Server 2019 while capturing images with wimlib after booting from WinPE.
by Skyblue
Sun Aug 15, 2021 10:20 am
Forum: wimlib discussion
Topic: Missing file wimtools.spec
Replies: 4
Views: 6046

Re: Missing file wimtools.spec

Hi juankax,

The explanation of synchronicity is very good. Also, I posted a sample of the wimtools.spec file above.
by Skyblue
Tue Jul 13, 2021 4:08 pm
Forum: wimlib discussion
Topic: Error : filename is not valid UTF-8
Replies: 3
Views: 5618

Re: Error : filename is not valid UTF-8

Hi synchronicity,

Thanks for the info. Luckly, I had the option to delete the offending files and wimlib did the job.