8000 VHDX converted from UPD to FSLogix (MBR Partition type IFS) not working · Issue #62 · FSLogix/Invoke-FslShrinkDisk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
metre15 opened this issue Aug 26, 2024 · 4 comments
Open

Comments

@metre15
Copy link
metre15 commented Aug 26, 2024

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?

@JimMoyle
Copy link
Contributor
JimMoyle commented Aug 26, 2024

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?

@metre15
Copy link
Author
metre15 commented Aug 26, 2024

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.
maybe the same issue of getting the partition of type Basic instead of IFS ? i have found a fork of this script from someone who have edited this script to also look for IFS partition type which seem to work perfectly.

@JimMoyle
Copy link
Contributor

The FSLogix convert script is written by a third party and it's a great script, it just causes this issue.

@PyroSoul630
Copy link

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:
Please go to this branch to get the updated script:

https://github.com/PyroSoul630/FslShrinkDisk-2024/tree/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0