Skip to content
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

wmdir not working on NTFS #25

Open
zieglerjm opened this issue Mar 2, 2025 · 3 comments
Open

wmdir not working on NTFS #25

zieglerjm opened this issue Mar 2, 2025 · 3 comments

Comments

@zieglerjm
Copy link

Maybe a ext4 check should be added. I am assuming the below error is because it is on a NTFS partition?

cp: setting permissions for ‘/mnt/Data/win11/unattended/viogpudo/./viogpudo.sys’: Operation not permitted

@Botspot
Copy link
Owner

Botspot commented Mar 2, 2025

BVM already does a partition check to not allow FAT* partitions. NTFS should work.
My bigger concern is with how there is a ./ inside the filepath. That does not seem right, and if that ends up needing fixing, it could solve this issue.

Please enable max debug in the config file, run this step again, and send the full output here.

@zieglerjm
Copy link
Author

After switching to an ext4 partition, the download finished without error. I then copied the folder back to NTFS, but HD didn't mount on 1st boot. After switching back to ext4, 1st boot worked & install is running.

@Botspot
Copy link
Owner

Botspot commented Mar 2, 2025

I tested copying my ~/win11 folder to an .iso with a NTFS filesystem on it. It booted fine.
Is it possible your NTFS drive simply had root folder permissions or something like that? BVM runs as the normal user so if it can't write to the folder then that would explain it.

@Botspot Botspot changed the title file system type check wmdir not working on NTFS Mar 3, 2025
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

2 participants