-
Notifications
You must be signed in to change notification settings - Fork 53
VHDX converted from UPD to FSLogix (MBR Partition type IFS) not working #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I presume you used another tool to create the disks which wasn't from Microsoft/FSLogix. Other tools tend to set the partition information incorrectly, however changing to IFS won't impact the fuctionality of the tool. Did you know compaction is now built into the product? |
No just the default tooling from Microsoft. (User profile disks, standard config). and later used the FSLogix convert script to convert these UPD to FSLogix profile disks. I have set compaction through GPO. so it will compact at logoff but doesn't seem to work. |
The FSLogix convert script is written by a third party and it's a great script, it just causes this issue. |
Hopefully this helps. Took me a year to figure out but I finally buckled down and got it working. For those of you getting issue with "Cannot get partition information" due to IFS partition types: https://github.com/PyroSoul630/FslShrinkDisk-2024/tree/master |
When i run this script i get an error:
DiskState : Cannot get partition information
The script looks for "Basic" partition types (which is GPT in this case)
When i change the script to look for partition type -eq to "IFS" then everything seems to work.
is it this the right and valid way? can we make this script MBR and GPT compatible at the same time?
The text was updated successfully, but these errors were encountered: