>
>
>
> Haven't used qubes windows tools at all, but the error output above 
> seems to point at a mount options issue. It cannot create the chroot 
> because the filesystem is mounted with `nodev`. 
>
> As it says above, try `make remount`. Or manually with `mount -o 
> remount,dev <mountpoint>` for example, if you are working in your home 
> directory in an AppVM, the command would be `mount -o remount,dev /rw`. 
>
>  # make remount
./scripts/find-mount-point: line 8: findmnt: command not found
+ sudo mount '' -o dev,remount
./scripts/remount: line 10: sudo: command not found
make: *** [Makefile:452: remount] Error 127

I'm trying it in MSYS2 in Windows 7.

If I try to manually remount It returns "mount: invalid option - 'remount'".

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/29b8b66a-4c62-4c95-88d6-918f5b6427c1o%40googlegroups.com.

Reply via email to