New-FsrmFileScreen : 0x80045315, The specified volume is unsupported
Julien-nl opened this issue · 8 comments
I am trying to run the script on our VEEAM server to protect our backups as well.
however the error keeps showing
New-FsrmFileScreen : 0x80045315, The specified volume is unsupported
C Partition is working file.
Server 2019 Datacenter
Disk is REFS
Hello,
I think that the problem comes from the REFS disk.
REFS does not support yet FSRM
https://techcommunity.microsoft.com/t5/windows-server-insiders/when-will-fsrm-quotas-file-screens-be-supported-on-refs/m-p/95919
Best Regards
David
Thanks David,
on a Server 2012 i am getting this error on a NTFS Disk.
the file screen are not created.
Creating FSRM File Group ALTAE_CryptoBlocker_extensions
New-FsrmFileGroup : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:221 char:1
+ New-FsrmFileGroup -Name "$fileGroupName" -IncludePattern $monitoredExtensions |O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileGroup:Root/Microsoft/...T_FSRMFileGroup) [New-FsrmFileGrou
p], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileGroup
Creating FSRM File Template ALTAE_TemplateBlocker_Crypto including ALTAE_CryptoBlocker_extensions
New-FsrmFileScreenTemplate : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:228 char:1
+ New-FsrmFileScreenTemplate -Name "$fileTemplateName" -Active:$True -IncludeGroup ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FsrmFileScreenTemplate:Root/Microsoft/...eScreenTemplate) [New-Fsr
mFileScreenTemplate], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreenTemplate
New-FsrmFileScreen : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:232 char:1
+ New-FsrmFileScreen -Path $share -Active:$true -Description "$fileScreenName" -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileScreen:Root/Microsoft/..._FSRMFileScreen) [New-FsrmFileScr
een], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreen
Share File Screen C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\address based on ALTAE_TemplateBlocker_Crypto f
or the extensions list group ALTAE_CryptoBlocker_extensions has been created
New-FsrmFileScreen : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:232 char:1
+ New-FsrmFileScreen -Path $share -Active:$true -Description "$fileScreenName" -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileScreen:Root/Microsoft/..._FSRMFileScreen) [New-FsrmFileScr
een], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreen
Share File Screen C:\Windows based on ALTAE_TemplateBlocker_Crypto for the extensions list group ALTAE_CryptoBlocker_ext
ensions has been created
New-FsrmFileScreen : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:232 char:1
+ New-FsrmFileScreen -Path $share -Active:$true -Description "$fileScreenName" -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileScreen:Root/Microsoft/..._FSRMFileScreen) [New-FsrmFileScr
een], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreen
Share File Screen C:\ based on ALTAE_TemplateBlocker_Crypto for the extensions list group ALTAE_CryptoBlocker_extensions
has been created
New-FsrmFileScreen : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:232 char:1
+ New-FsrmFileScreen -Path $share -Active:$true -Description "$fileScreenName" -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileScreen:Root/Microsoft/..._FSRMFileScreen) [New-FsrmFileScr
een], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreen
Share File Screen E:\ based on ALTAE_TemplateBlocker_Crypto for the extensions list group ALTAE_CryptoBlocker_extensions
has been created
New-FsrmFileScreen : Not found
At E:\FRSM\FSRM_NOCRYPTO_2012_to_2019.ps1:232 char:1
+ New-FsrmFileScreen -Path $share -Active:$true -Description "$fileScreenName" -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMFileScreen:Root/Microsoft/..._FSRMFileScreen) [New-FsrmFileScr
een], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmFileScreen
Share File Screen C:\Windows\system32\spool\drivers based on ALTAE_TemplateBlocker_Crypto for the extensions list group
ALTAE_CryptoBlocker_extensions has been created
Finish
if it's a VM, try to reboot it
ans check if script is executed as admin
i have rebooted it like twice before i post the error. but i'll reboot it again.
i have rebooted for the 5th time and now it seems to work.
Thank you David
Cool!
I have no explaination about this. I simply know that rebooting VMs several times after the install of FSRM is necessary.
This problem does not exist on physical machines
is it possible to use it on Exchange 2013/2016/2019 ?
it would block the exchange database? i've tried already on the lab but it seems to works.