Ошибка the filename directory name or volume label syntax is incorrect

Fixes an issue that occurs when you try to attach a new drive in the backup schedule by running the Wbadmin command on a computer that is running Windows Server 2012.

Windows Server 2012 Datacenter Windows Server 2012 Datacenter Windows Server 2012 Essentials Windows Server 2012 Foundation Windows Server 2012 Foundation Windows Server 2012 Standard Windows Server 2012 Standard More…Less

Symptoms

Consider the following scenario:

  • You have a computer that is running Windows Server 2012.

  • You use the Windows Server Backup utility to back up files to an external drive.

  • You remove the external drive after the backup is complete.

  • You try to attach a second drive in the backup schedule. For example, you attach another external drive, and then you run the following command:

    WBADMIN ENABLE BACKUP -addtarget: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} 

In this scenario, you receive an error message that resembles the following:

The filename, directory name, or volume label syntax is incorrect.

Note The {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} placeholder represents the disk identifier number. You can run the wbadmin get disks command to check the disk identifier number, and the output resembles the following:

Disk name: xxxxxxxxxxx
Disk number: x
Disk identifier: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Total space: xxx.xx GB
Used space: xxx.xx GB

Resolution

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a «Hotfix Download Available» section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=supportNote The «Hotfix Download Available» form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

To apply this hotfix, you must be running Windows Server 2012.

Registry information

To use the hotfix in this package, you do not have to make any changes to the registry.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace a previously released hotfix.

The global version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.

Windows Server 2012 file information notesImportant Windows 8 hotfixes and Windows Server 2012 hotfixes are included in the same packages. However, only «Windows 8» is listed on the Hotfix Request page. To request the hotfix package that applies to one or both operating systems, select the hotfix that is listed under «Windows 8» on the page. Always refer to the «Applies To» section in articles to determine the actual operating system that each hotfix applies to.

  • The files that apply to a specific product, milestone (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table:

    Version

    Product

    Milestone

    Service branch

    6.2.920 0.20 xxx

    Windows Server 2012

    RTM

    LDR

  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the «Additional file information for Windows Server 2012» section. MUM and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. The security catalog files, for which the attributes are not listed, are signed with a Microsoft digital signature.

For all supported x64-based versions of Windows Server 2012

File name

File version

File size

Date

Time

Platform

Wbengine.exe

6.2.9200.20733

1,618,944

01-Jun-2013

09:21

x64

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the «Applies to» section.

More Information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

Additional file information

Need more help?

I am using Windows 7 64bit and switched to the latest Android Studio and I am getting this error with:

Error:A problem occurred configuring project ‘:myproject’.
Could not normalize path for file ‘C:UsersmeAppsAndroidandroidmyprojectmyproject:facebook-sdkbolts-android-1.1.2.jar’.

Error The filename, directory name, or volume label syntax is incorrect

This occurred for versions
Android Studio: 1.0.1
Gradle: 2.2.1

Community's user avatar

asked Jan 7, 2015 at 22:10

Testing Singh's user avatar

Testing SinghTesting Singh

1,3271 gold badge15 silver badges26 bronze badges

3

This issue will come if the syntax is mismatched. Please find below scenario,
I did one mistake in my build.gradle file

    compile files(':libs/lib_ivy_android')

and I modified later like below

    compile files(':libs/lib_ivy_android.jar')

then also I got same error I did some R&D about this then finally I modified like below then no error

    compile files('libs/lib_ivy_android.jar')

So this might be a solution for you.

Brian Tompsett - 汤莱恩's user avatar

answered Jul 9, 2015 at 12:33

Murali Mohan's user avatar

@ScottBarta and @KenWhite solved this in the comments (the : is invalid in a filename)

The problem is that the directory name is invalid, as @Scott
indicated. Windows does not allow colons (:) in a filename, as that is
the drive separator. C: is valid, myproject:facebook-sdk is not, as
myproject: is not a valid drive letter.

Other invalid letters are

< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
 (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)

As the OP said, just remove it:

removed it and now it started working for me.

answered Aug 14, 2015 at 8:49

serv-inc's user avatar

serv-incserv-inc

34.6k9 gold badges161 silver badges182 bronze badges

I had this same error, because I add same library in both .jar and also dependency

Like this

enter image description here

Comment one …. Happy coding :]

answered Apr 19, 2018 at 9:00

happy_coding's user avatar

happy_codinghappy_coding

1,0351 gold badge12 silver badges23 bronze badges

2

Download PC Repair Tool to quickly find & fix Windows errors automatically

The error message The filename, directory name, or volume label syntax is incorrect with error code 0x8007007B is one of the System Restore errors you might encounter when you attempt to carry out a System Restore operation on your Windows 10 device. This error pops up when exiting the System Restore applet after you must have manually created a restore point. In this post, we will identify the potential cause of this error as well as provide the most suitable solution you can try to successfully resolve the issue.

The filename, directory name, or volume label syntax is incorrect (0x8007007B)

When you encounter this issue. you’ll receive the following full error message;

System Restore
There was an unexpected error:
The filename, directory name, or volume label syntax is incorrect.
(0x8007007B)
Please close System Restore and try again.

The filename, directory name, or volume label syntax is incorrect (0x8007007B)

This error occurs because the system is set to place a restore point to an invalid path or location.

A disk that is valid for a restore point must meet the requirements below.

  • The drive selected must be of capacity 1 gigabyte (GB) or greater.
  • Each drive with System Protection enabled must have at least 300 megabytes (MB) of free hard drive space.

A restore point might take up as much as 15% of the total available space available on each disk, but it will delete old restore points if it is necessary in order to make room for the new restore point.

So, if you’re faced with this issue, to resolve it, you need to set the Restore Point to a valid path.

Set Restore Point to a valid path

Here’s how:

  • Press Windows key + R to invoke the Run dialog.
  • In the Run dialog box, type sysdm.cpl and hit Enter to open System Properties window.
  • In the System Properties window, click the System Protection tab.
  • Under Protection settings, uncheck any invalid or duplicate location (if you have multiple drives installed, they’ll be listed here).
  • An invalid location may appear as an entry identical to another entry, but without the Windows logo.
  • Click to check the C: drive with the Windows logo.
  • Click ApplyOK.

You can now create a restore point and see if the error still occurs.

If the issue is resolved, other Available Drives can be selected if they appear to be valid (with a graphic icon).

If you intend to protect all Available Drives, it is recommended that you add only one disk at a time and test System Restore until you have determined which of the listed Available Drives is not valid.

Read: System Restore not working, failed or did not complete successfully in Windows 10.

Hope you find this post helpful!

Ezoic

Anand Khanse is the Admin of TheWindowsClub.com, a 10-year Microsoft MVP (2006-16) & a Windows Insider MVP (2016-2022). Please read the entire post & the comments first, create a System Restore Point before making any changes to your system & be careful about any 3rd-party offers while installing freeware.

Как исправить неправильный синтаксис имени файла, каталога или метки тома (0x8007007B) Ошибка восстановления системы (02.12.23)

Если на вашем компьютере с Windows что-то пойдет не так из-за поврежденного программного обеспечения, решить эту проблему может быть сложно. Например, если установленное вами приложение привело к тому, что ваша операционная система или драйвер устройства сломали что-то важное в Windows, починка вашего компьютера и его прежняя работа иногда могут оказаться невозможными. Единственное, что вы можете сделать, — это выполнить восстановление системы, чтобы можно было восстановить установку Windows до того момента, когда вы создали точку восстановления.

Точки восстановления — это снимки всего вашего компьютера с Windows, включая системные файлы, определенные программные файлы, параметры реестра и даже драйверы оборудования. Вы можете установить точки восстановления в любое время вручную или настроить Windows на автоматическое создание точки восстановления каждую неделю. Это полезно в случае серьезного системного события, такого как установка нового драйвера устройства, приложения или загрузка обновления Windows. Это упрощает пользователям поиск и устранение неисправностей при возникновении ошибок.

Но бывают случаи, когда даже восстановление системы также вызывает ошибку. Одной из распространенных проблем, с которыми вы можете столкнуться, является неправильный синтаксис имени файла, имени каталога или метки тома (0x8007007B) — ошибка восстановления системы. Как следует из названия ошибки, это происходит всякий раз, когда пользователь пытается выполнить восстановление системы с помощью точки восстановления.

Что такое Имя файла, имя каталога или синтаксис метки тома неверны (0x8007007B) Ошибка в Windows 10?

Уведомление об ошибке Неправильное имя файла, имя каталога или синтаксис метки тома, код ошибки 0x8007007B — это ошибка восстановления системы, которая часто встречается, когда пользователи пытаются выполнить операцию восстановления системы на устройстве Windows 10. Эта ошибка появляется на экране при закрытии апплета восстановления системы после создания точки восстановления вручную.

Совет от профессионалов: просканируйте свой компьютер на наличие проблем с производительностью, ненужных файлов, вредоносных приложений и угроз безопасности
которые могут вызвать проблемы в системе или снизить производительность.

Проблемы с бесплатным сканированием для ПК. Об Outbyte, инструкции по удалению, лицензионное соглашение, политика конфиденциальности.

Полное сообщение об ошибке гласит:

Произошла непредвиденная ошибка:
Имя файла, имя каталога или метка тома неверный синтаксис.
(0x8007007B)
Закройте восстановление системы и повторите попытку.

Пользователи, столкнувшиеся с этой ошибкой, обычно сбиты с толку, потому что сообщение об ошибке мало говорит о том, что на самом деле произошло. Двойная проверка имени файла и имени каталога тоже не помогает. Хотя в сообщении об ошибке говорится, что нужно закрыть апплет и повторить попытку, та же ошибка продолжает возвращаться при использовании функции восстановления системы, что приводит к еще большему разочарованию у затронутых пользователей.

Причины Имя файла, имя каталога или метка тома неверный синтаксис (0x8007007B) — Ошибка восстановления системы?

Эта ошибка возникает из-за того, что система Windows настроена на сохранение точки восстановления в недопустимый путь или место. Либо путь неверен, либо отсутствует.

Чтобы избежать этой ошибки, допустимый диск для создания точки восстановления должен соответствовать следующим требованиям:

  • Диск выбранный должен иметь емкость 1 ГБ или больше.
  • Если на диске включена защита системы, на нем должно быть не менее 300 МБ свободного места.
  • Точка восстановления может занимать до 15% от общего свободного места на диске, но старые точки восстановления могут быть удалены, чтобы освободить место для новой точки восстановления.

Лучший способ устранить эту ошибку, вызванную неверным путем, — это установить для точки восстановления действительный путь.

Но бывают случаи, когда это же сообщение об ошибке появляется при попытке запустить функцию резервного копирования Windows CompletePC Backup. . Эта проблема, по всей видимости, является результатом того, что в некоторых OEM-системах имеется поврежденный образ.

Этот тип ошибки возникает из-за неправильного изображения оригинального производителя оборудования (OEM), что приводит к наличию поврежденного тома. Чтобы проверить, так ли это, запустите Панель управления и откройте Защита системы. Вы увидите два тома, один из которых выбран и назван Отсутствует. Отмена выбора «Отсутствует» и выбор обычно решает проблему.

Что делать с именем файла, имени каталога или синтаксиса метки тома неверно (0x8007007B)?

Если вы не знаете, какие действия вы можете предпринять при возникновении этой ошибки при создании точки восстановления системы, то приведенное ниже решение должно сильно помочь. Но прежде чем продолжить, убедитесь, что у вас достаточно места для хранения на этом диске, чтобы отметить список возможных виновников. Запустите Outbyte PC Repair, чтобы удалить ненужные файлы и вернуть драгоценное место на жестком диске. Также может помочь удаление поврежденных файлов с помощью средства проверки SFC.

После того, как вы выполнили основные шаги, следующим шагом будет попытка исправить эту ошибку. Вот как это сделать.

Установите для точки восстановления действительный путь.

Если путь недействителен, используйте действительный путь. Это так просто. Но как это сделать? Ознакомьтесь с приведенными ниже инструкциями:

  • Нажмите клавиши Windows + R , чтобы открыть диалоговое окно «Выполнить».
  • В диалоговом окне Выполнить . введите sysdm.cpl.
  • Нажмите Enter , чтобы открыть окно Свойства системы . Кроме того, вы можете получить доступ к этому окну, перейдя в Панель управления & gt; Система и обслуживание & gt; Система.
  • В окне «Свойства системы» нажмите вкладку Защита системы .
  • В разделе Защита настройки снимите флажки со всех недопустимых или повторяющихся местоположений. Чтобы определить недопустимые местоположения, ищите записи, которые идентичны другим записям, за исключением того, что у них нет логотипа Windows.
  • Отметьте диск C: с логотипом Windows.
  • Нажмите Применить & gt; ОК.
  • Нажмите Создать , чтобы проверить приложение восстановления системы и узнать, сохраняется ли ошибка.
  • Если проблема была решена, можно выбрать другие доступные диски, если они действительны (со значком). Если вы хотите защитить все доступные диски, рекомендуется добавлять только один диск за раз, а затем тестировать восстановление системы, пока не обнаружите, какой из перечисленных доступных дисков недействителен.

    Резюме

    Восстановление системы — удобная утилита Windows для устранения ошибок, которые довольно сложно устранить. Если вы столкнулись с неправильным синтаксисом имени файла, каталога или метки тома (0x8007007B) — Ошибка восстановления системы при создании точек восстановления, приведенное выше решение должно дать вам четкое направление.


    YouTube видео: Как исправить неправильный синтаксис имени файла, каталога или метки тома (0x8007007B) Ошибка восстановления системы

    02, 2023




    On a windows7 machine I was trying to set the standard gateway following this example:

    netsh.exe interface ipv4 set route 0.0.0.0/32 "Internet" 172.16.5.1
    

    which returned the following error:

    The filename, directory name, or volume label syntax is incorrect
    

    Why is that the case, and how can I fix set the standard gateway for my connections?

    Community's user avatar

    asked Jul 22, 2014 at 12:05

    Alex's user avatar

    3

    You need to use your real interface’s name instead of "Internet". You can list them with netsh interface show interface.

    answered Jul 22, 2014 at 12:28

    piernov's user avatar

    piernovpiernov

    1,97614 silver badges18 bronze badges

    There’s some kind of an «underlying name» to the interface, set up on its 1st creation, or when it’s manually changed. You can get it using:

    netsh interface ipv4 show config
    

    It might be different from what you see in the GUI window or from running netsh interface show interface

    Try using that interface name instead — this worked for me on windows 7.

    answered Oct 4, 2019 at 17:50

    mork's user avatar

    morkmork

    1312 bronze badges

    I just had a similar same issue. The problem was the » character. I copied the netsh from a word document I got from our software vendor and pasted that directly into the CMD and changed the needed parts which failed with the error mentioned here. However when I copied the string at first to notepad and replaced one from the » I discovered that they are different, so I replaced both / re-typed both and the issue is solved now.

    answered Aug 7, 2015 at 9:13

    BastianW's user avatar

    BastianWBastianW

    6394 silver badges11 bronze badges

    Apparently on Windows 7, you need to use a different syntax to execute the command in the correct context. Preface the context specifiers interface ipv4 with a -c parameter and quote the entire context specifier. For example, to set the adapter to DHCP:

    netsh -c "interface ipv4" set address name="Local Area Connection" source=dhcp
    

    answered Mar 13, 2015 at 16:13

    Jeff's user avatar

    Понравилась статья? Поделить с друзьями:
  • Ошибка trc off тойота
  • Ошибка the file autorun dll could not be loaded or is corrupt
  • Ошибка u0073 опель инсигния дизель
  • Ошибка trc off lexus rx350
  • Ошибка the eos sbk could not be found please reinstall the application