> *******************************************************************************
> ***                               ERROR                                    
>   ***
> *** Cannot create chroot because the current filesystem is mounted as 
> nodev. ***
> *** Build Qubes on a different filesystem, or run 'make remount' to 
> remount  ***
> ***  with dev option.
> ***                                                                        
>   ***
> *******************************************************************************

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`.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/17f3899b-80d0-b3dc-dd32-31a18501eb8c%40undef.tools.

Reply via email to